diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2009-08-26 10:00:38 -0500 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-05-31 22:41:17 +0200 |
commit | 5a12e7c134274dba706667107d10d231517d3e05 (patch) | |
tree | 55718d5acb710fde798d9f38d0bbaf594ed4b296 /source/l/libnjb/80-libnjb.rules | |
download | current-5a12e7c134274dba706667107d10d231517d3e05.tar.gz current-5a12e7c134274dba706667107d10d231517d3e05.tar.xz |
Slackware 13.0slackware-13.0
Wed Aug 26 10:00:38 CDT 2009
Slackware 13.0 x86_64 is released as stable! Thanks to everyone who
helped make this release possible -- see the RELEASE_NOTES for the
credits. The ISOs are off to the replicator. This time it will be a
6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD.
We're taking pre-orders now at store.slackware.com. Please consider
picking up a copy to help support the project. Once again, thanks to
the entire Slackware community for all the help testing and fixing
things and offering suggestions during this development cycle.
As always, have fun and enjoy! -P.
Diffstat (limited to 'source/l/libnjb/80-libnjb.rules')
-rw-r--r-- | source/l/libnjb/80-libnjb.rules | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/source/l/libnjb/80-libnjb.rules b/source/l/libnjb/80-libnjb.rules new file mode 100644 index 000000000..5908d8b52 --- /dev/null +++ b/source/l/libnjb/80-libnjb.rules @@ -0,0 +1,34 @@ +SUBSYSTEM!="usb_device", ACTION!="add", GOTO="libnjb_rules_end" + +# Creative Nomad Jukebox +ATTR{idVendor}=="0471", ATTR{idProduct}=="0222", MODE="660", GROUP="audio" +# Creative Nomad Jukebox 2 +ATTR{idVendor}=="041e", ATTR{idProduct}=="4100", MODE="660", GROUP="audio" +# Creative Nomad Jukebox 3 +ATTR{idVendor}=="041e", ATTR{idProduct}=="4101", MODE="660", GROUP="audio" +# Creative Nomad Jukebox Zen +ATTR{idVendor}=="041e", ATTR{idProduct}=="4108", MODE="660", GROUP="audio" +# Creative Nomad Jukebox Zen USB 2.0 +ATTR{idVendor}=="041e", ATTR{idProduct}=="410b", MODE="660", GROUP="audio" +# Creative Nomad Jukebox Zen NX +ATTR{idVendor}=="041e", ATTR{idProduct}=="4109", MODE="660", GROUP="audio" +# Creative Nomad Jukebox Zen Xtra +ATTR{idVendor}=="041e", ATTR{idProduct}=="4110", MODE="660", GROUP="audio" +# Dell Digital Jukebox +ATTR{idVendor}=="041e", ATTR{idProduct}=="4111", MODE="660", GROUP="audio" +# Creative Nomad Jukebox Zen Touch +ATTR{idVendor}=="041e", ATTR{idProduct}=="411b", MODE="660", GROUP="audio" +# Creative Zen (Zen Micro variant) +ATTR{idVendor}=="041e", ATTR{idProduct}=="411d", MODE="660", GROUP="audio" +# Creative Nomad Jukebox Zen Micro +ATTR{idVendor}=="041e", ATTR{idProduct}=="411e", MODE="660", GROUP="audio" +# Second Generation Dell Digital Jukebox +ATTR{idVendor}=="041e", ATTR{idProduct}=="4126", MODE="660", GROUP="audio" +# Dell Pocket DJ +ATTR{idVendor}=="041e", ATTR{idProduct}=="4127", MODE="660", GROUP="audio" +# Creative Zen Sleek +ATTR{idVendor}=="041e", ATTR{idProduct}=="4136", MODE="660", GROUP="audio" +# Third Generation Dell Digital Jukebox +ATTR{idVendor}=="041e", ATTR{idProduct}=="412f", MODE="660", GROUP="audio" + +LABEL="libnjb_rules_end" |