summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-01-29 10:42:01 +0000
committerhselasky <hselasky@FreeBSD.org>2014-01-29 10:42:01 +0000
commitfdb5e5e5abccd369618e13d70075d2c5e5d5a70f (patch)
tree2097a6a726283d882836849adf243945388ce2d8 /sys/conf
parentf8038f60cdbb0cfc0737893790a54ac9024416b7 (diff)
downloadFreeBSD-src-fdb5e5e5abccd369618e13d70075d2c5e5d5a70f.zip
FreeBSD-src-fdb5e5e5abccd369618e13d70075d2c5e5d5a70f.tar.gz
Add support for trackpads found in Apple MacBook products. While at it
add some missing devd entries. Submitted by: Huang Wen Hui <huanghwh@gmail.com> MFC after: 1 week
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 9d74130..8095c0e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2660,6 +2660,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 33fc75d..46e669f 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2408,6 +2408,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