aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-07USB: storage: make the "quirks=" module parameter writableAlan Stern1-100/+69
2009-01-07USB: storage: add last-sector hacksAlan Stern1-0/+6
2009-01-07USB: unusual dev for Option N.V. ZeroCD modemsDan Williams1-0/+1
2009-01-07USB: usb-storage: merge DPCM support into SDDR09Alan Stern1-3/+0
2009-01-07USB: usb-storage: merge ATAPI and QIC-157 protocol routinesAlan Stern1-3/+3
2009-01-07USB: usb-storage: merge CB and CBI transport routinesAlan Stern1-1/+1
2009-01-07USB: usb-storage: remove us->sensebufAlan Stern1-8/+0
2009-01-07USB: usb-storage: add "quirks=" module parameterAlan Stern1-0/+113
2008-09-23USB Storage: Sierra: Non-configurable TRU-InstallKevin Lloyd1-2/+0
2008-08-13USB Storage Sierra: TRU-Install feature updateKevin Lloyd1-0/+3
2008-07-21USB: remove CVS keywordsAdrian Bunk1-2/+0
2008-07-21usb-storage: implement "soft" unbindingAlan Stern1-41/+36
2008-07-21usb-storage: change remaining semaphore to completionAlan Stern1-4/+4
2008-07-21usb-storage: separate dynamic flags from fixed flagsAlan Stern1-17/+17
2008-05-02USB: storage: Update mailling list addressAndrew Lunn1-1/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-8/+8
2008-04-24USB: mass storage: emulation of sat scsi_pass_thru with ATACBmatthieu castet1-0/+10
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki1-4/+1
2007-10-12USB: allow usbstorage to have LUNS greater than 2TbRichard Sharpe1-0/+4
2007-09-13Revert "usb-storage: implement autosuspend"Greg Kroah-Hartman1-20/+7
2007-08-22usb-storage: fix bugs in the disconnect pathwayAlan Stern1-27/+6
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-2/+1
2007-07-12usb-storage: implement autosuspendAlan Stern1-7/+20
2007-07-12USB: usb-storage: use kthread_stop() for the control threadAlan Stern1-25/+13