diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-11 16:55:38 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-11 16:55:38 +0200 |
commit | 21a6e5940d1c3e9299e398fc224f3b864397744e (patch) | |
tree | 49aca745b7aa1885358e3c6b23f3a4b94c92ff08 | |
parent | 88591d55438abf62906b928336564ce96d64f41b (diff) |
rules: Gentoo update
-rw-r--r-- | rules/gentoo/65-permissions.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gentoo/65-permissions.rules b/rules/gentoo/65-permissions.rules index 494f19e63f..173e08783d 100644 --- a/rules/gentoo/65-permissions.rules +++ b/rules/gentoo/65-permissions.rules @@ -15,7 +15,7 @@ KERNEL=="st[0-9]*|nst[0-9]*|ht[0-9]*|nht[0-9]*|pt[0-9]*|npt[0-9]*", \ SUBSYSTEMS=="scsi", KERNEL=="sg[0-9]*", ATTRS{type}=="[18]", GROUP="tape", MODE="660" # dialout devices -KERNEL=="ippp*|isdn*|dcbri*|capi*", GROUP="uucp" +KERNEL=="ippp*|isdn*|dcbri*|capi*|rfcomm*|ttyACM[0-9]*", GROUP="uucp" KERNEL=="pilot", GROUP="uucp" # sound devices (sound=alsa, snd=oss) |