aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/isd200.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-02USB: usb-storage: Prevent divide-by-0 error in isd200_ata_commandAlan Stern1-5/+18
2022-04-21usb-storage: isd200: fix initFunction error returnLin Ma1-4/+4
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-2/+2
2020-08-18USB: storage: isd200: fix spelling mistake "removeable" -> "removable"Colin Ian King1-1/+1
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2019-09-10usb-storage: export symbols in USB_STORAGE namespaceMatthias Maennich1-0/+1
2019-08-15USB: storage: isd200: remove redundant assignment to variable sendToTransportColin Ian King1-1/+1
2018-09-20USB: STORAGE: ISD200 Fixed coding style issue "space required in for loop"Jagdish Tirumala1-1/+1
2017-11-04USB: storage: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-07-17usb: storage: return on error to avoid a null pointer dereferenceColin Ian King1-1/+4
2016-04-26usb: storage: fix multi-line comment styleFelipe Balbi1-21/+30
2015-10-04USB: rewrite isd200_init_info for readabilityKris Borer1-17/+13
2015-05-10usb: storage: fix module reference for scsi hostAkinobu Mita1-3/+8
2015-03-18usb: storage: Fix trivial typo in isd200_log_config()Yannick Guerrini1-1/+1
2013-04-19usb: storage: Convert US_DEBUGP to usb_stor_dbgJoe Perches1-144/+148
2013-04-17usb: storage: Add usb_stor_dbg, reduce object sizeJoe Perches1-6/+6
2013-03-15driver: usb: storage: remove cast for kmalloc return valueZhang Yanfei1-2/+1
2012-09-05usb: remove libusualSebastian Andrzej Siewior1-4/+1
2012-01-24usb: Disable dynamic id of USB storage subdriversHuajun Li1-0/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-02misc latin1 to utf8 conversionsAl Viro1-1/+1
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-15usb: storage: isd200: fix sparse warningFelipe Balbi1-1/+1
2011-05-01[SCSI] usb-storage: do not increment cmd->serial_numberChristoph Hellwig1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-10USB: isd200.c: Remove unnecessary kmalloc castJoe Perches1-2/+1
2010-05-20USB: Remove large struct from the stack in USB storage isd200 driverIan Munsie1-2/+2
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
2009-04-01isd200: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz1-145/+66
2009-03-24USB: usb-storage: added missing MODULE_LICENSE("GPL") for usb-storage ums-* m...Maciej Grela1-0/+3
2009-03-24usb-storage: make isd200 a separate moduleAlan Stern1-3/+91
2008-07-21USB: remove CVS keywordsAdrian Bunk1-2/+0
2008-07-21usb-storage: separate dynamic flags from fixed flagsAlan Stern1-3/+3
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh1-0/+2
2008-03-24USB: isd200: fix memory leak in isd200_get_inquiry_dataBoaz Harrosh1-0/+1
2008-03-13[SCSI] isd200: Allocate sense_buffer for hacked up scsi_cmndBoaz Harrosh1-1/+4
2008-02-01USB: isd200: don't include <linux/ide.h>Bartlomiej Zolnierkiewicz1-15/+14
2008-01-30[SCSI] implement scsi_data_bufferBoaz Harrosh1-4/+4
2008-01-11[SCSI] isd200: use one-element sg list in issuing commandsBoaz Harrosh1-20/+46
2007-10-25USB: isd200: sort out USB/IDE dependancy messAlan Cox1-1/+104
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-1/+1
2006-03-20[PATCH] USB: kzalloc for storageOliver Neukum1-5/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1442