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:
parent
564e9680b0
commit
3549993b55
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue