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#};
18