| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: storage: onetouch: tighten a range check | Dan Carpenter | 2013-03-15 | 1 | -2/+2 |
* | USB: usb-storage: unusual_devs update for Super TOP SATA bridge | Josh Boyer | 2013-02-14 | 1 | -1/+1 |
* | USB: storage: properly handle the endian issues of idProduct | fangxiaozhi | 2013-02-08 | 1 | -2/+2 |
* | Merge usb-linus branch into usb-next | Greg Kroah-Hartman | 2013-02-08 | 5 | -331/+105 |
|\ |
|
| * | USB: storage: optimize to match the Huawei USB storage devices and support ne... | fangxiaozhi | 2013-02-04 | 3 | -331/+78 |
| * | USB: storage: Define a new macro for USB storage match rules | fangxiaozhi | 2013-02-04 | 2 | -0/+27 |
* | | usb-uas: set max_lun and max_channel | Gerd Hoffmann | 2013-01-25 | 1 | -0/+2 |
* | | USB: storage: avoid scanning other targets for single target device | Ming Lei | 2013-01-20 | 1 | -0/+3 |
* | | uas: fail any request submitted while resetting the device. | Gerd Hoffmann | 2013-01-11 | 1 | -0/+6 |
* | | uas: improve device reset | Gerd Hoffmann | 2013-01-11 | 1 | -1/+44 |
* | | uas: improve abort handler | Gerd Hoffmann | 2013-01-11 | 1 | -2/+17 |
* | | uas: add IS_IN_WORK_LIST flag | Gerd Hoffmann | 2013-01-11 | 1 | -2/+8 |
* | | uas: add UNLINK_DATA_URBS flag | Gerd Hoffmann | 2013-01-11 | 1 | -3/+21 |
* | | uas: new function to cancel data urbs | Gerd Hoffmann | 2013-01-11 | 1 | -10/+12 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 1 | -1/+1 |
|\ |
|
| * | Fix misspellings of "whether" in comments. | Adam Buchbinder | 2012-11-19 | 1 | -1/+1 |
* | | Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-12-11 | 3 | -3/+2 |
|\ \ |
|
| * | | USB: mark uas driver as BROKEN | Greg KH | 2012-11-28 | 1 | -1/+1 |
| * | | usb: storage: remove redundant memset() in usb_probe_stor1() | Yan Hong | 2012-11-26 | 1 | -1/+0 |
| * | | USB: ums_realtek: fix build warning | Jingoo Han | 2012-10-30 | 1 | -1/+1 |
| |/ |
|
* | | [SCSI] sd: Implement support for WRITE SAME | Martin K. Petersen | 2012-11-13 | 1 | -0/+3 |
* | | [SCSI] Add a report opcode helper | Martin K. Petersen | 2012-11-13 | 1 | -0/+3 |
|/ |
|
* | usb-storage: add unusual_devs entry for Casio EX-N1 digital camera | Michael Shigorin | 2012-10-24 | 1 | -0/+6 |
* | USB: uas: fix gcc warning | Gerd Hoffmann | 2012-09-26 | 1 | -10/+8 |
* | USB: uas: fix locking | Gerd Hoffmann | 2012-09-26 | 1 | -0/+2 |
* | USB: uas: add locking | Gerd Hoffmann | 2012-09-25 | 1 | -7/+44 |
* | USB: uas: fix abort | Gerd Hoffmann | 2012-09-25 | 1 | -7/+4 |
* | USB: uas: remove aborted field, replace with status bit. | Gerd Hoffmann | 2012-09-25 | 1 | -6/+6 |
* | USB: uas: fix task management | Gerd Hoffmann | 2012-09-25 | 1 | -3/+3 |
* | USB: uas: keep track of command urbs | Gerd Hoffmann | 2012-09-25 | 1 | -1/+10 |
* | USB: sierra_ms: don't keep unused variable | Alan Cox | 2012-09-21 | 1 | -2/+1 |
* | usb: remove libusual | Sebastian Andrzej Siewior | 2012-09-05 | 19 | -325/+41 |
* | usb: convert USB_QUIRK_RESET_MORPHS to USB_QUIRK_RESET | Lan Tianyu | 2012-08-20 | 1 | -1/+1 |
* | USB: storage: ene_ub6250: Use macros for firmware names | Tim Gardner | 2012-08-15 | 1 | -8/+20 |
* | usb: storage: update usb devices for write cache quirk in quirk list. | Namjae Jeon | 2012-07-16 | 1 | -0/+12 |
* | usb: storage: add support for write cache quirk | Namjae Jeon | 2012-07-16 | 2 | -1/+9 |
* | Merge 3.5-rc5 into usb-next | Greg Kroah-Hartman | 2012-07-05 | 2 | -7/+6 |
|\ |
|
| * | usb-storage: revert commit afff07e61a52 (Add 090c:1000 to unusal-devs) | Alan Stern | 2012-06-22 | 1 | -7/+0 |
| * | SCSI & usb-storage: add try_rc_10_first flag | Alan Stern | 2012-06-22 | 1 | -0/+6 |
* | | uas: task mgmt & error handling | Gerd Hoffmann | 2012-06-25 | 1 | -29/+131 |
* | | uas: track urbs, kill inflight urbs on disconnect. | Gerd Hoffmann | 2012-06-25 | 1 | -0/+9 |
* | | uas: improve error handling | Gerd Hoffmann | 2012-06-25 | 1 | -1/+13 |
* | | uas: keep track of command state, finish scsi cmd when really done. | Gerd Hoffmann | 2012-06-25 | 1 | -15/+71 |
* | | uas: fix sense urb handling | Gerd Hoffmann | 2012-06-25 | 1 | -21/+28 |
* | | Revert "usb/uas: one only one status URB/host on stream-less connection" | Gerd Hoffmann | 2012-06-25 | 1 | -60/+10 |
* | | Revert "usb/uas: make sure data urb is gone if we receive status before that" | Gerd Hoffmann | 2012-06-25 | 1 | -75/+15 |
* | | Merge 3.5-rc3 into usb-next | Greg Kroah-Hartman | 2012-06-20 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | usb-storage: Add 090c:1000 to unusal-devs | Hans de Goede | 2012-06-13 | 1 | -0/+7 |
* | | USB: storage: fixed space issues in coding style. | Jeffrin Jose | 2012-06-13 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-22 | 1 | -1/+1 |
|\ |
|