linux-brain/drivers/usb
Marcel Ziswiler 32aca03c2c This is the 4.9.166 stable release
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlybBmIACgkQONu9yGCS
 aT4ezBAAxtx4Yg4wQSzIrlMxtqorXqdZptiwqSmRgWrOGrwF0YrwKxCjst5bra1x
 plwflHn3+xcP4xIuxiyQOTsipvg5rAtr4peBa2WZqC4MaqRfeO32Uz3Hhh2TeWVJ
 EvB4acedWG78MB81DbA31mo8txbc8qoKEwKglvxaGraddNJBiIl3d0ySyxpKxM5I
 pYZYLdODWUesa+GFIkNzRbSNnZiDUXcI1Srt/TUZ9T4X8LsOXTWhNAEauKZwiDzq
 EJzzENbQrq1ULoaGbg/blgUDxrGiCWsltm5lirzsNaZGtdD1Ha2GCPt0XOftT6ks
 a0LfDj5pAYxBs6DCS1P1tyhg6qDzd7jVCH65RLiFbsYixcZPJs+3Dpsgs/QvkyAK
 29aCBP/K3otS85+ZPP5t5uJwdADT4+bcYxG59BQGoTfZYsDgx8EjBi4jYp2XUbp2
 vYt9ti/I7ZkFzcGur4BRlZ87OfMsIENbgyBcmzmbG0CTqVbJV8fnbhwRkWSbLEUp
 hcp/8T1tuhjWfHvEw4ofawRN44WsrdVelvcFKkDtfZwX9VMiuxM1xPM/MWeayY7s
 3yrNkJIQn7CzIMamCKLA7QE8DzJ0ZnyQjh/CICTyTgjKfLNYYiloBkHDLGWUcQIS
 9e9d2wtsPI7FoQpiirMsxgLYAIGR1bM9FoAJIc9Ntfk9MKspQ1A=
 =KTD5
 -----END PGP SIGNATURE-----

Merge tag 'v4.9.166' into 4.9-2.3.x-imx

This is the 4.9.166 stable release
2019-03-28 14:32:06 +01:00
..
atm
c67x00
cdns3 MLK-18817 usb: cdns3: gadget: add mutex for role_start and role_stop 2018-08-24 12:41:33 +03:00
chipidea This is the 4.9.144 stable release 2018-12-12 14:08:45 +01:00
class usb: cdc-acm: send ZLP for Telit 3G Intel based modems 2019-01-16 22:12:31 +01:00
common MLK-9897-2 usb: otg-fsm: check B-device state before sending polling request 2018-08-23 16:56:17 +03:00
core This is the 4.9.166 stable release 2019-03-28 14:32:06 +01:00
dwc2 usb: dwc2: Remove unnecessary kfree 2019-02-20 10:18:34 +01:00
dwc3 This is the 4.9.166 stable release 2019-03-28 14:32:06 +01:00
early
gadget This is the 4.9.166 stable release 2019-03-28 14:32:06 +01:00
host This is the 4.9.166 stable release 2019-03-28 14:32:06 +01:00
image
isp1760
misc This is the 4.9.166 stable release 2019-03-28 14:32:06 +01:00
mon usb: usbmon: Read text within supplied buffer size 2018-03-18 11:18:56 +01:00
musb usb: gadget: musb: fix short isoc packets with inventra dma 2019-02-12 19:45:01 +01:00
phy This is the 4.9.166 stable release 2019-03-28 14:32:06 +01:00
renesas_usbhs usb: renesas_usbhs: gadget: fix unused-but-set-variable warning 2018-11-10 07:42:50 -08:00
serial USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485 2019-03-13 14:04:51 -07:00
storage USB: storage: add quirk for SMI SM3350 2019-01-16 22:12:31 +01:00
typec MLK-16013-9 usb: typec: add interface to get port type and role 2018-08-24 12:41:33 +03:00
usbip usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten 2018-11-13 11:16:55 -08:00
wusbcore usb: wusbcore: security: cast sizeof to int for comparison 2018-10-03 17:01:45 -07:00
Kconfig MLK-16065-7 usb: cdns3: add Cadence USB3 controller driver 2018-08-24 12:41:33 +03:00
Makefile MLK-16065-7 usb: cdns3: add Cadence USB3 controller driver 2018-08-24 12:41:33 +03:00
README
usb-skeleton.c

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.