aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage
AgeCommit message (Expand)AuthorFilesLines
2012-10-24usb-storage: add unusual_devs entry for Casio EX-N1 digital cameraMichael Shigorin1-0/+6
2012-09-26USB: uas: fix gcc warningGerd Hoffmann1-10/+8
2012-09-26USB: uas: fix lockingGerd Hoffmann1-0/+2
2012-09-25USB: uas: add lockingGerd Hoffmann1-7/+44
2012-09-25USB: uas: fix abortGerd Hoffmann1-7/+4
2012-09-25USB: uas: remove aborted field, replace with status bit.Gerd Hoffmann1-6/+6
2012-09-25USB: uas: fix task managementGerd Hoffmann1-3/+3
2012-09-25USB: uas: keep track of command urbsGerd Hoffmann1-1/+10
2012-09-21USB: sierra_ms: don't keep unused variableAlan Cox1-2/+1
2012-09-05usb: remove libusualSebastian Andrzej Siewior19-325/+41
2012-08-20usb: convert USB_QUIRK_RESET_MORPHS to USB_QUIRK_RESETLan Tianyu1-1/+1
2012-08-15USB: storage: ene_ub6250: Use macros for firmware namesTim Gardner1-8/+20
2012-07-16usb: storage: update usb devices for write cache quirk in quirk list.Namjae Jeon1-0/+12
2012-07-16usb: storage: add support for write cache quirkNamjae Jeon2-1/+9
2012-07-05Merge 3.5-rc5 into usb-nextGreg Kroah-Hartman2-7/+6
2012-06-25uas: task mgmt & error handlingGerd Hoffmann1-29/+131
2012-06-25uas: track urbs, kill inflight urbs on disconnect.Gerd Hoffmann1-0/+9
2012-06-25uas: improve error handlingGerd Hoffmann1-1/+13
2012-06-25uas: keep track of command state, finish scsi cmd when really done.Gerd Hoffmann1-15/+71
2012-06-25uas: fix sense urb handlingGerd Hoffmann1-21/+28
2012-06-25Revert "usb/uas: one only one status URB/host on stream-less connection"Gerd Hoffmann1-60/+10
2012-06-25Revert "usb/uas: make sure data urb is gone if we receive status before that"Gerd Hoffmann1-75/+15
2012-06-22usb-storage: revert commit afff07e61a52 (Add 090c:1000 to unusal-devs)Alan Stern1-7/+0
2012-06-22SCSI & usb-storage: add try_rc_10_first flagAlan Stern1-0/+6
2012-06-20Merge 3.5-rc3 into usb-nextGreg Kroah-Hartman1-0/+7
2012-06-13usb-storage: Add 090c:1000 to unusal-devsHans de Goede1-0/+7
2012-06-13USB: storage: fixed space issues in coding style.Jeffrin Jose1-3/+3
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
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-05-09usb-storage: unusual_devs entry for Yarvik PMP400 MP4 playerAlan Stern1-0/+7
2012-04-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman1-5/+1
2012-04-18usb/storage/ene_ub6250: Remove redundant NULL check before release_firmware()...Jesper Juhl1-5/+1
2012-04-08Merge branch 'master' into for-nextJiri Kosina20-262/+334
2012-04-06usb: storage: fix lockdep warning inside usb_stor_pre_reset(v2)Ming Lei1-0/+30
2012-03-30Documentation: remove references to /etc/modprobe.confLucas De Marchi1-1/+1
2012-03-28Email/web address changeJonathan Woithe1-1/+1
2012-02-28usb/storage: redefine US_BULK_FLAG_IN and use itSebastian Andrzej Siewior3-16/+17
2012-02-28usb/storage: a couple defines from drivers/usb/storage/transport.h to include...Sebastian Andrzej Siewior1-39/+0
2012-02-24USB: ums_realtek: do not use stack memory for DMA in __do_config_autodelinkjwboyer@redhat.com1-1/+7
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman16-143/+274
2012-02-21usb-storage: fix freezing of the scanning threadAlan Stern2-62/+35
2012-02-10Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman1-1/+1
2012-02-08usb-storage: reorganize target-specific codeAlan Stern1-14/+15
2012-02-08SCSI & usb-storage: add flags for VPD pages and REPORT LUNSAlan Stern1-10/+16
2012-02-02usb/uas: make sure data urb is gone if we receive status before thatSebastian Andrzej Siewior1-15/+75
2012-02-02usb/uas: move UAS structs / defines into a header fileSebastian Andrzej Siewior1-55/+1
2012-02-02usb/uas: only bind if the hcd supports SGSebastian Andrzej Siewior1-6/+19
2012-02-02Merge tag 'uas_for_sarah' of git://linutronix.de/users/bigeasy/linux into for...Sarah Sharp1-40/+117
2012-01-26USB: Realtek cr: fix autopm scheduling while atomicStanislaw Gruszka1-1/+1
2012-01-24usb: Re-enable usb-storage support dynamic idHuajun Li1-3/+18
2012-01-24usb: Disable dynamic id of USB storage subdriversHuajun Li13-0/+13
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds14-25/+24
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+7
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman14-168/+14
2012-01-04usb: usb-storage doesn't support dynamic id currently, the patch disables the...Huajun Li1-0/+1
2012-01-02misc latin1 to utf8 conversionsAl Viro2-2/+2
2011-12-22usb/uas: one only one status URB/host on stream-less connectionSebastian Andrzej Siewior1-10/+60
2011-12-22usb/uas: use scsi_host_find_tag() to find command from a tagSebastian Andrzej Siewior1-16/+17
2011-12-22usb/uas: use unique tags for all LUNsSebastian Andrzej Siewior1-13/+25
2011-12-22UAS: Free status URB when we can't find the SCSI tag.Sarah Sharp1-1/+3
2011-12-22UAS: Use unique tags on non-streams devices.Sarah Sharp1-1/+4
2011-12-22UAS: Re-add workqueue items if submission fails.Sarah Sharp1-4/+13
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki1-0/+7
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-0/+7
2011-11-26USB: usb-storage: unusual_devs entry for Kingston DT 101 G2Qinglin Ye1-0/+7
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman2-6/+4
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki1-6/+7
2011-11-21usb_storage: don't use set_freezable_with_signal()Tejun Heo1-6/+7
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman14-168/+14
2011-11-15USB: Realtek cr: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-11-15usb: storage: shuttle_usbat: fix sparse warningFelipe Balbi1-1/+1
2011-11-15usb: storage: sddr55: fix sparse warningFelipe Balbi1-1/+1
2011-11-15usb: storage: sddr09: fix sparse warningFelipe Balbi1-1/+1
2011-11-15usb: storagE: realtek_cr: fix sparse warningsFelipe Balbi1-6/+5
2011-11-15usb: storage: onetouch: fix sparse warningFelipe Balbi1-1/+1
2011-11-15usb: storage: karma: fix sparse warningFelipe Balbi1-1/+1
2011-11-15usb: storage: jumpshot: fix sparse warningFelipe Balbi1-1/+1
2011-11-15usb: storage: isd200: fix sparse warningFelipe Balbi1-1/+1
2011-11-15usb: storage: freecom: fix sparse warningFelipe Balbi1-1/+1
2011-11-15usb: storage: ene_ub6250: fix sparse warningsFelipe Balbi1-6/+6
2011-11-15usb: storage: datafab: fix sparse warningFelipe Balbi1-1/+1
2011-11-15usb: storage: cypress: fix sparse warningFelipe Balbi1-1/+1
2011-11-15usb: storage: alauda: fix sparse warningsFelipe Balbi1-1/+1
2011-11-15USB: storage: ene_ub6250: fix compile warningsFelipe Balbi1-2/+1
2011-11-14usb-storage: Accept 8020i-protocol commands longer than 12 bytesAlan Stern1-4/+3
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2-0/+2
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker3-0/+3
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-28/+140
2011-09-18USB: Realtek cr: Fix driver freeze issueedwin_rong1-4/+77
2011-09-18usb-storage: fix realtek cr configurationVincent Palatin1-1/+1
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-0/+10
2011-09-15Remove unneeded version.h includes (and add where needed) for drivers/usb/Jesper Juhl1-1/+0
2011-09-09USB: storage: Use normalized sense when emulating autosenseLuben Tuikov1-15/+19
2011-08-24ums_realtek: do not use stack memory for DMAAdam Cozzette1-5/+30
2011-08-22usb_storage: Don't freeze in usb-stor-scanSeth Forshee1-3/+13
2011-08-08USB: usb-storage: unusual_devs entry for ARM V2M motherboard.Nick Bowler1-0/+10
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+1632
2011-07-08Staging: Merge ENE UB6250 MS card codes from keucr to drivers/usb/storage/ene...Cho, Yu-Chen2-11/+1632
2011-07-01Realtek cr: Add autosuspend function.edwin_rong2-12/+369
2011-07-01Realtek cr: Remove unused Macrosedwin_rong1-9/+0
2011-07-01Realtek cr: clean up unnecessary whitespaces.edwin_rong1-54/+56
2011-06-07usb-storage: redo incorrect readsAlan Stern4-1/+62
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-6/+13
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2011-05-19usb-storage: Correct adjust_quirks to include latest flagsKarl Relton1-1/+8
2011-05-17usb-storage: fix up the unusual_realtek device listAlan Stern1-5/+5
2011-05-01[SCSI] usb-storage: do not increment cmd->serial_numberChristoph Hellwig1-1/+0
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi4-5/+5
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-0/+847
2011-03-11usb-storage: fix menu orderingRandy Dunlap1-15/+15
2011-03-11usb-storage: ene_ub6250 depends on USB_STORAGERandy Dunlap1-0/+1
2011-03-11USB: ene_ub6250: fix memory leak in ene_load_bincode()Dan Carpenter1-4/+0
2011-03-07Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storagehuajun li5-0/+850
2011-03-02USB: Remove delay_t unused variable from sierra_ms.c driver initialisation codeHuzaifa Sidhpurwala1-2/+0
2011-02-17usb_storage: realtek_cr patch: add const modifierwwang1-1/+1
2011-02-17usb_storage: realtek_cr patch: fix sparse warningwwang1-2/+2
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman2-0/+37
2011-02-03USB: usb-storage: unusual_devs entry for Coby MP3 playerAlan Stern1-0/+7
2011-02-03USB: Storage: Add unusual_devs entry for VTech KidizoomNick Holloway1-0/+7
2011-01-22USB: usb_storage: add ums-realtek driverwwang5-0/+729
2011-01-22USB: usb-storage: unusual_devs entry for CamSport EvoAlan Stern1-0/+9
2011-01-22USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u exter...Richard Schütz1-0/+9
2011-01-22USB: usb-storage: unusual_devs update for Cypress ATACBRichard Schütz1-0/+5
2010-12-22USB: Merge 2.6.37-rc5 into usb-nextGreg Kroah-Hartman1-0/+7
2010-12-16USB: usb-storage: unusual_devs entry for the Samsung YP-CP3Vitaly Kuznetsov1-0/+7
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-28/+54
2010-12-15USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission pathMatthew Wilcox1-1/+1
2010-12-15USB: uas: Ensure we only bind to a UAS interfaceMatthew Wilcox1-7/+30
2010-12-15USB: uas: Rename sense pipe and sense urb to status pipe and status urbMatthew Wilcox1-16/+16
2010-12-15USB: uas: Use kzalloc instead of kmallocMatthew Wilcox1-2/+2
2010-12-15USB: uas: Fix up the Sense IUMatthew Wilcox1-2/+5
2010-11-24Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik2-2/+6
2010-11-15USB: storage: sierra_ms: fix sysfs file attributeGreg Kroah-Hartman1-1/+1
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-4/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-22usb: makefile cleanupmatt mooney1-17/+17
2010-10-22usb-storage: add new no_read_capacity_16 quirkHans de Goede2-1/+6
2010-10-22usb-storage: add new no_read_disc_info quirkHans de Goede2-0/+9
2010-10-22usb: change to new flag variablematt mooney1-1/+1
2010-10-22USB: Add UAS driverMatthew Wilcox3-0/+765
2010-10-22USB: storage: Use USB_ prefix instead of US_ prefixMichal Nazarewicz16-350/+350
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-08-10USB: usb-storage: implement autosuspendAlan Stern1-0/+4
2010-08-10usb: storage: freecom: Fixed several coding style issues.Martin Enderleit1-12/+11
2010-08-10USB: isd200.c: Remove unnecessary kmalloc castJoe Perches1-2/+1
2010-07-26USB: usb-storage: fix initializations of urb fieldsBob Copeland1-3/+1
2010-05-20usb-storage: always print quirksFelipe Contreras1-3/+6
2010-05-20USB: usb-storage: trivial debug improvementsFelipe Contreras1-29/+32
2010-05-20USB: unusual-dev: Add bad sense flag for Appotech ax203 based picture framesHans de Goede1-0/+15
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2-8/+8
2010-05-20USB: storage: Remove unneeded SL11R unusual_devs entryPhil Dibowitz1-9/+0
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern3-14/+6
2010-05-20USB: Remove large struct from the stack in USB storage isd200 driverIan Munsie1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo6-2/+5
2010-03-19USB: Remove last bit of CONFIG_USB_BERRY_CHARGEChristoph Egger1-14/+0
2010-03-19USB: unusual_devs.h: Fix capacity for SL11R-IDE 2.6cOndrej Zary1-0/+9
2010-03-02USB: storage: onetouch: unnecessary GFP_ATOMICOliver Neukum1-1/+1
2010-03-02USB: storage: fix misplaced parenthesisRoel Kluin1-8/+7
2010-03-02usb-storage: use max_hw_sectors instead of max_sectorsAlan Stern1-5/+5
2010-03-02USB: unusual_devs: Add support for multiple Option 3G sticksJan Dumon1-2/+86
2010-03-02USB: storage: Never reset devices that will morph to an old modeOliver Neukum1-0/+6
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+3
2010-02-26Lower USB storage settling delay to something more reasonableLinus Torvalds1-1/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-3/+3
2010-02-16USB: storage: Remove unneeded SC/PR from unusual_devs.hPhil Dibowitz1-1/+1
2010-01-20USB: fix usbstorage for 2770:915d delivers no FATRyan May1-7/+0
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 Stern3-4/+23
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 Wilcox3-1/+5
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-10-09USB: storage: iRiver P7 UNUSUAL_DEV patchSergey Pinaev1-0/+7
2009-09-23USB: unusual_devs.h: drop some unneeded floppy entriesPete Zaitcev1-21/+1
2009-09-23USB: usb-storage fails to attach to Huawei Datacard cdrom devicefangxiaozhi1-1/+1
2009-09-23USB: storage: Drop an unneeded a NULL testJulia Lawall2-3/+3
2009-09-23USB: storage: fix a resume path GFP_NOIO must be usedOliver Neukum1-1/+1
2009-08-07USB: storage: include Prolific Technology USB drive in unusual_devs listRogerio Brito1-0/+7
2009-07-28USB: storage: raise timeout in usb_stor_Bulk_max_lunGiacomo Lozito1-1/+1
2009-07-12USB: Fix option_ms regression in 2.6.31-rc2Jonathan McDowell1-0/+3
2009-06-15USB: usb-storage: add filter to "option_ms" to leave unrecognized devices aloneJosua Dietze1-52/+69
2009-06-15USB: usb-storage: fix return values from init functionsAlan Stern2-5/+5
2009-06-15USB: janitor storage initializersPete Zaitcev1-6/+8
2009-06-15USB: Ignore storage device in modem mode on DWN-652Pascal Terjan2-2/+3
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-2/+2
2009-05-08USB: unusual_devs: extend nokia 6288 bcd rangePhil Dibowitz1-2/+3
2009-04-23USB: Unusual Device support for Gold MP3 Player EnergyChuck Short1-0/+6
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-3/+1
2009-04-17usb-storage: fix mistake in MakefileAlan Stern1-1/+2
2009-04-17USB: usb-storage: augment unusual_devs entry for Simple Tech/DatafabAlan Stern1-2/+4
2009-04-17USB: option: Add ids for D-Link DWM-652 3.5G modemPascal Terjan1-0/+8
2009-04-01isd200: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz1-9/+9
2009-04-01isd200: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-5/+5