From: Bernd Porr Date: Sun, 21 Dec 2008 14:29:53 +0000 (+0000) Subject: the udev scripts are no longer needed because of autoconf in kernelspace X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3549993b550eeb5ee2272dffa251c4ebf3591432;p=comedilib.git 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. --- diff --git a/etc/udev/90-comedi.rules b/etc/udev/90-comedi.rules index c30af20..20a07e7 100644 --- a/etc/udev/90-comedi.rules +++ b/etc/udev/90-comedi.rules @@ -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"