aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-08USB / PM: Remove unneeded #ifdef and associated dead codeAndreas Ruprecht1-12/+0
2015-01-26Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg 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/git/balbi/usb into usb-linusGreg Kroah-Hartman2-5/+6
2015-01-14Merge tag 'usb-serial-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg 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/git/balbi/usb into usb-linusGreg 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
2015-01-09usb: gadget: udc: atmel: fix possible oops when unloading moduleSongjun Wu1-1/+11
2015-01-09usb: gadget: gadgetfs: fix an oops in ep_write()Dan Carpenter1-0/+1
2015-01-09usb: phy: Fix deferred probingMaxime Ripard1-3/+3
2015-01-09OHCI: add a quirk for ULi M5237 blocking on resetArseny Solokha1-3/+15
2015-01-09uas: Add US_FL_NO_ATA_1X for 2 more Seagate disk enclosuresHans de Goede1-0/+14
2015-01-09uas: Do not blacklist ASM1153 disk enclosuresHans de Goede2-13/+28
2015-01-09usb: gadget: udc: avoid dereference before NULL check in ep_queueJohn W. Linville1-1/+2
2015-01-09usb: host: ehci-tegra: request deferred probe when failing to get phyVince Hsu1-1/+1
2015-01-09uas: disable UAS on Apricorn SATA donglesDarrick J. Wong1-0/+10
2015-01-09uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS566 with usb-id 0bc2:a013Hans de Goede1-0/+7
2015-01-09uas: Add US_FL_NO_ATA_1X for Seagate devices with usb-id 0bc2:a013Hans de Goede1-0/+7
2015-01-09xhci: Add broken-streams quirk for Fresco Logic FL1000G xhci controllersHans de Goede1-0/+2
2015-01-09USB: EHCI: adjust error return codeAlan Stern1-3/+3
2015-01-09USB: EHCI: fix initialization bug in iso_stream_schedule()Alan Stern1-4/+4
2015-01-09xhci: Check if slot is already in default state before moving it thereMathias Nyman1-0/+9
2015-01-09Revert "usb: chipidea: remove duplicate dev_set_drvdata for host_start"Peter Chen2-1/+2
2015-01-07USB: qcserial/option: make AT URCs work for Sierra Wireless MC73xxReinhard Speyerer2-2/+10
2015-01-06USB: cp210x: add IDs for CEL USB sticks and MeshWorks devicesDavid Peterson1-1/+3
2015-01-02USB: keyspan: fix null-deref at probeJohan Hovold1-5/+15
2015-01-02USB: cp210x: fix ID for production CEL MeshConnect USB StickPreston Fick1-1/+1
2014-12-23usb: phy: Restore deferred probing pathThierry Reding1-4/+10
2014-12-22usb: gadget: udc: atmel: fix possible IN hang issueBo Shen1-1/+0
2014-12-22usb: gadget: udc: atmel: change setting for DMABo Shen1-3/+3
2014-12-22usb: dwc3: pci: add support for Intel Sunrise Point PCHHeikki Krogerus1-0/+4
2014-12-22usb: gadget: gadgetfs: Free memory allocated by memdup_user()Mario Schuknecht1-0/+1
2014-12-22usb: musb: stuff leak of struct usb_hcdSebastian Andrzej Siewior1-1/+0
2014-12-22usb: dwc2: gadget: kill requests with 'force' in s3c_hsotg_udc_stop()Robert Baldyga1-3/+7
2014-12-22usb: gadget: fix misspelling of current function in stringJulia Lawall2-3/+4
2014-12-22usb: musb: Fix randconfig build issues for Kconfig optionsTony Lindgren1-0/+4
2014-12-22usb: gadget: f_uac1: access freed memory at f_audio_free_instPeter Chen1-1/+1
2014-12-22usb: musb: Fix a few off-by-one lengthsRasmus Villemoes2-10/+10
2014-12-22usb: musb: blackfin: fix build breakFelipe Balbi1-1/+1