summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-12-09 21:47:42 +0000
committerthompsa <thompsa@FreeBSD.org>2009-12-09 21:47:42 +0000
commitcb05c9d5403f07ef3638f514144502359f02d639 (patch)
treed162dfa2680b561f0f62f743bf0ac3584f12face /sys/modules
parentc57856a7abab4b7e75e856abab338a796b2a141b (diff)
downloadFreeBSD-src-cb05c9d5403f07ef3638f514144502359f02d639.zip
FreeBSD-src-cb05c9d5403f07ef3638f514144502359f02d639.tar.gz
MFC r199086,199151,199680,199948,200241
Driver for the Apple Touchpad present on MacBook (non-Pro & Pro). Submitted by: Rohit Grover <rgrover1 at gmail.com>
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/usb/Makefile2
-rw-r--r--sys/modules/usb/atp/Makefile11
2 files changed, 12 insertions, 1 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index 2555b83..8c771d7 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -28,7 +28,7 @@
SUBDIR = usb
SUBDIR += ehci musb ohci uhci uss820dci ${_at91dci} ${_atmegadci}
SUBDIR += rum uath upgt ural zyd ${_urtw}
-SUBDIR += uhid ukbd ums udbp ufm
+SUBDIR += atp uhid ukbd ums udbp ufm
SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
umct umodem umoscom uplcom uslcom uvisor uvscom
SUBDIR += uether aue axe cdce cue kue rue udav
diff --git a/sys/modules/usb/atp/Makefile b/sys/modules/usb/atp/Makefile
new file mode 100644
index 0000000..8e68d1c
--- /dev/null
+++ b/sys/modules/usb/atp/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+S= ${.CURDIR}/../../..
+
+.PATH: $S/dev/usb/input
+
+KMOD= atp
+SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
+ atp.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud