summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-04-19usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu1-1/+1
2015-04-19usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu1-1/+8
2015-04-19USB: ftdi_sio: Use jtag quirk for SNAP Connect E10Doug Goldstein1-2/+6
2015-04-19USB: ftdi_sio: Added custom PID for Synapse Wireless productDoug Goldstein2-0/+7
2015-04-19USB: keyspan_pda: add new device idNathaniel W Filardo1-0/+3
2015-04-13usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen1-2/+2
2015-04-13usb: chipidea: otg: add a_alt_hnp_support response for B deviceLi Jun1-0/+11
2015-04-13usb: phy: am335x-control: check return value of bus_find_deviceDavid Dueck1-0/+3
2015-04-13uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devicesHans de Goede1-0/+7
2015-03-26gadgetfs: use-after-free in ->aio_read()Al Viro1-3/+12
2015-03-18USB: serial: fix tty-device error handling at probeJohan Hovold1-1/+10
2015-03-18USB: serial: fix potential use-after-free after failed probeJohan Hovold1-1/+1
2015-03-18USB: serial: fix infinite wait_until_sent timeoutJohan Hovold1-2/+3
2015-03-18xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2-0/+31
2015-03-18xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2-2/+11
2015-03-18xhci: Allocate correct amount of scratchpad buffersMathias Nyman1-2/+3
2015-03-18usb: XHCI: platform: Move the Marvell quirks after the enabling the clocksMaxime Ripard1-10/+9
2015-03-18usb: gadget: configfs: don't NUL-terminate (sub)compatible idsAndrzej Pietrasiewicz1-2/+0
2015-03-18usb: dwc3: dwc3-omap: Fix disable IRQGeorge Cherian1-2/+28
2015-03-18usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boardsMax Mansfield2-0/+5
2015-03-18USB: ftdi_sio: add PIDs for Actisense USB devicesMark Glover2-0/+37
2015-03-18USB: usbfs: don't leak kernel data in siginfoAlan Stern1-0/+2
2015-03-18USB: mxuport: fix null deref when used as a consoleJohan Hovold1-1/+2
2015-03-18USB: serial: cp210x: Adding Seletek device id'sMichiel vd Garde1-0/+2
2015-03-18Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold1-2/+3
2015-03-18uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539Hans de Goede1-0/+7
2015-03-06cdc-acm: add sanity checksOliver Neukum1-5/+16
2015-03-06USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern2-0/+15
2015-03-06USB: don't cancel queued resets when unbinding driversAlan Stern3-53/+12
2015-03-06usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior2-9/+18
2015-03-06usb: dwc3: gadget: add missing spin_lock()Felipe Balbi1-0/+1
2015-03-06USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern1-8/+8
2015-03-06USB: cp210x: add ID for RUGGEDCOM USB Serial ConsoleLennart Sorensen1-0/+1
2015-01-26Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-4/+4
2015-01-25USB: Add OTG PET device to TPLMacpaul Lin2-0/+9
2015-01-25usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA controllerDmitry Nezhevenko1-0/+7
2015-01-25uas: Add no-report-opcodes quirk for Simpletech devices with id 4971:8017Hans de Goede1-0/+7
2015-01-25storage: Revise/fix quirk for 04E6:000F SCM USB-SCSI converterMark Knibbs1-1/+1
2015-01-19usb: phy: never defer probe in non-OF caseHeikki Krogerus1-1/+1
2015-01-19usb: dwc2: call dwc2_is_controller_alive() under spinlockRobert Baldyga1-3/+3
2015-01-14Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-5/+6
2015-01-14Merge tag 'usb-serial-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman6-15/+41
2015-01-14usb: dwc3: gadget: Stop TRB preparation after limit is reachedAmit Virdi1-0/+3
2015-01-14usb: dwc3: gadget: Fix TRB preparation during SGAmit Virdi1-2/+1
2015-01-13usb: phy: mv-usb: fix usb_phy build errorsArnd Bergmann1-3/+2
2015-01-12Merge tag 'fixes-for-v3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman3-4/+21
2015-01-12usb: serial: handle -ENODEV quietly in generic_submit_read_urbJeremiah Mahler1-1/+1
2015-01-12usb: serial: silence all non-critical read errorsJeremiah Mahler1-1/+1
2015-01-10USB: console: fix potential use after freeJohan Hovold1-5/+10
2015-01-10USB: console: fix uninitialised ldisc semaphoreJohan Hovold1-0/+1