yuan linyu 2c93e790e8 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW 8 жил өмнө
..
atm 78f74f75bd usb: atm: remove unnecessary code 8 жил өмнө
c67x00 e27465f51a c67x00-hcd: use USB_DT_HUB 10 жил өмнө
chipidea 2c93e790e8 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW 8 жил өмнө
class 174cd4b1e5 sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 8 жил өмнө
common ef6a7bcfb0 usb: ulpi: Support device discovery via DT 8 жил өмнө
core 2c93e790e8 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW 8 жил өмнө
dwc2 2c93e790e8 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW 8 жил өмнө
dwc3 2c93e790e8 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW 8 жил өмнө
early 3d95521c12 drivers: usb: early: remove unused code 8 жил өмнө
gadget 2c93e790e8 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW 8 жил өмнө
host 2c93e790e8 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW 8 жил өмнө
image 174cd4b1e5 sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 8 жил өмнө
isp1760 2c93e790e8 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW 8 жил өмнө
misc c4ba329cab usb: misc: lvs: fix race condition in disconnect handling 8 жил өмнө
mon 174cd4b1e5 sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 8 жил өмнө
mtu3 b7ecfe7126 usb: mtu3: remove redundant dev_err call in get_ssusb_rscs() 8 жил өмнө
musb eff0b85efb usb: musb: add code comment for clarification 8 жил өмнө
phy fd567653bd usb: phy: isp1301: Add OF device ID table 8 жил өмнө
renesas_usbhs ea07b8cf08 usb: renesas_usbhs: Replace the deprecated extcon API 8 жил өмнө
serial 8c76d7cd52 USB: serial: safe_serial: fix information leak in completion handler 8 жил өмнө
storage d595259fbb usb-storage: Add ignore-residue quirk for Initio INIC-3619 8 жил өмнө
usbip 1827adb11a Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 жил өмнө
wusbcore 620f1a632e wusbcore: Fix one more crypto-on-the-stack bug 8 жил өмнө
Kconfig 2c93e790e8 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW 8 жил өмнө
Makefile 2c93e790e8 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW 8 жил өмнө
README 37ebb54915 usb: hub: rename khubd to hub_wq in documentation and comments 11 жил өмнө
usb-skeleton.c dc0c32c93e usb: usb-skeleton: don't print on ENOMEM 9 жил өмнө

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.