summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
AgeCommit message (Expand)Author
2013-08-04USB: storage: Add MicroVault Flash Drive to unusual_devsRen Bigcren
2013-05-07usb-storage: CY7C68300A chips do not support Cypress ATACBTormod Volden
2013-03-28usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 playerDmitry Artamonow
2013-03-20USB: storage: fix Huawei mode switching regressionBjørn Mork
2013-02-28USB: usb-storage: unusual_devs update for Super TOP SATA bridgeJosh Boyer
2013-02-28USB: storage: properly handle the endian issues of idProductfangxiaozhi
2013-02-11USB: storage: optimize to match the Huawei USB storage devices and support ne...fangxiaozhi
2013-02-11USB: storage: Define a new macro for USB storage match rulesfangxiaozhi
2012-12-17USB: mark uas driver as BROKENGreg Kroah-Hartman
2012-10-31usb-storage: add unusual_devs entry for Casio EX-N1 digital cameraMichael Shigorin
2012-08-09Revert "usb/uas: make sure data urb is gone if we receive status before that"Gerd Hoffmann
2012-07-16usb-storage: revert commit afff07e61a52 (Add 090c:1000 to unusal-devs)Alan Stern
2012-07-16SCSI & usb-storage: add try_rc_10_first flagAlan Stern
2012-06-22usb-storage: Add 090c:1000 to unusal-devsHans de Goede
2012-06-01usb-storage: unusual_devs entry for Yarvik PMP400 MP4 playerAlan Stern
2012-04-06usb: storage: fix lockdep warning inside usb_stor_pre_reset(v2)Ming Lei
2012-03-30Documentation: remove references to /etc/modprobe.confLucas De Marchi
2012-02-28usb/storage: redefine US_BULK_FLAG_IN and use itSebastian Andrzej Siewior
2012-02-28usb/storage: a couple defines from drivers/usb/storage/transport.h to include...Sebastian Andrzej Siewior
2012-02-24USB: ums_realtek: do not use stack memory for DMA in __do_config_autodelinkjwboyer@redhat.com
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman
2012-02-21usb-storage: fix freezing of the scanning threadAlan Stern
2012-02-10Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman
2012-02-08usb-storage: reorganize target-specific codeAlan Stern
2012-02-08SCSI & usb-storage: add flags for VPD pages and REPORT LUNSAlan Stern
2012-02-02usb/uas: make sure data urb is gone if we receive status before thatSebastian Andrzej Siewior
2012-02-02usb/uas: move UAS structs / defines into a header fileSebastian Andrzej Siewior
2012-02-02usb/uas: only bind if the hcd supports SGSebastian Andrzej Siewior
2012-02-02Merge tag 'uas_for_sarah' of git://linutronix.de/users/bigeasy/linux into for...Sarah Sharp
2012-01-26USB: Realtek cr: fix autopm scheduling while atomicStanislaw Gruszka
2012-01-24usb: Re-enable usb-storage support dynamic idHuajun Li
2012-01-24usb: Disable dynamic id of USB storage subdriversHuajun Li
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-04usb: usb-storage doesn't support dynamic id currently, the patch disables the...Huajun Li
2012-01-02misc latin1 to utf8 conversionsAl Viro
2011-12-22usb/uas: one only one status URB/host on stream-less connectionSebastian Andrzej Siewior
2011-12-22usb/uas: use scsi_host_find_tag() to find command from a tagSebastian Andrzej Siewior
2011-12-22usb/uas: use unique tags for all LUNsSebastian Andrzej Siewior
2011-12-22UAS: Free status URB when we can't find the SCSI tag.Sarah Sharp
2011-12-22UAS: Use unique tags on non-streams devices.Sarah Sharp
2011-12-22UAS: Re-add workqueue items if submission fails.Sarah Sharp
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2011-11-26USB: usb-storage: unusual_devs entry for Kingston DT 101 G2Qinglin Ye
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki
2011-11-21usb_storage: don't use set_freezable_with_signal()Tejun Heo