devd question

Michael Sperber sperber at deinprogramm.de
Sat Feb 28 06:25:10 PST 2009


I'm trying to make devd run an stty command whenever a USB serial device
is attached.  Unfortunately, $device-name is ucom[0-9] and the device
names are /dev/cuaU[0-9] - how do I get the correct name in the device
action?  I haven't found a way to extract the number by itself, so I'm
stuck with specifying a separate rule for each number, like so:

attach 100 {
        device-name "ucom0";
        action "stty -f /dev/cuaU0.init raw";
};

Help would be much appreciated!

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla



More information about the freebsd-stable mailing list