summaryrefslogtreecommitdiffstats
path: root/sys/conf
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 /sys/conf
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 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files1
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d4b205c..5cc2513 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2656,6 +2656,9 @@ device umct
device umodem
# USB mouse
device ums
+# USB touchpad(s)
+device atp
+device wsp
# eGalax USB touch screen
device uep
# Diamond Rio 500 MP3 player
diff --git a/sys/conf/files b/sys/conf/files
index 705a889..d0fdef4 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2434,6 +2434,7 @@ dev/usb/input/uep.c optional uep
dev/usb/input/uhid.c optional uhid
dev/usb/input/ukbd.c optional ukbd
dev/usb/input/ums.c optional ums
+dev/usb/input/wsp.c optional wsp
#
# USB quirks
#
OpenPOWER on IntegriCloud