summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-02-05 08:40:02 +0000
committerhselasky <hselasky@FreeBSD.org>2014-02-05 08:40:02 +0000
commit8beeaa462226c8d0d6955e32db39e7d70a3ec4cc (patch)
tree78d446b113871fabe8e9a69188e6ac9fbede5972 /etc
parenta27a5825381c1173a990e9e24eb7bee1ee23b7c2 (diff)
downloadFreeBSD-src-8beeaa462226c8d0d6955e32db39e7d70a3ec4cc.zip
FreeBSD-src-8beeaa462226c8d0d6955e32db39e7d70a3ec4cc.tar.gz
MFC r261260, r261262, r261315 and r261343:
Add support for trackpads found in Apple MacBook products. While at it add some missing devd entries.
Diffstat (limited to 'etc')
-rw-r--r--etc/devd.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 5339bae..0c70817 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -119,6 +119,15 @@ notify 100 {
match "system" "DEVFS";
match "subsystem" "CDEV";
match "type" "CREATE";
+ match "cdev" "atp[0-9]+";
+
+ action "/etc/rc.d/moused quietstart $cdev";
+};
+
+notify 100 {
+ match "system" "DEVFS";
+ match "subsystem" "CDEV";
+ match "type" "CREATE";
match "cdev" "ums[0-9]+";
action "/etc/rc.d/moused quietstart $cdev";
@@ -127,6 +136,15 @@ notify 100 {
notify 100 {
match "system" "DEVFS";
match "subsystem" "CDEV";
+ match "type" "CREATE";
+ match "cdev" "wsp[0-9]+";
+
+ action "/etc/rc.d/moused quietstart $cdev";
+};
+
+notify 100 {
+ match "system" "DEVFS";
+ match "subsystem" "CDEV";
match "type" "DESTROY";
match "cdev" "ums[0-9]+";
OpenPOWER on IntegriCloud