Linus Torvalds 1163d504ae Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb 10 jaren geleden
..
atm 803a536243 usb: delete non-required instances of include <linux/init.h> 12 jaren geleden
c67x00 52830d773e usb: c67x00: drop owner assignment from platform_drivers 11 jaren geleden
chipidea 4d4bac4499 Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next 11 jaren geleden
class b20b1618b8 cdc-acm: Add support for Denso cradle CU-321 10 jaren geleden
common e47d92545c usb: move the OTG state from the USB PHY to the OTG structure 11 jaren geleden
core f0c2b68198 USB: usbfs: don't leak kernel data in siginfo 10 jaren geleden
dwc2 4d4bac4499 Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next 11 jaren geleden
dwc3 96e5d31244 usb: dwc3: dwc3-omap: Fix disable IRQ 10 jaren geleden
early 8c9247a6b5 USB: ehci-dbgp: drop dead code. 12 jaren geleden
gadget a0456399fb usb: gadget: configfs: don't NUL-terminate (sub)compatible ids 10 jaren geleden
host b8cb91e058 xhci: Workaround for PME stuck issues in Intel xhci 10 jaren geleden
image 78a629e951 USB: use %*ph specifier in mikrotek driver 11 jaren geleden
isp1760 4d3db7d784 usb: isp1760: use msecs_to_jiffies for time conversion 10 jaren geleden
misc 5d31a6dc78 USB: use %*ph specifier in uss720 driver 11 jaren geleden
mon 25e11ec4fe USB: regroup all depends on USB within an if USB block 12 jaren geleden
musb bb90600d5c usb: musb: Fix getting a generic phy for musb_dsps 10 jaren geleden
phy b11a278397 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 11 jaren geleden
renesas_usbhs eed97ef39a usb: renesas: fix extcon dependency 10 jaren geleden
serial 1163d504ae Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb 10 jaren geleden
storage ec371326d4 usb-storage: support for more than 8 LUNs 10 jaren geleden
usbip 1cc9af8711 usbip: vhci_hcd: use HUB_CHAR_* 11 jaren geleden
wusbcore e29876723f Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb 11 jaren geleden
Kconfig 7ef077a8ad usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/ 11 jaren geleden
Makefile 7ef077a8ad usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/ 11 jaren geleden
README 37ebb54915 usb: hub: rename khubd to hub_wq in documentation and comments 11 jaren geleden
usb-skeleton.c 803a536243 usb: delete non-required instances of include <linux/init.h> 12 jaren geleden

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.