chiark / gitweb /
rules: add usb device nodes
authorPiter PUNK <piterpk@terra.com.br>
Fri, 28 Nov 2008 01:01:51 +0000 (02:01 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Fri, 28 Nov 2008 01:01:51 +0000 (02:01 +0100)
rules/rules.d/50-udev-default.rules

index f98b6287503fbd98a2c6e4004b066edd919d1455..ad725fc34f99ba56a1fe7a745650737acdaff352 100644 (file)
@@ -111,6 +111,11 @@ KERNEL=="slram[0-9]*",             SYMLINK+="xpram%n"
 KERNEL=="sxctl",               NAME="specialix_sxctl", SYMLINK+="%k"
 KERNEL=="rioctl",              NAME="specialix_rioctl", SYMLINK+="%k"
 KERNEL=="iowarrior[0-9]*",     NAME="usb/%k"
+KERNEL=="hiddev[0-9]*",                NAME="usb/%k"
+KERNEL=="legousbtower[0-9]*",  NAME="usb/%k"
+KERNEL=="dabusb[0-9]*",                NAME="usb/%k"
+KERNEL=="usbdpfp[0-9]*",       NAME="usb/%k"
+KERNEL=="cpad[0-9]*",          NAME="usb/%k"
 
 # do not delete static device nodes
 ACTION=="remove", NAME=="?*", TEST=="/lib/udev/devices/$name", OPTIONS+="ignore_remove"