freebsd-dev/sbin/devd/ulpt.conf
Brad Davis 44e1285c7b Move all devd related configs to sbin/devd/
This helps with pkgbase as it switches these to using CONFS so they are
properly tagged as config files.

Approved by:	will (mentor), imp
Differential Revision:	https://reviews.freebsd.org/D16781
2018-08-21 16:51:45 +00:00

19 lines
389 B
Plaintext

#
# $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";
#};