Add example devd configuration file for USB printers.
This commit is contained in:
parent
9c75952aa6
commit
afe30bff57
@ -11,7 +11,7 @@ FILES+= asus.conf
|
||||
.endif
|
||||
|
||||
.if ${MK_USB} != "no"
|
||||
FILES+= uath.conf usb.conf
|
||||
FILES+= uath.conf ulpt.conf usb.conf
|
||||
.endif
|
||||
|
||||
.if ${MK_ZFS} != "no"
|
||||
|
18
etc/devd/ulpt.conf
Normal file
18
etc/devd/ulpt.conf
Normal file
@ -0,0 +1,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";
|
||||
#};
|
Loading…
x
Reference in New Issue
Block a user