xref: /freebsd/sbin/devd/ulpt.conf (revision e8643b01e6312a56d1e44a760fb4e95f0b10b54c)
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#};
19