1
0

add comment about udev

This commit is contained in:
michael 2007-02-25 11:02:00 +00:00
parent 419f2c983b
commit fdd05738df

4
README
View File

@ -15,3 +15,7 @@ or
$ export LD_PRELOAD=/path/to/libusb-driver.so (for sh shells) $ export LD_PRELOAD=/path/to/libusb-driver.so (for sh shells)
$ setenv LD_PRELOAD /path/to/libusb-driver.so (for csh shells) $ setenv LD_PRELOAD /path/to/libusb-driver.so (for csh shells)
$ impact $ impact
To use the device as ordinary user, put the following line in a new
file in /etc/udev/rules.d/ and restart udev:
ACTION=="add", BUS=="usb", SYSFS{idVendor}=="03fd", MODE="666"