Robots/udev rules

From OLPC
Revision as of 16:19, 22 March 2011 by Martinlanghoff (talk | contribs)
Jump to: navigation, search
  • 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"