summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
AgeCommit message (Expand)AuthorFilesLines
2014-03-05uas: cmdinfo: use only one list headHans de Goede1-12/+8
2014-03-05uas: add uas_mark_cmd_dead helper functionHans de Goede1-17/+18
2014-03-05uas: Properly complete inflight commands on bus-reset or disconnectHans de Goede1-20/+21
2014-03-05uas: uas_alloc_data_urb: Remove unnecessary use_streams checkHans de Goede1-2/+1
2014-03-05uas: Fix task-management not working when connected over USB-2Hans de Goede1-1/+2
2014-03-05uas: Reset device on rebootHans de Goede1-0/+30
2014-03-05uas: Add suspend/resume supportHans de Goede1-0/+42
2014-03-05uas: Use GFP_NOIO rather then GFP_ATOMIC where possibleHans de Goede1-3/+3
2014-03-05uas: Don't allow more then one task to run at the same timeHans de Goede1-5/+34
2014-03-05uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urbHans de Goede1-11/+13
2014-03-05uas: Not being able to alloc streams when connected through usb-3 is an errorHans de Goede1-7/+17
2014-03-05uas: Verify endpoint descriptors from uas_use_uas_driver()Hans de Goede1-1/+11
2014-03-05uas: Drop fixed endpoint config handlingHans de Goede1-25/+11
2014-03-05uas: Move uas_find_endpoints to uas-detect.hHans de Goede2-27/+27
2014-03-05uas: Fix bounds check in uas_find_endpointsHans de Goede1-1/+1
2014-03-05uas: Add uas_find_endpoints() helper functionHans de Goede1-11/+23
2014-03-05uas: Honor no-uas quirk set in usb-storage's quirks module parameterHans de Goede2-1/+5
2014-03-05usb-storage: Modify and export adjust_quirks so that it can be used by uasHans de Goede2-6/+13
2014-03-05usb-storage: Don't bind to uas devices if the uas driver is enabledHans de Goede2-0/+15
2014-03-05uas: Add the posibilty to blacklist uas devices from using the uas driverHans de Goede3-4/+76
2014-03-05uas: Move uas detect code to uas-detect.hHans de Goede2-38/+42
2014-03-05uas: Add a uas_find_uas_alt_setting helper functionHans de Goede1-5/+16
2014-03-05uas: Use all available stream idsHans de Goede1-3/+3
2014-03-05uas: s/response_ui/response_iu/Hans de Goede1-1/+1
2014-03-05uas: Fix reset handling for externally triggered resetHans de Goede1-5/+31
2014-03-05uas: Fix reset lockingHans de Goede1-0/+9
2014-03-05uas: Fix uas not working when plugged into an ehci portHans de Goede1-4/+4
2014-03-05uas: uas_alloc_cmd_urb: drop unused stream_id parameterHans de Goede1-3/+2
2014-03-05uas: Avoid unnecessary unlock / lock calls around unlink_data_urbsHans de Goede1-13/+7
2014-03-05uas: Properly set interface to altsetting 0 on probe failureHans de Goede1-9/+9
2014-03-05uas: Urbs must be anchored before submitting themHans de Goede1-8/+12
2014-03-05uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE()Gerd Hoffmann1-9/+10
2014-03-05uas: add dead request listGerd Hoffmann1-8/+42
2014-03-05uas: make work list per-deviceGerd Hoffmann1-62/+44
2014-03-05uas: properly reinitialize in uas_eh_bus_reset_handlerGerd Hoffmann1-0/+5
2014-02-05usb-storage: enable multi-LUN scanning when neededAlan Stern2-1/+9
2014-02-05usb-storage: add unusual-devs entry for BlackBerry 9000Alan Stern1-0/+7
2014-02-05usb-storage: restrict bcdDevice range for Super Top in Cypress ATACBAlan Stern1-1/+1
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2014-01-04USB: Nokia 502 is an unusual deviceMikhail Zolotaryov1-0/+7
2013-12-10USB: storage: fix compile warningMing Lei1-1/+2
2013-12-09USB: storage: use sg_miter_* APIs to access scsi bufferMing Lei1-54/+26
2013-10-17usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2-1/+11
2013-08-28USB storage: audit sysfs attribute permissionsGreg Kroah-Hartman1-9/+7
2013-07-22USB: storage: Add MicroVault Flash Drive to unusual_devsRen Bigcren1-0/+7
2013-05-27Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman1-4/+4
2013-05-17usb: storage: alauda: initialize variables directlyEmilio López1-5/+1
2013-05-17usb: storage: sddr09: initialize variables directlyEmilio López1-5/+1
2013-05-17USB: usb-stor: realtek_cr: Fix compile errorWei WANG1-4/+4
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-28/+14