summaryrefslogtreecommitdiffstats
path: root/drivers/usb/image
AgeCommit message (Expand)AuthorLines
2014-01-08USB: image: correct spelling mistake in commentRahul Bedarkar-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli-3/+1
2012-05-01USB: mdc800.c: remove dbg() usageGreg Kroah-Hartman-11/+8
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman-13/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-4/+4
2010-11-16SCSI host lock push-downJeff Garzik-2/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-9/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches-9/+0
2010-03-02USB: BKL removal: mdc800Oliver Neukum-3/+0
2010-03-02USB: Push BKL on open down into the driversOliver Neukum-0/+3
2010-03-02USB image: make USB device id constantNémeth Márton-3/+3
2009-09-23USB: remove unneeded printks from microtek driverOliver Neukum-37/+0
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison-4/+4
2009-03-17USB: image/mdc800, fix lock imbalanceJiri Slaby-0/+1
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern-6/+5
2008-10-17USB: remove err() macro from more usb driversGreg Kroah-Hartman-16/+30
2008-10-17USB: remove info() macro from remaining usb driversGreg Kroah-Hartman-3/+4
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman-3/+5
2008-04-24usb: replace remaining __PRETTY_FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-24USB: Remove EXPERIMENTAL designation from USB MDC800 support.Robert P. J. Day-2/+2
2008-04-24USB: microtek: remove unused semaphoreDaniel Walker-2/+0
2008-02-01USB: Drop unnecessary continue in a few driversJulia Lawall-2/+0
2007-11-28USB: make the microtek driver and HAL cooperateOliver Neukum-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe-3/+2
2007-10-20typo fixesMatt LaPlante-1/+1
2007-10-12[SCSI] microtek: use data accessors and !use_sg cleanupBoaz Harrosh-18/+14
2007-07-19USB: image: microtek: clean up urb->status usageGreg Kroah-Hartman-9/+10
2007-07-19USB: image: mdc800: clean up urb->status usageGreg Kroah-Hartman-24/+21
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-2/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-07USB: race on disconnect in mdc800Oliver Neukum-0/+4
2006-12-01usb: microtek possible memleak fixMariusz Kozlowski-3/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-8/+8
2006-09-28USB: microtek usb scanner: Scsi_Cmnd conversionHenrik Kretzschmar-11/+11
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino-2/+2
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig-5/+5
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan-1/+1
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven-31/+32
2006-03-20[PATCH] USB: mdc800.c to kzallocOliver Neukum-3/+1
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl-1/+1
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman-2/+0
2005-11-17[PATCH] USB: Adapt microtek driver to new scsi featuresOliver Neukum-9/+28
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig-1/+1
2005-10-28[PATCH] mdc800: remove embrions of C++ exceptionsAlexey Dobriyan-9/+21
2005-10-28[PATCH] USB: microtek patch to use kzallocOliver Neukum-2/+1
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman-2/+1
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl-2/+1