summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
AgeCommit message (Expand)AuthorFilesLines
2017-02-23Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=yPetr Vandrovec1-1/+6
2016-06-15USB: uas: Add a new NO_REPORT_LUNS quirkHans de Goede1-1/+4
2015-08-12usb-storage: ignore ZTE MF 823 card reader in mode 0x1225Oliver Neukum1-0/+12
2015-08-07usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devicesHans de Goede1-0/+7
2015-02-20usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA controllerDmitry Nezhevenko1-0/+7
2014-12-14usb-storage: handle a skipped data phaseAlan Stern1-0/+26
2014-11-05USB: storage: Add quirks for Entrega/Xircom USB to SCSI convertersMark1-0/+20
2014-11-05USB: storage: Add quirk for Ariston Technologies iConnect USB to SCSI adapterMark1-0/+6
2014-11-05USB: storage: Add quirk for Adaptec USBConnect 2000 USB-to-SCSI AdapterMark1-0/+6
2014-11-05storage: Add single-LUN quirk for Jaz USB AdapterMark1-0/+6
2014-08-06usb-storage/SCSI: Add broken_fua blacklist flagAlan Stern2-0/+11
2014-06-09USB: Nokia 5300 should be treated as unusual devDaniele Forsi1-0/+7
2014-06-09USB: Nokia 305 should be treated as unusual devVictor A. Santos1-0/+7
2014-06-09usb: storage: shuttle_usbat: fix discs being detected twiceDaniele Forsi1-1/+1
2014-04-02usb-storage: enable multi-LUN scanning when neededAlan Stern2-1/+7
2014-04-02usb-storage: add unusual-devs entry for BlackBerry 9000Alan Stern1-0/+7
2014-04-02usb-storage: restrict bcdDevice range for Super Top in Cypress ATACBAlan Stern1-1/+1
2014-04-02USB: Nokia 502 is an unusual deviceMikhail Zolotaryov1-0/+7
2013-08-02USB: storage: Add MicroVault Flash Drive to unusual_devsRen Bigcren1-0/+7
2013-05-13usb-storage: CY7C68300A chips do not support Cypress ATACBTormod Volden1-2/+14
2013-03-27usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 playerDmitry Artamonow1-0/+7
2013-03-20USB: storage: fix Huawei mode switching regressionBjørn Mork3-78/+331
2013-03-06USB: usb-storage: unusual_devs update for Super TOP SATA bridgeJosh Boyer1-1/+1
2013-03-06USB: storage: properly handle the endian issues of idProductfangxiaozhi1-2/+2
2013-02-20USB: storage: optimize to match the Huawei USB storage devices and support ne...fangxiaozhi3-331/+78
2013-02-20USB: storage: Define a new macro for USB storage match rulesfangxiaozhi2-0/+27
2013-01-03USB: mark uas driver as BROKENGreg KH1-1/+1
2012-10-30usb-storage: add unusual_devs entry for Casio EX-N1 digital cameraMichael Shigorin1-0/+6
2012-05-31usb-storage: unusual_devs entry for Yarvik PMP400 MP4 playerAlan Stern1-0/+7
2012-04-02USB: ums_realtek: do not use stack memory for DMA in __do_config_autodelinkJosh Boyer1-1/+7
2012-02-29usb-storage: fix freezing of the scanning threadAlan Stern2-61/+35
2012-02-03USB: Realtek cr: fix autopm scheduling while atomicStanislaw Gruszka1-1/+1
2012-01-12usb: usb-storage doesn't support dynamic id currently, the patch disables the...Huajun Li1-0/+1
2011-11-26USB: usb-storage: unusual_devs entry for Kingston DT 101 G2Qinglin Ye1-0/+7
2011-11-15USB: storage: ene_ub6250: fix compile warningsFelipe Balbi1-2/+1
2011-11-14usb-storage: Accept 8020i-protocol commands longer than 12 bytesAlan Stern1-4/+3
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2-0/+2
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker3-0/+3
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-28/+140
2011-09-18USB: Realtek cr: Fix driver freeze issueedwin_rong1-4/+77
2011-09-18usb-storage: fix realtek cr configurationVincent Palatin1-1/+1
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-0/+10
2011-09-15Remove unneeded version.h includes (and add where needed) for drivers/usb/Jesper Juhl1-1/+0
2011-09-09USB: storage: Use normalized sense when emulating autosenseLuben Tuikov1-15/+19
2011-08-24ums_realtek: do not use stack memory for DMAAdam Cozzette1-5/+30
2011-08-22usb_storage: Don't freeze in usb-stor-scanSeth Forshee1-3/+13
2011-08-08USB: usb-storage: unusual_devs entry for ARM V2M motherboard.Nick Bowler1-0/+10
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+1632
2011-07-08Staging: Merge ENE UB6250 MS card codes from keucr to drivers/usb/storage/ene...Cho, Yu-Chen2-11/+1632
2011-07-01Realtek cr: Add autosuspend function.edwin_rong2-12/+369