the udev scripts are no longer needed because of autoconf in kernelspace

and the drivers request the firmware now via the standard udev firmware
helper.
This commit is contained in:
Bernd Porr 2008-12-21 14:29:53 +00:00
parent 564e9680b0
commit 3549993b55

View file

@ -1,5 +1 @@
ACTION=="add", BUS=="usb", SYSFS{idVendor}=="13d8", SYSFS{idProduct}=="0001", RUN+="/lib/udev/usbdux"
ACTION=="add", BUS=="usb", SYSFS{idVendor}=="13d8", SYSFS{idProduct}=="0002", RUN+="/lib/udev/usbdux"
ACTION=="add", BUS=="usb", SYSFS{idVendor}=="13d8", SYSFS{idProduct}=="0010", RUN+="/lib/udev/usbduxfast"
KERNEL=="comedi[0-9]*", MODE="0666"