Lines Matching refs:USB
1 To understand all the Linux-USB framework, you'll use these resources:
9 * The USB 2.0 specification (from www.usb.org), with supplements
10 such as those for USB OTG and the various device classes.
11 The USB specification has a good overview chapter, and USB
14 * Chip specifications for USB controllers. Examples include
19 * Specifications for other protocols implemented by USB peripheral
26 core/ - This is for the core USB host code, including the
29 host/ - This is for USB host controller drivers. This
33 gadget/ - This is for USB peripheral controller drivers and
37 Individual USB driver directories. A new driver should be added to the
48 serial/ - This is for USB to serial drivers.
49 storage/ - This is for USB mass-storage drivers.
50 class/ - This is for all USB device drivers that do not fit
52 of USB Class specified devices.
53 misc/ - This is for all USB device drivers that do not fit