Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2007 15:21:25 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122153 for review
Message-ID:  <200706221521.l5MFLP57011468@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122153

Change 122153 by rpaulo@rpaulo_epsilon on 2007/06/22 15:20:34

	Add skeleton driver for the Apple Internal touchpad found on
	MacBooks.
	
	Don't hold your breath because nothing works yet.	

Affected files ...

.. //depot/projects/soc2007/rpaulo-macbook/conf/NOTES#7 edit
.. //depot/projects/soc2007/rpaulo-macbook/conf/files#14 edit
.. //depot/projects/soc2007/rpaulo-macbook/dev/usb/atp.c#1 add
.. //depot/projects/soc2007/rpaulo-macbook/modules/Makefile#9 edit
.. //depot/projects/soc2007/rpaulo-macbook/modules/atp/Makefile#1 add

Differences ...

==== //depot/projects/soc2007/rpaulo-macbook/conf/NOTES#7 (text+ko) ====

@@ -2410,6 +2410,8 @@
 device		umct
 # USB modem support
 device		umodem
+# USB Apple Internal Touchpad
+device		atp
 # USB mouse
 device		ums
 # Diamond Rio 500 MP3 player

==== //depot/projects/soc2007/rpaulo-macbook/conf/files#14 (text+ko) ====

@@ -1069,6 +1069,7 @@
 dev/ubsec/ubsec.c		optional ubsec
 #
 # USB support
+dev/usb/atp.c			optional atp
 dev/usb/ehci.c			optional ehci
 dev/usb/ehci_pci.c		optional ehci pci
 dev/usb/hid.c			optional usb

==== //depot/projects/soc2007/rpaulo-macbook/modules/Makefile#9 (text+ko) ====

@@ -31,6 +31,7 @@
 	ath_rate_amrr \
 	ath_rate_onoe \
 	${_ath_rate_sample} \
+	atp \
 	aue \
 	${_auxio} \
 	${_awi} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706221521.l5MFLP57011468>