Robots/udev rules

From OLPC
Revision as of 21:46, 27 July 2012 by 74.95.127.57 (talk)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • LEGO -- these rules are included in the lego-udevrules rpm
 #NXT 2.0
 BUS=="usb", SYSFS{idVendor}=="0694", SYSFS{idProduct}=="0002", GROUP="lego", MODE="0660"
 # WeDo
 BUS=="usb", SYSFS{idVendor}=="0694", SYSFS{idProduct}=="0003", GROUP="lego", MODE="0660"
  • FTDI
 # Pico Board -- udev rules generally not needed, the driver currently sets mode 777
 BUS=="usb", SYSFS{idVendor}=="0403", SYSFS{idProduct}=="6001", GROUP="lego", MODE="0660"
  • CCS
 #GoGo Board -- udev rules generally not needed, the driver currently sets mode 777
 BUS=="usb", SYSFS{idVendor}=="0461", SYSFS{idProduct}=="0033", GROUP="lego", MODE="0660"
  • fischertechnik
 # RoboLT USB connection
 BUS=="usb", SYSFS{idVendor}=="146A", MODE="666"