summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
Commit message (Expand)AuthorAgeFilesLines
* usb-storage: ignore ZTE MF 823 card reader in mode 0x1225Oliver Neukum2015-08-101-0/+12
* usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devicesHans de Goede2015-06-061-0/+7
* usb-storage: handle a skipped data phaseAlan Stern2014-11-141-0/+26
* USB: storage: Add quirks for Entrega/Xircom USB to SCSI convertersMark2014-10-051-0/+20
* USB: storage: Add quirk for Ariston Technologies iConnect USB to SCSI adapterMark2014-10-051-0/+6
* USB: storage: Add quirk for Adaptec USBConnect 2000 USB-to-SCSI AdapterMark2014-10-051-0/+6
* storage: Add single-LUN quirk for Jaz USB AdapterMark2014-10-051-0/+6
* USB: Nokia 5300 should be treated as unusual devDaniele Forsi2014-06-071-0/+7
* USB: Nokia 305 should be treated as unusual devVictor A. Santos2014-06-071-0/+7
* usb: storage: shuttle_usbat: fix discs being detected twiceDaniele Forsi2014-06-071-1/+1
* usb-storage: enable multi-LUN scanning when neededAlan Stern2014-02-042-1/+9
* usb-storage: add unusual-devs entry for BlackBerry 9000Alan Stern2014-02-041-0/+7
* usb-storage: restrict bcdDevice range for Super Top in Cypress ATACBAlan Stern2014-02-041-1/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-082-2/+0
* USB: Nokia 502 is an unusual deviceMikhail Zolotaryov2014-01-031-0/+7
* USB: storage: fix compile warningMing Lei2013-12-091-1/+2
* USB: storage: use sg_miter_* APIs to access scsi bufferMing Lei2013-12-081-54/+26
* usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2013-10-162-1/+11
* USB storage: audit sysfs attribute permissionsGreg Kroah-Hartman2013-08-271-9/+7
* USB: storage: Add MicroVault Flash Drive to unusual_devsRen Bigcren2013-07-221-0/+7
* Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman2013-05-271-4/+4
|\
| * USB: usb-stor: realtek_cr: Fix compile errorWei WANG2013-05-161-4/+4
* | usb: storage: alauda: initialize variables directlyEmilio López2013-05-161-5/+1
* | usb: storage: sddr09: initialize variables directlyEmilio López2013-05-161-5/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-28/+14
|\
| * usb-storage: switch to ->show_info()Al Viro2013-04-091-28/+14
* | drivers/usb/storage/realtek_cr.c: fix buildAndrew Morton2013-04-301-4/+1
* | usb-storage: CY7C68300A chips do not support Cypress ATACBTormod Volden2013-04-231-2/+14
* | USB: storage: convert to use module_usb_driver()Greg Kroah-Hartman2013-04-191-29/+1
* | usb: storage: Convert US_DEBUGP to usb_stor_dbgJoe Perches2013-04-1920-834/+753
* | usb: storage: Fix link errorJoe Perches2013-04-181-0/+2
* | usb: storage: Add usb_stor_dbg, reduce object sizeJoe Perches2013-04-173-12/+34
* | USB: regroup all depends on USB within an if USB blockFlorian Fainelli2013-04-091-4/+3
* | Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-203-78/+346
|\ \ | |/
| * usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 playerDmitry Artamonow2013-03-151-0/+7
| * USB: storage: fix Huawei mode switching regressionBjørn Mork2013-03-073-78/+331
| * USB: storage: in-kernel modeswitching is deprecatedBjørn Mork2013-03-071-0/+8
* | driver: usb: storage: remove cast for kmalloc return valueZhang Yanfei2013-03-151-2/+1
* | usb: storage: onetouch: tighten a range checkDan Carpenter2013-03-151-2/+2
|/
* USB: usb-storage: unusual_devs update for Super TOP SATA bridgeJosh Boyer2013-02-141-1/+1
* USB: storage: properly handle the endian issues of idProductfangxiaozhi2013-02-081-2/+2
* Merge usb-linus branch into usb-nextGreg Kroah-Hartman2013-02-085-331/+105
|\
| * USB: storage: optimize to match the Huawei USB storage devices and support ne...fangxiaozhi2013-02-043-331/+78
| * USB: storage: Define a new macro for USB storage match rulesfangxiaozhi2013-02-042-0/+27
* | usb-uas: set max_lun and max_channelGerd Hoffmann2013-01-251-0/+2
* | USB: storage: avoid scanning other targets for single target deviceMing Lei2013-01-201-0/+3
* | uas: fail any request submitted while resetting the device.Gerd Hoffmann2013-01-111-0/+6
* | uas: improve device resetGerd Hoffmann2013-01-111-1/+44
* | uas: improve abort handlerGerd Hoffmann2013-01-111-2/+17
* | uas: add IS_IN_WORK_LIST flagGerd Hoffmann2013-01-111-2/+8