Linux USB subsystem -- initialize [Linux 3.2] [driver/usb/core/usb.c] USB作为Linux系统的一个子系统,其初始化函数被subsys_initcall修饰。 其初始化代码如下: [cpp] view plain cop……