From: Albert H. <he...@us...> - 2009-10-25 18:50:37
|
Update of /cvsroot/gc-linux/linux/drivers/usb In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31074/drivers/usb Modified Files: Kconfig Makefile Log Message: Merge gc-linux-v2.6.30. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/usb/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 25 Oct 2009 18:45:36 -0000 1.6 --- Makefile 25 Oct 2009 18:50:27 -0000 1.7 *************** *** 18,21 **** --- 18,22 ---- 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/ Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/usb/Kconfig,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Kconfig 25 Oct 2009 18:45:36 -0000 1.7 --- Kconfig 25 Oct 2009 18:50:27 -0000 1.8 *************** *** 23,26 **** --- 23,27 ---- default y if ARM # SL-811 default y if SUPERH # r8a66597-hcd + default y if STARLET_IOS # rvl-sthcd default PCI |