Takashi Iwai e901b98738 usb: core: Add a helper function to check the validity of EP type in URB 7 年之前
..
atm d2032b4b6e usb: atm: ueagle-atm: constify attribute_group structures. 8 年之前
c67x00 e978e9b977 c67x00-hcd: constify hc_driver structures 8 年之前
chipidea 49ca2eff57 usb: chipidea: usb2: check memory allocation failure 8 年之前
class 8fec9355a9 USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponse 7 年之前
common 334007d525 usb: common: use of_property_read_bool() 8 年之前
core e901b98738 usb: core: Add a helper function to check the validity of EP type in URB 7 年之前
dwc2 f367b72c4e usb: dwc2: skip L2 state of hcd if controller work in device mode 8 年之前
dwc3 c3cdce45f8 usb: dwc3: of-simple: Add compatible for Spreadtrum SC9860 platform 7 年之前
early d3be974a9c usb/early: Remove trace_printk() callers in xhci-dbc 8 年之前
gadget 6baeda120d usb: gadget: udc: atmel: set vbus irqflags explicitly 7 年之前
host bcd6a7aa13 Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts" 8 年之前
image 049311e520 USB: microtek: remove unneeded DRIVER_VERSION macro 8 年之前
isp1760 992510f3b6 usb: isp1760: compress return logic into one line 8 年之前
misc f624ec70b4 usb: misc: lvstest: add entry to place port in compliance mode 8 年之前
mon 174cd4b1e5 sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 8 年之前
mtu3 34a0036748 Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next 8 年之前
musb 706d61b243 USB: musb: dsps: add explicit runtime resume at suspend 8 年之前
phy 968c61f7da Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd 8 年之前
renesas_usbhs 0a2ce62b61 usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction 7 年之前
serial b5fdde28d4 USB: serial: option: simplify 3 D-Link device entries 8 年之前
storage 786de92b3c USB: uas: fix bug in handling of alternate settings 7 年之前
typec 86be7f7b2d usb: typec: include linux/device.h in ucsi.h 8 年之前
usbip 3a16191399 usbip: vhci-hcd: make vhci_hc_driver const 8 年之前
wusbcore 65b881fb4e usb: wusbcore: dev-sysfs: constify attribute_group structures. 8 年之前
Kconfig fab9288428 usb: USB Type-C connector class 8 年之前
Makefile 8f28472a73 Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb 8 年之前
README 37ebb54915 usb: hub: rename khubd to hub_wq in documentation and comments 11 年之前
usb-skeleton.c af59f8955f USB: usb-skeleton: refactor endpoint retrieval 8 年之前

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.