Christoph Hellwig fdd050b5b3 Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base 8 years ago
..
atm 78f74f75bd usb: atm: remove unnecessary code 8 years ago
c67x00 e27465f51a c67x00-hcd: use USB_DT_HUB 10 years ago
chipidea cbb22ebcfb usb: chipidea: core: check before accessing ci_role in ci_role_show 8 years ago
class 1944581699 USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications" 8 years ago
common 3ef2bc099d Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux 8 years ago
core 93491ced3c USB: hub: fix SS max number of ports 8 years ago
dwc2 55b644fd24 usb: dwc2: add support for the DWC2 controller on Meson8 SoCs 8 years ago
dwc3 94116f8126 ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() 8 years ago
early aeb9dd1de9 usb/early: Add driver for xhci debug capability 8 years ago
gadget afbbc7913a usb: gadget: udc: renesas_usb3: Fix PN_INT_ENA disabling timing 8 years ago
host 94116f8126 ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() 8 years ago
image 174cd4b1e5 sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 8 years ago
isp1760 2c93e790e8 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW 8 years ago
misc 94116f8126 ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() 8 years ago
mon 174cd4b1e5 sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 8 years ago
mtu3 a2cfed4338 usb: mtu3: Replace the extcon API 8 years ago
musb b3addcf0d1 usb: musb: dsps: keep VBUS on for host-only mode 8 years ago
phy ba7756d082 Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next 8 years ago
renesas_usbhs ea07b8cf08 usb: renesas_usbhs: Replace the deprecated extcon API 8 years ago
serial 8d7a10dd32 USB: serial: qcserial: add more Lenovo EM74xx device IDs 8 years ago
storage 628c2893d4 USB: ene_usb6250: fix DMA to the stack 8 years ago
typec 94116f8126 ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() 8 years ago
usbip ec963b412a USB: usbip: fix nonconforming hub descriptor 8 years ago
wusbcore 03ace948a4 USB: wusbcore: fix NULL-deref at probe 8 years ago
Kconfig fab9288428 usb: USB Type-C connector class 8 years ago
Makefile 8f28472a73 Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb 8 years ago
README 37ebb54915 usb: hub: rename khubd to hub_wq in documentation and comments 11 years ago
usb-skeleton.c af59f8955f USB: usb-skeleton: refactor endpoint retrieval 8 years ago

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.