Greg Kroah-Hartman e2c60989dc Merge tag 'fixes-for-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus 11 年之前
..
atm 803a536243 usb: delete non-required instances of include <linux/init.h> 11 年之前
c67x00 f3c1f5151a USB: c67x00: correct spelling mistakes in comments 11 年之前
chipidea 233c7daf4e usb: chipidea: msm: Initialize PHY on reset event 11 年之前
class ab53eb9736 usb: class: usbtmc.c: Cleaning up uninitialized variables 11 年之前
common 1dfa91aa5b usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c 11 年之前
core c605f3cdff usb: hub: take hub->hdev reference when processing from eventlist 11 年之前
dwc2 604eac3c0c usb: dwc2/gadget: avoid disabling ep0 11 年之前
dwc3 0b93a4c838 usb: dwc3: fix TRB completion when multiple TRBs are started 11 年之前
early 8c9247a6b5 USB: ehci-dbgp: drop dead code. 12 年之前
gadget 6d5c1c77bb usb: gadget: f_fs: fix the redundant ep files problem 11 年之前
host 96044694b8 xhci: fix oops when xhci resumes from hibernate with hw lpm capable devices 11 年之前
image 3569843a2b USB: image: correct spelling mistake in comment 11 年之前
misc 5b6b80aeb2 USB: sisusb: add device id for Magic Control USB video 11 年之前
mon 25e11ec4fe USB: regroup all depends on USB within an if USB block 12 年之前
musb 9267edaf8c usb: musb: cppi41: fix not transmitting zero length packet issue 11 年之前
phy 9ce9ec95fb usb: phy: tegra: Avoid use of sizeof(void) 11 年之前
renesas_usbhs 2743e7f90d usb: renesas_usbhs: fix the usb_pkt_pop() 11 年之前
serial 9c491c372d USB: ftdi_sio: Add support for GE Healthcare Nemo Tracker device 11 年之前
storage c66f1c62e8 storage: Add single-LUN quirk for Jaz USB Adapter 11 年之前
usbip 3f653c5639 usbip: remove struct usb_device_id table 11 年之前
wusbcore 6835a3a02b usb: wusbcore: fix below build warning 11 年之前
Kconfig 96c2737716 usbip: move usbip kernel code out of staging 11 年之前
Makefile 96c2737716 usbip: move usbip kernel code out of staging 11 年之前
README 9e3e31046f USB: fix directory references in usb/README 18 年之前
usb-skeleton.c 803a536243 usb: delete non-required instances of include <linux/init.h> 11 年之前

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.