Michal Simek 6fa612b56c microblaze: Kconfig: Enable drivers for Microblaze 16 år sedan
..
atm 10107bd04f USB: cxacru: Fix negative dB output 16 år sedan
c67x00 76e6f2526f usb/c67x00 endianness annotations 17 år sedan
class 052fbc0d7f USB: correct error handling in cdc-wdm 16 år sedan
core a8aa401f38 USB: pass mem_flags to dma_alloc_coherent 16 år sedan
gadget 0f43158cad USB: Gadget: fix UTF conversion in the usbstring library 16 år sedan
host c065c60e83 USB: ehci-sched.c: EHCI SITD scheduling bugfix 16 år sedan
image 551509d267 USB: replace uses of __constant_{endian} 16 år sedan
misc 77aa2b5878 USB: remove phidget drivers from kernel tree. 16 år sedan
mon 471c604daf USB: usbmon: Add binary API v1 16 år sedan
musb 10c966c310 USB: musb: fix build when !CONFIG_PM 16 år sedan
otg ecf85e481a USB: otg: Fix bug on remove path without transceiver 16 år sedan
serial 80193195f8 Fix oops on close of hot-unplugged FTDI serial converter 16 år sedan
storage 031defd11e USB: unusual_devs: extend nokia 6288 bcd range 16 år sedan
wusbcore fca10c81d9 WUSB: correct format of wusb_chid sysfs file 16 år sedan
Kconfig 6fa612b56c microblaze: Kconfig: Enable drivers for Microblaze 16 år sedan
Makefile 72a772a9a3 USB: Fix makefile so that CONFIG_WDM and CONFIG_TMC work. 16 år sedan
README 9e3e31046f USB: fix directory references in usb/README 17 år sedan
usb-skeleton.c a5f5ea230d USB: skeleton: Use dev_info instead of info 16 år sedan

README

To understand all the Linux-USB framework, you'll use these resources:

* This source code. This is necessarily an evolving work, and
includes kerneldoc that should help you get a current overview.
("make pdfdocs", and then look at "usb.pdf" for host side and
"gadget.pdf" for peripheral side.) Also, Documentation/usb has
more information.

* The USB 2.0 specification (from www.usb.org), with supplements
such as those for USB OTG and the various device classes.
The USB specification has a good overview chapter, and USB
peripherals conform to the widely known "Chapter 9".

* Chip specifications for USB controllers. Examples include
host controllers (on PCs, servers, and more); peripheral
controllers (in devices with Linux firmware, like printers or
cell phones); and hard-wired peripherals like Ethernet adapters.

* Specifications for other protocols implemented by USB peripheral
functions. Some are vendor-specific; others are vendor-neutral
but just standardized outside of the www.usb.org team.

Here is a list of what each subdirectory here is, and what is contained in
them.

core/ - This is for the core USB host code, including the
usbfs files and the hub class driver ("khubd").

host/ - This is for USB host controller drivers. This
includes UHCI, OHCI, EHCI, and others that might
be used with more specialized "embedded" systems.

gadget/ - This is for USB peripheral controller drivers and
the various gadget drivers which talk to them.


Individual USB driver directories. A new driver should be added to the
first subdirectory in the list below that it fits into.

image/ - This is for still image drivers, like scanners or
digital cameras.
../input/ - This is for any driver that uses the input subsystem,
like keyboard, mice, touchscreens, tablets, etc.
../media/ - This is for multimedia drivers, like video cameras,
radios, and any other drivers that talk to the v4l
subsystem.
../net/ - This is for network drivers.
serial/ - This is for USB to serial drivers.
storage/ - This is for USB mass-storage drivers.
class/ - This is for all USB device drivers that do not fit
into any of the above categories, and work for a range
of USB Class specified devices.
misc/ - This is for all USB device drivers that do not fit
into any of the above categories.