aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-04usb-storage: Modify and export adjust_quirks so that it can be used by uasHans de Goede1-6/+10
2014-03-04usb-storage: Don't bind to uas devices if the uas driver is enabledHans de Goede1-0/+10
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-04-19USB: storage: convert to use module_usb_driver()Greg Kroah-Hartman1-29/+1
2013-04-19usb: storage: Convert US_DEBUGP to usb_stor_dbgJoe Perches1-57/+36
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman1-0/+12
2013-02-04USB: storage: Define a new macro for USB storage match rulesfangxiaozhi1-0/+12
2013-01-20USB: storage: avoid scanning other targets for single target deviceMing Lei1-0/+3
2012-11-26usb: storage: remove redundant memset() in usb_probe_stor1()Yan Hong1-1/+0
2012-09-05usb: remove libusualSebastian Andrzej Siewior1-12/+5
2012-07-20[SCSI] usb-storage: add support for write cache quirkNamjae Jeon1-1/+4
2012-05-17USB: storage: fixed keyword related space issues.Jeffrin Jose1-2/+2
2012-05-17USB: storage: fixed several trailing white spaces issues.Jeffrin Jose1-9/+9
2012-05-17USB: storage: fixed C99 comment issue.Jeffrin Jose1-1/+1
2012-04-06usb: storage: fix lockdep warning inside usb_stor_pre_reset(v2)Ming Lei1-0/+30
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman1-3/+18
2012-02-21usb-storage: fix freezing of the scanning threadAlan Stern1-59/+31
2012-01-24usb: Re-enable usb-storage support dynamic idHuajun Li1-3/+18
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2012-01-04usb: usb-storage doesn't support dynamic id currently, the patch disables the feature to fix an oopsHuajun Li1-0/+1
2011-11-21usb_storage: don't use set_freezable_with_signal()Tejun Heo1-6/+7
2011-08-22usb_storage: Don't freeze in usb-stor-scanSeth Forshee1-3/+13
2011-06-07usb-storage: redo incorrect readsAlan Stern1-1/+12
2011-05-19usb-storage: Correct adjust_quirks to include latest flagsKarl Relton1-1/+8
2010-10-22USB: storage: Use USB_ prefix instead of US_ prefixMichal Nazarewicz1-15/+15
2010-08-10USB: usb-storage: implement autosuspendAlan Stern1-0/+4
2010-05-20usb-storage: always print quirksFelipe Contreras1-3/+6
2010-05-20USB: usb-storage: trivial debug improvementsFelipe Contreras1-29/+32
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-2/+2
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-10/+5
2010-02-26Lower USB storage settling delay to something more reasonableLinus Torvalds1-1/+1
2010-01-20USB: fix bitmask merge errorAlan Stern1-1/+2
2009-12-11USB: usb-storage: fix bug in fill_inquiryAlan Stern1-7/+8
2009-12-11USB: usb-storage: add BAD_SENSE flagAlan Stern1-0/+3
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel1-0/+10
2009-12-11USB Storage: Make driver less chatty when it finds a new deviceMatthew Wilcox1-5/+8
2009-12-11USB: usb-storage: Associate the name of the interface with the scsi hostMatthew Wilcox1-0/+2
2009-03-24usb-storage: make onetouch a separate moduleAlan Stern1-3/+0
2009-03-24usb-storage: make karma a separate moduleAlan Stern1-12/+0
2009-03-24usb-storage: make alauda a separate moduleAlan Stern1-12/+0
2009-03-24usb-storage: make jumpshot a separate moduleAlan Stern1-12/+0
2009-03-24usb-storage: make datafab a separate moduleAlan Stern1-12/+0
2009-03-24usb-storage: make freecom a separate moduleAlan Stern1-12/+0
2009-03-24usb-storage: make shuttle_usbat a separate moduleAlan Stern1-12/+0
2009-03-24usb-storage: make cypress_atacb a separate moduleAlan Stern1-11/+0
2009-03-24usb-storage: make sddr55 a separate moduleAlan Stern1-12/+0
2009-03-24usb-storage: make isd200 a separate moduleAlan Stern1-10/+0
2009-03-24usb-storage: make sddr09 a separate moduleAlan Stern1-21/+0
2009-03-24usb-storage: prepare for subdriver separationAlan Stern1-98/+111
2009-03-24USB: drivers: use USB API functions rather than constantsJulia Lawall1-3/+3