Skip to content

Commit 57dfe6c

Browse files
committed
Minor change to udev rule for USB on Linux to comply with new device
information namespace.
1 parent 3f7453b commit 57dfe6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Installation (see http://code.google.com/p/nxt-python/wiki/Installation):
2424
* To use USB on Linux as non-superuser, at a root terminal type:
2525
groupadd lego
2626
usermod -a -G lego [username]
27-
echo 'BUS=="usb", SYSFS{idVendor}=="0694", GROUP="lego", MODE="0660"' \
27+
echo 'BUS=="usb", ATTRS{idVendor}=="0694", GROUP="lego", MODE="0660"' \
2828
> /etc/udev/rules.d/70-lego.rules
2929

3030
Getting Started:

0 commit comments

Comments
 (0)