summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage
AgeCommit message (Expand)AuthorLines
2012-07-16usb: storage: update usb devices for write cache quirk in quirk list.Namjae Jeon-0/+12
2012-07-16usb: storage: add support for write cache quirkNamjae Jeon-1/+9
2012-07-05Merge 3.5-rc5 into usb-nextGreg Kroah-Hartman-7/+6
2012-06-25uas: task mgmt & error handlingGerd Hoffmann-29/+131
2012-06-25uas: track urbs, kill inflight urbs on disconnect.Gerd Hoffmann-0/+9
2012-06-25uas: improve error handlingGerd Hoffmann-1/+13
2012-06-25uas: keep track of command state, finish scsi cmd when really done.Gerd Hoffmann-15/+71
2012-06-25uas: fix sense urb handlingGerd Hoffmann-21/+28
2012-06-25Revert "usb/uas: one only one status URB/host on stream-less connection"Gerd Hoffmann-60/+10
2012-06-25Revert "usb/uas: make sure data urb is gone if we receive status before that"Gerd Hoffmann-75/+15
2012-06-22usb-storage: revert commit afff07e61a52 (Add 090c:1000 to unusal-devs)Alan Stern-7/+0
2012-06-22SCSI & usb-storage: add try_rc_10_first flagAlan Stern-0/+6
2012-06-20Merge 3.5-rc3 into usb-nextGreg Kroah-Hartman-0/+7
2012-06-13usb-storage: Add 090c:1000 to unusal-devsHans de Goede-0/+7
2012-06-13USB: storage: fixed space issues in coding style.Jeffrin Jose-3/+3
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-05-17USB: storage: fixed keyword related space issues.Jeffrin Jose-2/+2
2012-05-17USB: storage: fixed several trailing white spaces issues.Jeffrin Jose-9/+9
2012-05-17USB: storage: fixed C99 comment issue.Jeffrin Jose-1/+1
2012-05-09usb-storage: unusual_devs entry for Yarvik PMP400 MP4 playerAlan Stern-0/+7
2012-04-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman-5/+1
2012-04-18usb/storage/ene_ub6250: Remove redundant NULL check before release_firmware()...Jesper Juhl-5/+1
2012-04-08Merge branch 'master' into for-nextJiri Kosina-262/+334
2012-04-06usb: storage: fix lockdep warning inside usb_stor_pre_reset(v2)Ming Lei-0/+30
2012-03-30Documentation: remove references to /etc/modprobe.confLucas De Marchi-1/+1
2012-03-28Email/web address changeJonathan Woithe-1/+1
2012-02-28usb/storage: redefine US_BULK_FLAG_IN and use itSebastian Andrzej Siewior-16/+17
2012-02-28usb/storage: a couple defines from drivers/usb/storage/transport.h to include...Sebastian Andrzej Siewior-39/+0
2012-02-24USB: ums_realtek: do not use stack memory for DMA in __do_config_autodelinkjwboyer@redhat.com-1/+7
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman-143/+274
2012-02-21usb-storage: fix freezing of the scanning threadAlan Stern-62/+35
2012-02-10Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman-1/+1
2012-02-08usb-storage: reorganize target-specific codeAlan Stern-14/+15
2012-02-08SCSI & usb-storage: add flags for VPD pages and REPORT LUNSAlan Stern-10/+16
2012-02-02usb/uas: make sure data urb is gone if we receive status before thatSebastian Andrzej Siewior-15/+75
2012-02-02usb/uas: move UAS structs / defines into a header fileSebastian Andrzej Siewior-55/+1
2012-02-02usb/uas: only bind if the hcd supports SGSebastian Andrzej Siewior-6/+19
2012-02-02Merge tag 'uas_for_sarah' of git://linutronix.de/users/bigeasy/linux into for...Sarah Sharp-40/+117
2012-01-26USB: Realtek cr: fix autopm scheduling while atomicStanislaw Gruszka-1/+1
2012-01-24usb: Re-enable usb-storage support dynamic idHuajun Li-3/+18
2012-01-24usb: Disable dynamic id of USB storage subdriversHuajun Li-0/+13
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-25/+24
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+7
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman-168/+14
2012-01-04usb: usb-storage doesn't support dynamic id currently, the patch disables the...Huajun Li-0/+1
2012-01-02misc latin1 to utf8 conversionsAl Viro-2/+2
2011-12-22usb/uas: one only one status URB/host on stream-less connectionSebastian Andrzej Siewior-10/+60
2011-12-22usb/uas: use scsi_host_find_tag() to find command from a tagSebastian Andrzej Siewior-16/+17
2011-12-22usb/uas: use unique tags for all LUNsSebastian Andrzej Siewior-13/+25