aboutsummaryrefslogblamecommitdiff
path: root/sbin/devd/ulpt.conf
blob: 2082726cbf47781b5794516346d06ea565e9db35 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                   
#
# $FreeBSD$
#

#
# Example devd configuration file for USB printers.
# Uncomment the notify rule below to enable.
#
# Generic USB printer devices
#notify 100 {
#	match "system"		"USB";
#	match "subsystem"	"INTERFACE";
#	match "type"		"ATTACH";
#	match "intclass"	"0x07";
#	match "intsubclass"	"0x01";
#	match "intprotocol"	"(0x01|0x02|0x03)";
#	action "chown root:wheel /dev/$cdev";
#};