home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / udev / rules.d / 45-libnjb.rules < prev    next >
Encoding:
Text File  |  2006-08-22  |  1.7 KB  |  35 lines

  1. SUBSYSTEM!="usb_device", ACTION!="add", GOTO="libnjb_rules_end"
  2.  
  3. # Creative Nomad Jukebox
  4. SYSFS{idVendor}=="0471", SYSFS{idProduct}=="0222", GROUP="plugdev", MODE="0660"
  5. # Creative Nomad Jukebox 2
  6. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4100", GROUP="plugdev", MODE="0660"
  7. # Creative Nomad Jukebox 3
  8. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4101", GROUP="plugdev", MODE="0660"
  9. # Creative Nomad Jukebox Zen
  10. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4108", GROUP="plugdev", MODE="0660"
  11. # Creative Nomad Jukebox Zen USB 2.0
  12. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="410b", GROUP="plugdev", MODE="0660"
  13. # Creative Nomad Jukebox Zen NX
  14. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4109", GROUP="plugdev", MODE="0660"
  15. # Creative Nomad Jukebox Zen Xtra
  16. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4110", GROUP="plugdev", MODE="0660"
  17. # Dell Digital Jukebox
  18. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4111", GROUP="plugdev", MODE="0660"
  19. # Creative Nomad Jukebox Zen Touch
  20. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="411b", GROUP="plugdev", MODE="0660"
  21. # Creative Zen (Zen Micro variant)
  22. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="411d", GROUP="plugdev", MODE="0660"
  23. # Creative Nomad Jukebox Zen Micro
  24. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="411e", GROUP="plugdev", MODE="0660"
  25. # Second Generation Dell Digital Jukebox
  26. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4126", GROUP="plugdev", MODE="0660"
  27. # Dell Pocket DJ
  28. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4127", GROUP="plugdev", MODE="0660"
  29. # Creative Zen Sleek
  30. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4136", GROUP="plugdev", MODE="0660"
  31. # Third Generation Dell Digital Jukebox
  32. SYSFS{idVendor}=="041e", SYSFS{idProduct}=="412f", GROUP="plugdev", MODE="0660"
  33.  
  34. LABEL="libnjb_rules_end"
  35.