the udev scripts are no longer needed because of autoconf in kernelspace
authorBernd Porr <Bernd.Porr@f2s.com>
Sun, 21 Dec 2008 14:29:53 +0000 (14:29 +0000)
committerBernd Porr <Bernd.Porr@f2s.com>
Sun, 21 Dec 2008 14:29:53 +0000 (14:29 +0000)
and the drivers request the firmware now via the standard udev firmware
helper.

etc/udev/90-comedi.rules

index c30af2031c1c9656c80e7a48045261aefbd767d3..20a07e7a3e0ebc1d72b5bb08ba75718e588628b6 100644 (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"