| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2012-04-08 | 20 | -262/+334 |
| |\ |
|
| * | | Email/web address change | Jonathan Woithe | 2012-03-28 | 1 | -1/+1 |
* | | | USB: storage: fixed keyword related space issues. | Jeffrin Jose | 2012-05-17 | 1 | -2/+2 |
* | | | USB: storage: fixed several trailing white spaces issues. | Jeffrin Jose | 2012-05-17 | 1 | -9/+9 |
* | | | USB: storage: fixed C99 comment issue. | Jeffrin Jose | 2012-05-17 | 1 | -1/+1 |
* | | | usb-storage: unusual_devs entry for Yarvik PMP400 MP4 player | Alan Stern | 2012-05-09 | 1 | -0/+7 |
* | | | Merge 3.4-rc4 into usb-next. | Greg Kroah-Hartman | 2012-04-22 | 1 | -5/+1 |
|\ \ \ |
|
| * | | | usb/storage/ene_ub6250: Remove redundant NULL check before release_firmware()... | Jesper Juhl | 2012-04-18 | 1 | -5/+1 |
| | |/
| |/| |
|
* | | | usb: storage: fix lockdep warning inside usb_stor_pre_reset(v2) | Ming Lei | 2012-04-06 | 1 | -0/+30 |
|/ / |
|
* | | Documentation: remove references to /etc/modprobe.conf | Lucas De Marchi | 2012-03-30 | 1 | -1/+1 |
* | | usb/storage: redefine US_BULK_FLAG_IN and use it | Sebastian Andrzej Siewior | 2012-02-28 | 3 | -16/+17 |
* | | usb/storage: a couple defines from drivers/usb/storage/transport.h to include... | Sebastian Andrzej Siewior | 2012-02-28 | 1 | -39/+0 |
* | | USB: ums_realtek: do not use stack memory for DMA in __do_config_autodelink | jwboyer@redhat.com | 2012-02-24 | 1 | -1/+7 |
* | | Merge branch 'usb-3.3-rc4' into usb-next | Greg Kroah-Hartman | 2012-02-23 | 16 | -143/+274 |
|\ \ |
|
| * \ | Merge tag 'usb-3.3-rc3' into usb-next | Greg Kroah-Hartman | 2012-02-10 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | usb-storage: reorganize target-specific code | Alan Stern | 2012-02-08 | 1 | -14/+15 |
| * | | SCSI & usb-storage: add flags for VPD pages and REPORT LUNS | Alan Stern | 2012-02-08 | 1 | -10/+16 |
| * | | usb/uas: make sure data urb is gone if we receive status before that | Sebastian Andrzej Siewior | 2012-02-02 | 1 | -15/+75 |
| * | | usb/uas: move UAS structs / defines into a header file | Sebastian Andrzej Siewior | 2012-02-02 | 1 | -55/+1 |
| * | | usb/uas: only bind if the hcd supports SG | Sebastian Andrzej Siewior | 2012-02-02 | 1 | -6/+19 |
| * | | Merge tag 'uas_for_sarah' of git://linutronix.de/users/bigeasy/linux into for... | Sarah Sharp | 2012-02-02 | 1 | -40/+117 |
| |\ \ |
|
| | * | | usb/uas: one only one status URB/host on stream-less connection | Sebastian Andrzej Siewior | 2011-12-22 | 1 | -10/+60 |
| | * | | usb/uas: use scsi_host_find_tag() to find command from a tag | Sebastian Andrzej Siewior | 2011-12-22 | 1 | -16/+17 |
| | * | | usb/uas: use unique tags for all LUNs | Sebastian Andrzej Siewior | 2011-12-22 | 1 | -13/+25 |
| | * | | UAS: Free status URB when we can't find the SCSI tag. | Sarah Sharp | 2011-12-22 | 1 | -1/+3 |
| | * | | UAS: Use unique tags on non-streams devices. | Sarah Sharp | 2011-12-22 | 1 | -1/+4 |
| | * | | UAS: Re-add workqueue items if submission fails. | Sarah Sharp | 2011-12-22 | 1 | -4/+13 |
| * | | | usb: Re-enable usb-storage support dynamic id | Huajun Li | 2012-01-24 | 1 | -3/+18 |
| * | | | usb: Disable dynamic id of USB storage subdrivers | Huajun Li | 2012-01-24 | 13 | -0/+13 |
* | | | | usb-storage: fix freezing of the scanning thread | Alan Stern | 2012-02-21 | 2 | -62/+35 |
| |_|/
|/| | |
|
* | | | USB: Realtek cr: fix autopm scheduling while atomic | Stanislaw Gruszka | 2012-01-26 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-01-09 | 14 | -25/+24 |
|\ \ |
|
| * | | usb: usb-storage doesn't support dynamic id currently, the patch disables the... | Huajun Li | 2012-01-04 | 1 | -0/+1 |
| * | | Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Greg Kroah-Hartman | 2011-12-12 | 1 | -0/+7 |
| |\ \ |
|