You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/drivers/usb
Greg Kroah-Hartman d3a3d28f1c USB-serial fixes for v4.0-rc6 10 years ago
..
atm
c67x00 usb: c67x00: drop owner assignment from platform_drivers 10 years ago
chipidea usb: chipidea: otg: add a_alt_hnp_support response for B device 10 years ago
class cdc-acm: Add support for Denso cradle CU-321 10 years ago
common usb: common: otg-fsm: only signal connect after switching to peripheral 10 years ago
core USB: usbfs: don't leak kernel data in siginfo 10 years ago
dwc2 usb: dwc2: host: fix dwc2 disconnect bug 10 years ago
dwc3 usb: dwc3: dwc3-omap: Fix disable IRQ 10 years ago
early
gadget USB / PHY driver fixes for 4.0-rc5 10 years ago
host usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers 10 years ago
image USB: use %*ph specifier in mikrotek driver 10 years ago
isp1760 usb: isp1760: fix spin unlock in the error path of isp1760_udc_start 10 years ago
misc USB: use %*ph specifier in uss720 driver 10 years ago
mon
musb usb: musb: fix Kconfig regression 10 years ago
phy usb: phy: am335x-control: check return value of bus_find_device 10 years ago
renesas_usbhs usb: renesas: fix extcon dependency 10 years ago
serial USB: ftdi_sio: Use jtag quirk for SNAP Connect E10 10 years ago
storage uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devices 10 years ago
usbip usbip: vhci_hcd: use HUB_CHAR_* 10 years ago
wusbcore USB patches for 3.20-rc1 10 years ago
Kconfig usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/ 10 years ago
Makefile usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/ 10 years ago
README usb: hub: rename khubd to hub_wq in documentation and comments 11 years ago
usb-skeleton.c

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.