summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-serial-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-013-2/+16
|\
| * USB: ftdi_sio: Use jtag quirk for SNAP Connect E10Doug Goldstein2015-03-251-2/+6
| * USB: keyspan_pda: add new device idNathaniel W Filardo2015-03-191-0/+3
| * USB: ftdi_sio: Added custom PID for Synapse Wireless productDoug Goldstein2015-03-162-0/+7
* | Merge tag 'fixes-for-v4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-03-241-1/+1
|\ \
| * | usb: isp1760: fix spin unlock in the error path of isp1760_udc_startSudeep Holla2015-03-241-1/+1
* | | usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu2015-03-231-1/+1
* | | usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu2015-03-231-1/+8
|/ /
* | Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-2216-653/+79Star
|\ \
| * | usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen2015-03-181-2/+2
| * | uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devicesHans de Goede2015-03-181-0/+7
| * | USB: ehci-atmel: rework clk handlingBoris Brezillon2015-03-181-21/+9Star
| * | usb: chipidea: otg: add a_alt_hnp_support response for B deviceLi Jun2015-03-151-0/+11
| * | Merge tag 'fixes-for-v4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-03-149-536/+40Star
| |\ \
| | * | Revert "usb: gadget: zero: Add support for interrupt EP"Felipe Balbi2015-03-114-526/+22Star
| | * | usb: phy: am335x-control: check return value of bus_find_deviceDavid Dueck2015-03-101-0/+3
| | * | usb: dwc2: host: fix dwc2 disconnect bugYunzhi Li2015-03-101-0/+3
| | * | usb: isp1760: add peripheral/device controller chip idSudeep Holla2015-03-091-1/+1
| | * | usb: isp1760: set IRQ flags properlyValentin Rothberg2015-03-092-4/+3Star
| | * | usb: musb: fix Kconfig regressionArnd Bergmann2015-03-091-1/+2
| | * | usb: isp1760: fix possible deadlock in isp1760_udc_irqSudeep Holla2015-03-091-4/+6
| * | | Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman2015-03-113-94/+10Star
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-03-211-3/+2Star
|\ \ \ | |_|/ |/| |
| * | loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche2015-03-201-3/+2Star
* | | Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2015-03-132-398/+272Star
|\ \ \ | |_|/ |/| |
| * | gadgetfs: really get rid of switching ->f_opAlan Stern2015-03-081-19/+19
| * | gadgetfs: get rid of flipping ->f_op in ep_config()Al Viro2015-03-081-53/+37Star
| * | gadget: switch ep_io_operations to ->read_iter/->write_iterAl Viro2015-02-181-214/+141Star
| * | gadgetfs: use-after-free in ->aio_read()Al Viro2015-02-181-3/+12
| * | gadget/function/f_fs.c: switch to ->{read,write}_iter()Al Viro2015-02-181-78/+58Star
| * | gadget/function/f_fs.c: use put iov_iter into io_dataAl Viro2015-02-181-61/+25Star
| * | gadget/function/f_fs.c: close leaksAl Viro2015-02-181-2/+12
* | | Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-0833-107/+373
|\ \ \
| * | | xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2015-03-062-0/+31
| * | | xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2015-03-062-2/+11
| * | | Merge tag 'usb-serial-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-03-059-43/+105
| |\ \ \
| | * | | usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boardsMax Mansfield2015-03-032-0/+5
| | * | | USB: ch341: set tty baud speed according to tty structNicolas PLANEL2015-03-021-9/+6Star
| | * | | USB: serial: cp210x: Adding Seletek device id'sMichiel vd Garde2015-02-271-0/+2
| | * | | USB: pl2303: disable break on shutdownJohan Hovold2015-02-261-5/+13
| | * | | USB: mxuport: fix null deref when used as a consoleJohan Hovold2015-02-261-1/+2
| | * | | USB: serial: clean up bus probe error handlingJohan Hovold2015-02-261-11/+14
| | * | | USB: serial: fix port attribute-creation raceJohan Hovold2015-02-262-19/+16Star
| | * | | USB: serial: fix tty-device error handling at probeJohan Hovold2015-02-261-1/+10
| | * | | USB: serial: fix potential use-after-free after failed probeJohan Hovold2015-02-261-1/+1
| | * | | USB: console: add dummy __module_getJohan Hovold2015-02-261-0/+2
| | * | | USB: ftdi_sio: add PIDs for Actisense USB devicesMark Glover2015-02-262-0/+37
| | * | | Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold2015-02-261-2/+3
| | | |/ | | |/|
| * | | cdc-acm: Add support for Denso cradle CU-321Björn Gerhart2015-02-241-0/+2
| * | | usb-storage: support for more than 8 LUNsOliver Neukum2015-02-241-0/+6