Alan Stern 0a8fd13462 USB: fix problems with duplicate endpoint addresses 8 år sedan
..
atm 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 år sedan
c67x00 e27465f51a c67x00-hcd: use USB_DT_HUB 10 år sedan
chipidea 2456e85535 ktime: Get rid of the union 8 år sedan
class 301216044e USB: cdc-acm: add device id for GW Instek AFG-125 8 år sedan
common 8152263748 Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next 8 år sedan
core 0a8fd13462 USB: fix problems with duplicate endpoint addresses 8 år sedan
dwc2 86e881e7d7 usb: dwc2: fix flags for DMA descriptor allocation in dwc2_hsotg_ep_enable 8 år sedan
dwc3 9418ee15f7 usb: dwc3: gadget: Fix full speed mode 8 år sedan
early 97139d4a6f treewide: remove redundant #include <linux/kconfig.h> 8 år sedan
gadget 43aef5c2ca usb: gadget: Fix copy/pasted error message 8 år sedan
host 8f12dc2449 usb: ohci-at91: use descriptor-based gpio APIs correctly 8 år sedan
image 600bb21605 usb: microtek: Use "foo *bar" instead of "foo * bar". 8 år sedan
isp1760 a4e6a8524f usb: Convert pr_warning to pr_warn 8 år sedan
misc 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 år sedan
mon 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 år sedan
mtu3 220d88eadd usb: mtu3: fix U3 port link issue 8 år sedan
musb 5563bb5743 usb: musb: blackfin: add bfin_fifo_offset in bfin_ops 8 år sedan
phy 1ad528db1a usb: twl6030-usb: make driver DT only 8 år sedan
renesas_usbhs 31faf878bd usb: renesas_usbhs: cleanup with list_first_entry_or_null() 8 år sedan
serial ef079936d3 USB: serial: ti_usb_3410_5052: fix NULL-deref at open 8 år sedan
storage 674aea07e3 usb: storage: unusual_uas: Add JMicron JMS56x to unusual device 8 år sedan
usbip 918b8ac55b usbip: fix warning in vhci_hcd_probe/lockdep_init_map 8 år sedan
wusbcore 7faf44bf92 usb: fix improper return value when kzalloc fails 8 år sedan
Kconfig df2069acb0 usb: Add MediaTek USB3 DRD driver 8 år sedan
Makefile df2069acb0 usb: Add MediaTek USB3 DRD driver 8 år sedan
README 37ebb54915 usb: hub: rename khubd to hub_wq in documentation and comments 10 år sedan
usb-skeleton.c dc0c32c93e usb: usb-skeleton: don't print on ENOMEM 8 å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 ("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.