Dan Delaney 789aaa2ee0 HID/usbled: add support for Dream Cheeky DL100B Mailbox Friends Alert před 13 roky
..
atm 6f95b4b752 drivers: usb: atm: ueagle-atm: Add missing const qualifier před 14 roky
c67x00 25985edced Fix common misspellings před 14 roky
class 7e0bb71e75 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm před 13 roky
core 7e0bb71e75 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm před 13 roky
dwc3 2204fdee84 usb: Add module.h to various dwc3 drivers před 14 roky
early c430131a02 USB: EHCI: Support controllers with big endian capability regs před 14 roky
gadget 1be025d3cb Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb před 13 roky
host 16ee792e45 Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-soc před 13 roky
image 60063497a9 atomic: use <linux/atomic.h> před 14 roky
misc 789aaa2ee0 HID/usbled: add support for Dream Cheeky DL100B Mailbox Friends Alert před 13 roky
mon 236c448cb6 usbmon vs. tcpdump: fix dropped packet count před 14 roky
musb 1fdb24e969 Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm před 13 roky
otg b5dd18d874 USB: irq: Remove IRQF_DISABLED před 14 roky
renesas_usbhs a2c76b83fd usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push() před 13 roky
serial 7e0bb71e75 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm před 13 roky
storage 1be025d3cb Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb před 13 roky
wusbcore 29cc88979a USB: use usb_endpoint_maxp() instead of le16_to_cpu() před 14 roky
Kconfig 3a6e7119a7 USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platforms před 13 roky
Makefile e538dfdae8 usb: Provide usb_speed_string() function před 14 roky
README 9e3e31046f USB: fix directory references in usb/README před 17 roky
usb-common.c e538dfdae8 usb: Provide usb_speed_string() function před 14 roky
usb-skeleton.c 29cc88979a USB: use usb_endpoint_maxp() instead of le16_to_cpu() před 14 roky

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 ("khubd").

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.