From: greg@kroah.com Date: Tue, 13 Apr 2004 07:43:14 +0000 (-0700) Subject: [PATCH] added rules for CAPI devices. X-Git-Tag: 025~22 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a04913b56858448ed42724ab7d544f70289bb2bf;hp=0e404ee1efdb941d1c287434abe1e56f571dc7ba [PATCH] added rules for CAPI devices. Thanks to Marcel Holtmann for the information. --- diff --git a/etc/udev/udev.rules b/etc/udev/udev.rules index dd934df85..27a11ae90 100644 --- a/etc/udev/udev.rules +++ b/etc/udev/udev.rules @@ -34,3 +34,7 @@ KERNEL="hiddev*", NAME="usb/%k" KERNEL="auer*", NAME="usb/%k" KERNEL="legousbtower*", NAME="usb/%k" KERNEL="dabusb*", NAME="usb/%k" + +# CAPI devices +KERNEL="capi", NAME="capi20", SYMLINK="isdn/capi20" +KERNEL="capi*", NAME="capi/%n" diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo index 28e92aab1..da41b3e2e 100644 --- a/etc/udev/udev.rules.gentoo +++ b/etc/udev/udev.rules.gentoo @@ -119,3 +119,7 @@ KERNEL="route6", NAME="netlink/%k" KERNEL="ip6_fw", NAME="netlink/%k" KERNEL="dnrtmsg", NAME="netlink/%k" KERNEL="tap*", NAME="netlink/%k" + +# CAPI devices +KERNEL="capi", NAME="capi20", SYMLINK="isdn/capi20" +KERNEL="capi*", NAME="capi/%n"