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