Robots/udev rules: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created page with '* 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==…')
 
No edit summary
Line 1: Line 1:
* LEGO -- these rules are included in the lego-udevrules rpm
* LEGO -- these rules are included in the lego-udevrules rpm
** NXT 2.0
#NXT 2.0
BUS=="usb", SYSFS{idVendor}=="0694", SYSFS{idProduct}=="0002", GROUP="lego", MODE="0660"
BUS=="usb", SYSFS{idVendor}=="0694", SYSFS{idProduct}=="0002", GROUP="lego", MODE="0660"
** WeDo
# WeDo
BUS=="usb", SYSFS{idVendor}=="0694", SYSFS{idProduct}=="0003", GROUP="lego", MODE="0660"
BUS=="usb", SYSFS{idVendor}=="0694", SYSFS{idProduct}=="0003", GROUP="lego", MODE="0660"
* FTDI
* FTDI
** Pico Board -- udev rules generally not needed, the driver currently sets mode 777
# 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"
BUS=="usb", SYSFS{idVendor}=="0403", SYSFS{idProduct}=="6001", GROUP="lego", MODE="0660"
* CCS
* CCS
** GoGo Board -- udev rules generally not needed, the driver currently sets mode 777
#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"
BUS=="usb", SYSFS{idVendor}=="0461", SYSFS{idProduct}=="0033", GROUP="lego", MODE="0660"

Revision as of 20:19, 22 March 2011

  • 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"