summaryrefslogtreecommitdiffstats
path: root/etc/devd/ulpt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/devd/ulpt.conf')
-rw-r--r--etc/devd/ulpt.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/devd/ulpt.conf b/etc/devd/ulpt.conf
new file mode 100644
index 0000000..2082726
--- /dev/null
+++ b/etc/devd/ulpt.conf
@@ -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";
+#};
OpenPOWER on IntegriCloud