summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/isd200.c
Commit message (Expand)AuthorAgeFilesLines
* USB: STORAGE: ISD200 Fixed coding style issue "space required in for loop"Jagdish Tirumala2018-09-201-1/+1
* USB: storage: Remove redundant license textGreg Kroah-Hartman2017-11-041-14/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: storage: return on error to avoid a null pointer dereferenceColin Ian King2017-07-171-1/+4
* usb: storage: fix multi-line comment styleFelipe Balbi2016-04-261-21/+30
* USB: rewrite isd200_init_info for readabilityKris Borer2015-10-041-17/+13
* usb: storage: fix module reference for scsi hostAkinobu Mita2015-05-101-3/+8
* usb: storage: Fix trivial typo in isd200_log_config()Yannick Guerrini2015-03-181-1/+1
* usb: storage: Convert US_DEBUGP to usb_stor_dbgJoe Perches2013-04-191-144/+148
* usb: storage: Add usb_stor_dbg, reduce object sizeJoe Perches2013-04-171-6/+6
* driver: usb: storage: remove cast for kmalloc return valueZhang Yanfei2013-03-151-2/+1
* usb: remove libusualSebastian Andrzej Siewior2012-09-051-4/+1
* usb: Disable dynamic id of USB storage subdriversHuajun Li2012-01-241-0/+1
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-1/+1
|\
| * usb: storage: isd200: fix sparse warningFelipe Balbi2011-11-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \
| * | misc latin1 to utf8 conversionsAl Viro2012-01-021-1/+1
| |/
* / USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
|/
* [SCSI] usb-storage: do not increment cmd->serial_numberChristoph Hellwig2011-05-011-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* USB: isd200.c: Remove unnecessary kmalloc castJoe Perches2010-08-101-2/+1
* USB: Remove large struct from the stack in USB storage isd200 driverIan Munsie2010-05-201-2/+2
* isd200: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz2009-04-011-9/+9
* isd200: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2009-04-011-5/+5
* isd200: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz2009-04-011-145/+66
* USB: usb-storage: added missing MODULE_LICENSE("GPL") for usb-storage ums-* m...Maciej Grela2009-03-241-0/+3
* usb-storage: make isd200 a separate moduleAlan Stern2009-03-241-3/+91
* USB: remove CVS keywordsAdrian Bunk2008-07-211-2/+0
* usb-storage: separate dynamic flags from fixed flagsAlan Stern2008-07-211-3/+3
* [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-021-0/+2
* USB: isd200: fix memory leak in isd200_get_inquiry_dataBoaz Harrosh2008-03-241-0/+1
* [SCSI] isd200: Allocate sense_buffer for hacked up scsi_cmndBoaz Harrosh2008-03-131-1/+4
* USB: isd200: don't include <linux/ide.h>Bartlomiej Zolnierkiewicz2008-02-011-15/+14
* [SCSI] implement scsi_data_bufferBoaz Harrosh2008-01-301-4/+4
* [SCSI] isd200: use one-element sg list in issuing commandsBoaz Harrosh2008-01-111-20/+46
* USB: isd200: sort out USB/IDE dependancy messAlan Cox2007-10-251-1/+104
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* [PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn2006-03-201-1/+1
* [PATCH] USB: kzalloc for storageOliver Neukum2006-03-201-5/+3
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1442