aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcus2011-07-29 19:04:53 +0000
committermarcus2011-07-29 19:04:53 +0000
commit57dfe6ca6a295f126bb21dad0af22d7ea17fe95e (patch)
treeb8868356b8aff07a5d49250a6752aa7da0a4407b
parent3f7453bb255ab2ddd5bbf8353631e9b0be0075b5 (diff)
Minor change to udev rule for USB on Linux to comply with new device
information namespace.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ec88f63..18b754f 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ Installation (see http://code.google.com/p/nxt-python/wiki/Installation):
* To use USB on Linux as non-superuser, at a root terminal type:
groupadd lego
usermod -a -G lego [username]
- echo 'BUS=="usb", SYSFS{idVendor}=="0694", GROUP="lego", MODE="0660"' \
+ echo 'BUS=="usb", ATTRS{idVendor}=="0694", GROUP="lego", MODE="0660"' \
> /etc/udev/rules.d/70-lego.rules
Getting Started: