PERFORCE change 122153 for review
    Rui Paulo 
    rpaulo at FreeBSD.org
       
    Fri Jun 22 15:21:26 UTC 2007
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=122153
Change 122153 by rpaulo at 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} \
    
    
More information about the p4-projects
mailing list