Bug 208578 - sys-fs/udev - udev rule for ttyACM0 (usb modems)
Bug#: 208578 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: udev-bugs@gentoo.org Reported By: daniel@rozsnyo.com
Component: Core system
URL: 
Summary: sys-fs/udev - udev rule for ttyACM0 (usb modems)
Keywords:  
Status Whiteboard: 
Opened: 2008-02-02 13:23 0000
Description:   Opened: 2008-02-02 13:23 0000
When using USB GSM modems (like siemens ES75), the device node which is created
is:

crw-rw---- 1 root root 166, 0 Feb  2 13:08 /dev/ttyACM0

but other serial ports and modems (like isdn and so on) are made
with group of 'uucp'. Can somebody update the 

/etc/udev/rules.d/50-udev.rules

file, where I request the addition of the following line into 'tty devices'
section:

KERNEL=="ttyACM[0-9]*", NAME="%k", GROUP="uucp", MODE="0660"

Thank you.

Reproducible: Always

------- Comment #1 From Matthias Schwarzott 2008-06-09 19:43:42 0000 -------
udev-122-r1 does now contain a similar rule.