xref: /freebsd/sbin/devd/ulpt.conf (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1*44e1285cSBrad Davis#
2*44e1285cSBrad Davis#
3*44e1285cSBrad Davis
4*44e1285cSBrad Davis#
5*44e1285cSBrad Davis# Example devd configuration file for USB printers.
6*44e1285cSBrad Davis# Uncomment the notify rule below to enable.
7*44e1285cSBrad Davis#
8*44e1285cSBrad Davis# Generic USB printer devices
9*44e1285cSBrad Davis#notify 100 {
10*44e1285cSBrad Davis#	match "system"		"USB";
11*44e1285cSBrad Davis#	match "subsystem"	"INTERFACE";
12*44e1285cSBrad Davis#	match "type"		"ATTACH";
13*44e1285cSBrad Davis#	match "intclass"	"0x07";
14*44e1285cSBrad Davis#	match "intsubclass"	"0x01";
15*44e1285cSBrad Davis#	match "intprotocol"	"(0x01|0x02|0x03)";
16*44e1285cSBrad Davis#	action "chown root:wheel /dev/$cdev";
17*44e1285cSBrad Davis#};
18