Arnd Bergmann 1c404b51a0 usb: dwc3: ep0: avoid empty-body warning vor 8 Jahren
..
atm 52879bb190 usb: atm: usbatm: don't print on ENOMEM vor 9 Jahren
c67x00 e27465f51a c67x00-hcd: use USB_DT_HUB vor 10 Jahren
chipidea 63b9e901e4 usb: chipidea: udc: remove unnecessary & operation vor 9 Jahren
class ab21b63e8a Revert "usbtmc: convert to devm_kzalloc" vor 9 Jahren
common 8152263748 Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next vor 9 Jahren
core 5909cbc881 usb: core: urb make use of usb_endpoint_maxp_mult vor 8 Jahren
dwc2 4411beba63 usb: dwc2: Move functions from header to source vor 8 Jahren
dwc3 1c404b51a0 usb: dwc3: ep0: avoid empty-body warning vor 8 Jahren
early 97139d4a6f treewide: remove redundant #include <linux/kconfig.h> vor 9 Jahren
gadget 97f0117b45 usb: gadget: Fix checkpatch error for braces vor 8 Jahren
host 3f5ad8640c usb: Convert pr_warning to pr_warn vor 9 Jahren
image 600bb21605 usb: microtek: Use "foo *bar" instead of "foo * bar". vor 9 Jahren
isp1760 3f5ad8640c usb: Convert pr_warning to pr_warn vor 9 Jahren
misc efdd17e667 usb: misc: usbtest: remove unnecessary & operation vor 9 Jahren
mon a4b5d606b9 usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lock vor 9 Jahren
musb 6ddcabc2aa usb: musb: make use of new usb_endpoint_maxp_mult() vor 9 Jahren
phy 1ad528db1a usb: twl6030-usb: make driver DT only vor 8 Jahren
renesas_usbhs 31faf878bd usb: renesas_usbhs: cleanup with list_first_entry_or_null() vor 9 Jahren
serial 126d26f66d USB: serial: fix potential NULL-dereference at probe vor 9 Jahren
storage 050bc4e846 scsi: introduce a quirk for false cache reporting vor 9 Jahren
usbip 14f91dd524 usb: ip: remove unnecessary & operation vor 9 Jahren
wusbcore 1ee1710cd6 wusb: fix error return code in wusb_prf() vor 9 Jahren
Kconfig cb9c1cfc86 usb: Kconfig: using select for USB_COMMON dependency vor 9 Jahren
Makefile d0fc35bc08 usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbol vor 9 Jahren
README 37ebb54915 usb: hub: rename khubd to hub_wq in documentation and comments vor 11 Jahren
usb-skeleton.c dc0c32c93e usb: usb-skeleton: don't print on ENOMEM vor 9 Jahren

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 ("hub_wq").

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.