Marc Kleine-Budde d48a24dbc0 usb: chipidea: usbmisc: unset global varibale usbmisc on driver remove il y a 12 ans
..
atm 033d9959ed Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq il y a 13 ans
c67x00 b44983bb9b usb: c67x00 RetryCnt value in c67x00 TD should be 3 il y a 12 ans
chipidea d48a24dbc0 usb: chipidea: usbmisc: unset global varibale usbmisc on driver remove il y a 12 ans
class 3edce1cf81 USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMAND il y a 12 ans
core 4f48203881 usb: Make USB persist default configurable il y a 12 ans
dwc3 c390b0363d usb: dwc3: ep0: fix sparc64 build il y a 12 ans
early bc8d51ea7e fix build of EHCI debug port code when USB_CHIPIDEA but !USB_EHCI_HCD il y a 12 ans
gadget c8fa48d372 usb: Fix compile error by selecting USB_OTG_UTILS il y a 12 ans
host 70b55c2ad0 usb: ehci: mark unlink_empty_async_suspended() as __maybe_unused il y a 12 ans
image 1b6d823258 USB: mdc800.c: remove dbg() usage il y a 13 ans
misc a1645eefc8 usb: misc: sisusbvga: Avoid NULL pointer dereference from sisusb il y a 12 ans
mon 314e51b985 mm: kill vma flag VM_RESERVED and mm->reserved_vm counter il y a 12 ans
musb d93acbcacd Merge tag 'fixes-for-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus il y a 12 ans
otg cf2d9500a5 Merge branch 'usb-linus' into usb-next il y a 12 ans
phy 02d5f0857b Merge branch 'usb-linus' into usb-next il y a 12 ans
renesas_usbhs 74e1a2a393 Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb il y a 12 ans
serial b13379758f Revert "USB: serial: fix hang when opening port" il y a 12 ans
storage cf2d9500a5 Merge branch 'usb-linus' into usb-next il y a 12 ans
wusbcore f07af4b630 USB: wusbcore/wa-xfer: error handling fixes in setup_segs() il y a 12 ans
Kconfig eb614c8b46 USB: select USB_ARCH_HAS_EHCI for MXS il y a 12 ans
Makefile 1c2088812f usb: Makefile: fix drivers/usb/phy/ Makefile entry il y a 12 ans
README 9e3e31046f USB: fix directory references in usb/README il y a 17 ans
usb-common.c e538dfdae8 usb: Provide usb_speed_string() function il y a 14 ans
usb-skeleton.c c79041a440 USB: usb-skeleton.c: fix blocked forever in skel_read il y a 12 ans

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.