Age | Commit message (Expand) | Author | Files | Lines |
2013-07-22 | USB: storage: Add MicroVault Flash Drive to unusual_devs | Ren Bigcren | 1 | -0/+7 |
2013-05-27 | Merge 3.10-rc3 into usb-next | Greg Kroah-Hartman | 1 | -4/+4 |
2013-05-17 | usb: storage: alauda: initialize variables directly | Emilio López | 1 | -5/+1 |
2013-05-17 | usb: storage: sddr09: initialize variables directly | Emilio López | 1 | -5/+1 |
2013-05-17 | USB: usb-stor: realtek_cr: Fix compile error | Wei WANG | 1 | -4/+4 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -28/+14 |
2013-05-01 | drivers/usb/storage/realtek_cr.c: fix build | Andrew Morton | 1 | -4/+1 |
2013-04-23 | usb-storage: CY7C68300A chips do not support Cypress ATACB | Tormod Volden | 1 | -2/+14 |
2013-04-19 | USB: storage: convert to use module_usb_driver() | Greg Kroah-Hartman | 1 | -29/+1 |
2013-04-19 | usb: storage: Convert US_DEBUGP to usb_stor_dbg | Joe Perches | 20 | -834/+753 |
2013-04-19 | usb: storage: Fix link error | Joe Perches | 1 | -0/+2 |
2013-04-17 | usb: storage: Add usb_stor_dbg, reduce object size | Joe Perches | 3 | -12/+34 |
2013-04-10 | USB: regroup all depends on USB within an if USB block | Florian Fainelli | 1 | -4/+3 |
2013-04-09 | usb-storage: switch to ->show_info() | Al Viro | 1 | -28/+14 |
2013-03-21 | Merge branch 'usb-linus' into usb-next | Greg Kroah-Hartman | 3 | -78/+346 |
2013-03-15 | usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 player | Dmitry Artamonow | 1 | -0/+7 |
2013-03-15 | driver: usb: storage: remove cast for kmalloc return value | Zhang Yanfei | 1 | -2/+1 |
2013-03-15 | usb: storage: onetouch: tighten a range check | Dan Carpenter | 1 | -2/+2 |
2013-03-07 | USB: storage: fix Huawei mode switching regression | Bjørn Mork | 3 | -78/+331 |
2013-03-07 | USB: storage: in-kernel modeswitching is deprecated | Bjørn Mork | 1 | -0/+8 |
2013-02-14 | USB: usb-storage: unusual_devs update for Super TOP SATA bridge | Josh Boyer | 1 | -1/+1 |
2013-02-09 | USB: storage: properly handle the endian issues of idProduct | fangxiaozhi | 1 | -2/+2 |
2013-02-09 | Merge usb-linus branch into usb-next | Greg Kroah-Hartman | 5 | -331/+105 |
2013-02-04 | USB: storage: optimize to match the Huawei USB storage devices and support ne... | fangxiaozhi | 3 | -331/+78 |
2013-02-04 | USB: storage: Define a new macro for USB storage match rules | fangxiaozhi | 2 | -0/+27 |
2013-01-25 | usb-uas: set max_lun and max_channel | Gerd Hoffmann | 1 | -0/+2 |
2013-01-21 | USB: storage: avoid scanning other targets for single target device | Ming Lei | 1 | -0/+3 |
2013-01-12 | uas: fail any request submitted while resetting the device. | Gerd Hoffmann | 1 | -0/+6 |
2013-01-12 | uas: improve device reset | Gerd Hoffmann | 1 | -1/+44 |
2013-01-12 | uas: improve abort handler | Gerd Hoffmann | 1 | -2/+17 |
2013-01-12 | uas: add IS_IN_WORK_LIST flag | Gerd Hoffmann | 1 | -2/+8 |
2013-01-12 | uas: add UNLINK_DATA_URBS flag | Gerd Hoffmann | 1 | -3/+21 |
2013-01-12 | uas: new function to cancel data urbs | Gerd Hoffmann | 1 | -10/+12 |
2012-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-12-12 | Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 3 | -3/+2 |
2012-11-29 | USB: mark uas driver as BROKEN | Greg KH | 1 | -1/+1 |
2012-11-27 | usb: storage: remove redundant memset() in usb_probe_stor1() | Yan Hong | 1 | -1/+0 |
2012-11-19 | Fix misspellings of "whether" in comments. | Adam Buchbinder | 1 | -1/+1 |
2012-11-14 | [SCSI] sd: Implement support for WRITE SAME | Martin K. Petersen | 1 | -0/+3 |
2012-11-14 | [SCSI] Add a report opcode helper | Martin K. Petersen | 1 | -0/+3 |
2012-10-31 | USB: ums_realtek: fix build warning | Jingoo Han | 1 | -1/+1 |
2012-10-25 | usb-storage: add unusual_devs entry for Casio EX-N1 digital camera | Michael Shigorin | 1 | -0/+6 |
2012-09-27 | USB: uas: fix gcc warning | Gerd Hoffmann | 1 | -10/+8 |
2012-09-27 | USB: uas: fix locking | Gerd Hoffmann | 1 | -0/+2 |
2012-09-26 | USB: uas: add locking | Gerd Hoffmann | 1 | -7/+44 |
2012-09-26 | USB: uas: fix abort | Gerd Hoffmann | 1 | -7/+4 |
2012-09-26 | USB: uas: remove aborted field, replace with status bit. | Gerd Hoffmann | 1 | -6/+6 |
2012-09-26 | USB: uas: fix task management | Gerd Hoffmann | 1 | -3/+3 |
2012-09-26 | USB: uas: keep track of command urbs | Gerd Hoffmann | 1 | -1/+10 |
2012-09-21 | USB: sierra_ms: don't keep unused variable | Alan Cox | 1 | -2/+1 |