diff options
author | Marco d'Itri <md@Linux.IT> | 2007-08-07 10:41:42 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-08-07 10:41:42 +0200 |
commit | 7134ab1b332250e03b58da9f39e1823f2ae6c172 (patch) | |
tree | 25ac4d7ce83996653ecba02df8dcc72ce59ea517 /etc/udev/debian/devfs.rules | |
parent | 0837c28e9b3bc1fc42ed0d4212abdddd3277e1fa (diff) |
rules: Debian update
Diffstat (limited to 'etc/udev/debian/devfs.rules')
-rw-r--r-- | etc/udev/debian/devfs.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/udev/debian/devfs.rules b/etc/udev/debian/devfs.rules index 2e0caa1d69..56ed1a8807 100644 --- a/etc/udev/debian/devfs.rules +++ b/etc/udev/debian/devfs.rules @@ -50,6 +50,7 @@ SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", \ # usbfs-like devices SUBSYSTEM=="usb_device", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", ACTION=="add", \ NAME="%c" +SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}" # serial devices KERNEL=="ttyS[0-9]*", NAME="tts/%n" @@ -104,6 +105,7 @@ KERNEL=="umad*", NAME="infiniband/%k" KERNEL=="issm*", NAME="infiniband/%k" KERNEL=="uverbs*", NAME="infiniband/%k" KERNEL=="ucm*", NAME="infiniband/%k" +KERNEL=="rdma_ucm", NAME="infiniband/%k" # sound devices KERNEL=="controlC[0-9]*", NAME="snd/%k" |