summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2014-09-24storage: Add quirks for Castlewood and Double-H USB-SCSI convertersMark Knibbs1-0/+14
2014-09-24storage: Replace magic number with define in usb_stor_euscsi_init()Mark Knibbs1-1/+1
2014-09-24USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu2-2/+8
2014-09-24usb3503: clarify what the registers 'PDS' and 'CFG1' really doTobias Jakobi1-2/+2
2014-09-24usb3503: correct error message in probe ('connect' to 'interrupt')Tobias Jakobi1-1/+1
2014-09-24usb: Fixed a few typosMickael Maison5-6/+6
2014-09-24USB: storage: use %*ph specifier to dump small buffersAndy Shevchenko2-9/+5
2014-09-24drivers/usb/host/ehci-xilinx-of.c: Include "linux/of_irq.h" to avoid compilin...Chen Gang1-0/+1
2014-09-24usb: wusbcore: fix device disconnect on rekey timeoutThomas Pugliese2-1/+19
2014-09-24usb: wusbcore: skip done segs before completing aborted transferThomas Pugliese1-3/+14
2014-09-24usb: wusbcore: USB_WUSB_CBAF depends on USBThomas Pugliese1-0/+1
2014-09-24usb: wusbcore: remove USB_WUSB build dependency on PCIThomas Pugliese1-1/+0
2014-09-24usb: hwa: add USB build dependency for USB_HWA_HCDThomas Pugliese1-1/+1
2014-09-24wusb: delete double assignmentJulia Lawall1-2/+0
2014-09-24usb: renesas_usbhs: fix driver dependenciesBartlomiej Zolnierkiewicz1-0/+1
2014-09-24usb: host: ohci-exynos: Remove unnecessary usb-phy supportVivek Gautam1-61/+20
2014-09-24usb: misc: yurex: remove useless casting of private_dataArjun Sreedharan1-4/+4
2014-09-24xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede3-9/+27
2014-09-24xhci: Remove "FIXME - check all the stream rings for pending cancellations"Hans de Goede1-1/+0
2014-09-24xhci: Always ring the doorbell for active eps when a Set TR deq ptr cmd compl...Hans de Goede1-2/+2
2014-09-24xhci: Fold queue_set_tr_deq into xhci_queue_new_dequeue_stateHans de Goede1-51/+32
2014-09-24xhci: xhci_ring_device: Ring stream ring bells for endpoints with streamsHans de Goede1-4/+11
2014-09-24usb: xhci_suspend is not stopping the root hub timer for the shared HCDAl Cooper1-0/+4
2014-09-24xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede3-20/+23
2014-09-24uas: Add response iu handlingHans de Goede1-0/+10
2014-09-24uas: Log error codes when logging errorsHans de Goede1-5/+12
2014-09-24uas: Cleanup uas_log_cmd_state usageHans de Goede1-33/+19
2014-09-24uas: Remove protype hardware usb interface infoHans de Goede1-2/+0
2014-09-24uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede1-46/+1
2014-09-24uas: Drop COMMAND_COMPLETED flagHans de Goede1-7/+3
2014-09-24uas: Use scsi_print_commandHans de Goede1-2/+3
2014-09-24uas: Do not log urb status error on cancellationHans de Goede1-5/+2
2014-09-24uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede1-1/+1
2014-09-24uas: pre_reset and suspend: Fix a few racesHans de Goede1-6/+55
2014-09-24uas: Fix memleak of non-submitted urbsHans de Goede1-0/+22
2014-09-24uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede1-3/+44
2014-09-24uas: Remove cmnd reference from the cmd urbHans de Goede1-6/+3
2014-09-24uas: Drop inflight listHans de Goede1-16/+16
2014-09-24uas: zap_pending: data urbs should have completed at this timeHans de Goede1-5/+5
2014-09-24uas: Simplify reset / disconnect handlingHans de Goede1-37/+6
2014-09-24uas: Free data urbs on completionHans de Goede1-2/+3
2014-09-24uas: Simplify unlink of data urbs on errorHans de Goede1-30/+18
2014-09-24uas: Check against unexpected completionsHans de Goede1-0/+12
2014-09-24uas: Do not use scsi_host_find_tagHans de Goede1-21/+18
2014-09-24uas: Add uas_get_tag() helper functionHans de Goede1-12/+21
2014-09-24uas: Fix resetting flag handlingHans de Goede1-14/+35
2014-09-24uas: Remove task-management / abort error handling codeHans de Goede1-176/+1
2014-09-24uas: Add another ASM1051 usb-id to the uas blacklistHans de Goede1-0/+8
2014-09-24uas: Add US_FL_NO_ATA_1X quirk for Seagate (0bc2:ab20) drivesHans de Goede1-0/+7
2014-09-24uas: Add no-report-opcodes quirkHans de Goede3-1/+15