summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-08-03usb: phy: mxs: suspend to RAM causes NULL pointer dereferenceStefan Wahren1-0/+3
2015-08-03USB: devio: fix a condition in async_completed()Dan Carpenter1-1/+1
2015-08-03usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port resetRobert Schlabbach1-49/+33
2015-08-03usb: dwc3: Reset the transfer resource index on SET_INTERFACEJohn Youn1-0/+4
2015-08-03usb: dwc3: gadget: don't clear EP_BUSY too earlyFelipe Balbi1-1/+5
2015-08-03usb: dwc3: gadget: return error if command sent to DEPCMD register failsSubbaraya Sundeep Bhatta1-0/+2
2015-08-03usb: dwc3: gadget: return error if command sent to DGCMD register failsSubbaraya Sundeep Bhatta1-0/+2
2015-07-10usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva1-2/+8
2015-06-29cdc-acm: Add support of ATOL FPrint fiscal printersAlexey Sokolov2-0/+10
2015-06-05Merge tag 'usb-serial-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman3-0/+3
2015-06-05USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongleJohn D. Blair1-0/+1
2015-05-27Merge tag 'fixes-for-v4.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman10-33/+66
2015-05-26usb: renesas_usbhs: Don't disable the pipe if Control write status stageYoshihiro Shimoda1-1/+8
2015-05-26usb: renesas_usbhs: Fix fifo unclear in usbhsf_prepare_popKazuya Mizuguchi1-0/+5
2015-05-26usb: gadget: f_fs: fix check in read operationRui Miguel Silva1-1/+1
2015-05-26usb: musb: fix order of conditions for assigning end point operationsBen Hutchings1-7/+7
2015-05-26usb: gadget: f_uac1: check return code from config_ep_by_speedMichael Trimarchi1-1/+4
2015-05-26usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()Krzysztof Opasiak1-5/+8
2015-05-26usb: gadget: g_ffs: Fix counting of missing_functionsKrzysztof Opasiak1-1/+3
2015-05-26usb: s3c2410_udc: correct reversed pullup logicSergiy Kibrik1-1/+1
2015-05-26usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macrosSubbaraya Sundeep Bhatta1-2/+2
2015-05-26usb: phy: tahvo: Pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-05-26usb: phy: ab8500-usb: Pass the IRQF_ONESHOT flagFabio Estevam1-3/+3
2015-05-26usb: renesas_usbhs: Revise the binding document about the dma-namesYoshihiro Shimoda1-9/+15
2015-05-24usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge2-19/+32
2015-05-24usb: make module xhci_hcd removableArthur Demchenkov1-0/+8
2015-05-21USB: serial: ftdi_sio: Add support for a Motion Tracker Development BoardPatrick Riphagen2-0/+2
2015-05-14Merge tag 'usb-serial-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-6/+2
2015-05-14usb: gadget: f_midi: fix segfault when reading empty idPawel Szewczyk1-1/+7
2015-05-10usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devicesHans de Goede1-0/+7
2015-05-09Added another USB product ID for ELAN touchscreen quirks.Logan Gunthorpe1-0/+3
2015-05-09xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-05-09xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman1-1/+1
2015-05-09xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-05-09Merge tag 'usb-ci-v4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+5
2015-05-09Merge tag 'fixes-for-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman29-131/+147
2015-05-06usb: chipidea: debug: avoid out of bound readHeinrich Schuchardt1-1/+5
2015-04-29USB: visor: Match I330 phone more preciselyJason A. Donenfeld1-1/+1
2015-04-29USB: pl2303: Remove support for Samsung I330Jason A. Donenfeld2-5/+0
2015-04-29USB: cp210x: add ID for KCF Technologies PRN deviceMark Edwards1-0/+1
2015-04-28cdc-acm: prevent infinite loop when parsing CDC headers.Quentin Casasnovas1-1/+6
2015-04-28Revert "usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremap"Ivan T. Ivanov1-3/+10
2015-04-28usb: chipidea: otg: remove mutex unlock and lock while stop and start roleLi Jun1-4/+0
2015-04-28uas: Set max_sectors_240 quirk for ASM1053 devicesHans de Goede1-1/+4
2015-04-28uas: Add US_FL_MAX_SECTORS_240 flagHans de Goede2-2/+14
2015-04-28uas: Allow uas_use_uas_driver to return usb-storage flagsHans de Goede3-5/+9
2015-04-27usb: gadget: remove incorrect __init/__exit annotationsArnd Bergmann23-78/+78
2015-04-27usb: phy: isp1301: work around tps65010 dependencyArnd Bergmann1-1/+1
2015-04-27usb: gadget: serial: fix re-ordering of tx dataPhilip Oberstaller1-1/+4
2015-04-27usb: gadget: hid: Fix static variable usageKrzysztof Opasiak1-2/+14