aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/moused.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/devd/moused.conf')
-rw-r--r--sbin/devd/moused.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/sbin/devd/moused.conf b/sbin/devd/moused.conf
index ed1060ffdf2e..8821c2bb8375 100644
--- a/sbin/devd/moused.conf
+++ b/sbin/devd/moused.conf
@@ -33,3 +33,12 @@ notify 100 {
action "service moused quietstop $cdev";
};
+
+notify 100 {
+ match "system" "DEVFS";
+ match "subsystem" "CDEV";
+ match "type" "CREATE";
+ match "cdev" "input/event[0-9]+";
+
+ action "service moused quietstart $cdev";
+};