summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* | uas: add UNLINK_DATA_URBS flagGerd Hoffmann2013-01-111-3/+21
* | uas: new function to cancel data urbsGerd Hoffmann2013-01-111-10/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* | Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-113-3/+2
|\ \
| * | USB: mark uas driver as BROKENGreg KH2012-11-281-1/+1
| * | usb: storage: remove redundant memset() in usb_probe_stor1()Yan Hong2012-11-261-1/+0
| * | USB: ums_realtek: fix build warningJingoo Han2012-10-301-1/+1
| |/
* | [SCSI] sd: Implement support for WRITE SAMEMartin K. Petersen2012-11-131-0/+3
* | [SCSI] Add a report opcode helperMartin K. Petersen2012-11-131-0/+3
|/
* usb-storage: add unusual_devs entry for Casio EX-N1 digital cameraMichael Shigorin2012-10-241-0/+6
* USB: uas: fix gcc warningGerd Hoffmann2012-09-261-10/+8
* USB: uas: fix lockingGerd Hoffmann2012-09-261-0/+2
* USB: uas: add lockingGerd Hoffmann2012-09-251-7/+44
* USB: uas: fix abortGerd Hoffmann2012-09-251-7/+4
* USB: uas: remove aborted field, replace with status bit.Gerd Hoffmann2012-09-251-6/+6
* USB: uas: fix task managementGerd Hoffmann2012-09-251-3/+3