Update of /cvsroot/gc-linux/linux/drivers/usb/host
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/usb/host
Modified Files:
Kconfig Makefile
Log Message:
Rewind to v2.6.29.
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/usb/host/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile 2 Mar 2009 19:26:37 -0000 1.4
--- Makefile 25 Oct 2009 18:33:47 -0000 1.5
***************
*** 29,32 ****
obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o
obj-$(CONFIG_USB_ISP1760_HCD) += isp1760.o
- obj-$(CONFIG_USB_WII_HCD) += rvl-sthcd.o
obj-$(CONFIG_USB_HWA_HCD) += hwa-hc.o
--- 29,31 ----
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/usb/host/Kconfig,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Kconfig 2 Mar 2009 19:26:37 -0000 1.6
--- Kconfig 25 Oct 2009 18:33:47 -0000 1.7
***************
*** 326,348 ****
SH7366 and SH7723 processors.
- config USB_WII_HCD
- tristate "Nintendo Wii HCD support"
- depends on USB && WII && !HIGHMEM && EXPERIMENTAL
- help
- The Nintendo Wii includes a USB 1.1 host controller that can be
- accessed through the API provided by the starlet subsystem.
-
- Enable this option if you plan to use the internal Nintendo Wii
- bluetooth dongle or any USB peripheral connected to the external
- ports.
-
- USB devices using isochronous transfers are not supported.
- Use of USB hubs is partially supported.
-
- Use completely at you own risk. If unsure, say N.
-
- To compile this driver as a module, choose M here: the
- module will be called rvl-sthcd.
-
config USB_WHCI_HCD
tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)"
--- 326,329 ----
|