From: michael Date: Sun, 25 Feb 2007 11:02:00 +0000 (+0000) Subject: add comment about udev X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/commitdiff_plain/fdd05738df200e243132f887423515026596e348 add comment about udev --- 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"