patch-2.3.44 linux/init/main.c
Next file: linux/kernel/kmod.c
Previous file: linux/include/net/sock.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Feb 10 17:07:26 2000
- Orig file:
v2.3.43/linux/init/main.c
- Orig date:
Thu Feb 10 17:11:23 2000
diff -u --recursive --new-file v2.3.43/linux/init/main.c linux/init/main.c
@@ -91,6 +91,7 @@
extern void signals_init(void);
extern void bdev_init(void);
extern int init_pcmcia_ds(void);
+extern int usb_init(void);
extern void free_initmem(void);
extern void filesystem_setup(void);
@@ -646,6 +647,10 @@
#endif
#ifdef CONFIG_ISAPNP
isapnp_init();
+#endif
+#ifdef CONFIG_USB
+ usb_init(); /* Do this before doing initcalls, so that we can make
+ usbcore initialize here, and all drivers initialize later */
#endif
/* Networking initialization needs a process context */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)