aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22USB: storage: Use USB_ prefix instead of US_ prefixMichal Nazarewicz1-5/+5
2010-07-26USB: usb-storage: fix initializations of urb fieldsBob Copeland1-3/+1
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-02USB: storage: Never reset devices that will morph to an old modeOliver Neukum1-0/+6
2009-12-11USB: usb-storage: add BAD_SENSE flagAlan Stern1-4/+13
2009-10-14usb-storage: Workaround devices with bogus sense sizeBenjamin Herrenschmidt1-1/+16
2009-10-09USB: storage: When a device returns no sense data, call it a Hardware ErrorAlan Stern1-7/+22
2009-07-28USB: storage: raise timeout in usb_stor_Bulk_max_lunGiacomo Lozito1-1/+1
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-3/+1
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2009-03-24usb-storage: prepare for subdriver separationAlan Stern1-0/+10
2009-03-12[SCSI] Remove SUGGEST flagsMartin K. Petersen1-1/+1
2009-02-09USB: usb-storage: remove WARN from last-sector hacksAlan Stern1-33/+3
2009-01-07USB: storage: add last-sector hacksAlan Stern1-0/+110
2009-01-07USB: usb-storage: merge CB and CBI transport routinesAlan Stern1-52/+9
2009-01-07USB: storage devices and SATBen Efros1-1/+39
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern1-5/+3
2008-10-17usb-storage: report underflow with no sense dataAlan Stern1-1/+1
2008-08-13usb-storage: automatically recognize bad residuesAlan Stern1-2/+15
2008-07-21USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei1-2/+2
2008-07-21USB: remove interface parameter of usb_reset_composite_deviceMing Lei1-2/+1
2008-07-21USB: remove CVS keywordsAdrian Bunk1-2/+0
2008-07-21usb-storage: implement "soft" unbindingAlan Stern1-8/+8
2008-07-21usb-storage: separate dynamic flags from fixed flagsAlan Stern1-34/+34
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-1/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-9/+9
2008-04-24USB: mass storage: emulation of sat scsi_pass_thru with ATACBmatthieu castet1-1/+2
2008-03-24USB: add support for Motorola ROKR Z6 cellphone in mass storage modeConstantin Baranov1-1/+2
2008-02-21USB: usb-storage: don't clear-halt when Get-Max-LUN stallsAlan Stern1-11/+0
2008-01-11[SCSI] usb: transport - convert to accessors and !use_sg code path removalBoaz Harrosh1-17/+28
2007-10-12[SCSI] usb storage: use scsi_eh API in REQUEST_SENSE executionBoaz Harrosh1-42/+4
2006-12-07[PATCH] slab: remove SLAB_NOIOChristoph Lameter1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev1-5/+0
2006-07-10[PATCH] usb-storage: wait for URB to completeAlan Stern1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] usb-storage: use usb_reset_composite_deviceAlan Stern1-24/+26
2006-06-21[PATCH] usb-storage: get rid of the timer during URB submissionFranck Bui-Huu1-28/+10
2005-10-28[PATCH] PATCH: usb-storage: allocate separate sense bufferAlan Stern1-2/+3
2005-10-28[PATCH] PATCH: usb-storage: move GetMaxLUN later in timeAlan Stern1-0/+1
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-4/+3
2005-09-08[PATCH] USB Storage: remove dependency on SCSI-provided serial/tag numberMatthew Dharm1-8/+2
2005-06-27[PATCH] USB Storage: port reset on transport errorMatthew Dharm1-32/+67
2005-06-27[PATCH] USB Storage: endpoint toggles and reset delaysMatthew Dharm1-10/+9
2005-04-18[PATCH] Fix GO_SLOW delayPhil Dibowitz1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1215