patch-2.3.26 linux/drivers/usb/usb-core.c

Next file: linux/drivers/usb/usb-serial.c
Previous file: linux/drivers/usb/uhci.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.25/linux/drivers/usb/usb-core.c linux/drivers/usb/usb-core.c
@@ -9,7 +9,6 @@
  * library, while this file handles starting drivers, etc.
  *
  */
-
 #include <linux/kernel.h>
 #include <linux/config.h>
 
@@ -32,7 +31,7 @@
 {
 	usb_major_init();
 #ifdef CONFIG_USB_PROC
-	proc_usb_init ();
+	proc_usb_init();
 #endif
 #ifndef CONFIG_USB_MODULE
 #	ifdef CONFIG_USB_UHCI
@@ -67,6 +66,9 @@
 #	endif
 #	ifdef CONFIG_USB_CPIA
 		usb_cpia_init();
+#	endif
+#	ifdef CONFIG_USB_DC2XX
+		usb_dc2xx_init();
 #	endif
 #	ifdef CONFIG_USB_HUB
 		usb_hub_init();

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)