Mathias Nyman 1ac7db6333 usb: hub: Allow reset retry for USB2 devices on connect bounce 7 năm trước cách đây
..
atm d2032b4b6e usb: atm: ueagle-atm: constify attribute_group structures. 8 năm trước cách đây
c67x00 e978e9b977 c67x00-hcd: constify hc_driver structures 8 năm trước cách đây
chipidea 49ca2eff57 usb: chipidea: usb2: check memory allocation failure 8 năm trước cách đây
class 765fb2f181 usb: cdc_acm: Add quirk for Elatec TWN3 7 năm trước cách đây
common 334007d525 usb: common: use of_property_read_bool() 8 năm trước cách đây
core 1ac7db6333 usb: hub: Allow reset retry for USB2 devices on connect bounce 7 năm trước cách đây
dwc2 f367b72c4e usb: dwc2: skip L2 state of hcd if controller work in device mode 8 năm trước cách đây
dwc3 c3cdce45f8 usb: dwc3: of-simple: Add compatible for Spreadtrum SC9860 platform 7 năm trước cách đây
early d3be974a9c usb/early: Remove trace_printk() callers in xhci-dbc 8 năm trước cách đây
gadget ff74745e6d usb: gadget: configfs: Fix memory leak of interface directory data 7 năm trước cách đây
host b3207c65df usb: xhci: Handle error condition in xhci_stop_device() 7 năm trước cách đây
image 049311e520 USB: microtek: remove unneeded DRIVER_VERSION macro 8 năm trước cách đây
isp1760 992510f3b6 usb: isp1760: compress return logic into one line 8 năm trước cách đây
misc 7c80f9e4a5 usb: usbtest: fix NULL pointer dereference 7 năm trước cách đây
mon 174cd4b1e5 sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 8 năm trước cách đây
mtu3 34a0036748 Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next 8 năm trước cách đây
musb 6ed05c68cb usb: musb: sunxi: Explicitly release USB PHY on exit 7 năm trước cách đây
phy 203f44c475 usb: phy: tegra: Fix phy suspend for UDC 7 năm trước cách đây
renesas_usbhs 29c7f3e68e usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet 7 năm trước cách đây
serial 31dc3f819b USB: serial: metro-usb: add MS7820 device id 7 năm trước cách đây
storage 786de92b3c USB: uas: fix bug in handling of alternate settings 7 năm trước cách đây
typec 86be7f7b2d usb: typec: include linux/device.h in ucsi.h 8 năm trước cách đây
usbip 3a16191399 usbip: vhci-hcd: make vhci_hc_driver const 8 năm trước cách đây
wusbcore 65b881fb4e usb: wusbcore: dev-sysfs: constify attribute_group structures. 8 năm trước cách đây
Kconfig fab9288428 usb: USB Type-C connector class 8 năm trước cách đây
Makefile 8f28472a73 Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb 8 năm trước cách đây
README 37ebb54915 usb: hub: rename khubd to hub_wq in documentation and comments 11 năm trước cách đây
usb-skeleton.c af59f8955f USB: usb-skeleton: refactor endpoint retrieval 8 năm trước cách đây

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.