X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/419f2c983bc269255b2a4ce279b253de1ff174b7..fdd05738df200e243132f887423515026596e348:/README diff --git a/README b/README index 87294ca..7f000c8 100644 --- a/README +++ b/README @@ -15,3 +15,7 @@ or $ export LD_PRELOAD=/path/to/libusb-driver.so (for sh shells) $ setenv LD_PRELOAD /path/to/libusb-driver.so (for csh shells) $ 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"