Update of /cvsroot/gc-linux/linux/drivers/usb
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17071/drivers/usb
Modified Files:
Kconfig Makefile
Log Message:
Rewind to v2.6.31.
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/usb/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile 25 Oct 2009 18:59:28 -0000 1.10
--- Makefile 9 Dec 2009 18:18:07 -0000 1.11
***************
*** 19,23 ****
obj-$(CONFIG_USB_U132_HCD) += host/
obj-$(CONFIG_USB_R8A66597_HCD) += host/
- obj-$(CONFIG_USB_WII_HCD) += host/
obj-$(CONFIG_USB_HWA_HCD) += host/
obj-$(CONFIG_USB_ISP1760_HCD) += host/
--- 19,22 ----
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/usb/Kconfig,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Kconfig 25 Oct 2009 18:59:28 -0000 1.11
--- Kconfig 9 Dec 2009 18:18:07 -0000 1.12
***************
*** 24,29 ****
default y if SUPERH # r8a66597-hcd
default y if MICROBLAZE
- default y if WII # rvl-sthcd
- default y if STARLET_IOS # rvl-sthcd
default PCI
--- 24,27 ----
|