From fdd05738df200e243132f887423515026596e348 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 25 Feb 2007 11:02:00 +0000 Subject: [PATCH] add comment about udev --- README | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.39.2