]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/devd/ulpt.conf
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / sbin / devd / ulpt.conf
1 #
2 # $FreeBSD$
3 #
4
5 #
6 # Example devd configuration file for USB printers.
7 # Uncomment the notify rule below to enable.
8 #
9 # Generic USB printer devices
10 #notify 100 {
11 #       match "system"          "USB";
12 #       match "subsystem"       "INTERFACE";
13 #       match "type"            "ATTACH";
14 #       match "intclass"        "0x07";
15 #       match "intsubclass"     "0x01";
16 #       match "intprotocol"     "(0x01|0x02|0x03)";
17 #       action "chown root:wheel /dev/$cdev";
18 #};