summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/adutux.c
Commit message (Expand)AuthorAgeFilesLines
* USB: adutux: fix big-endian device-type reportingJohan Hovold2013-08-121-1/+1
* usb: misc: Fixed assignment error in if statementLisa Nguyen2013-05-161-1/+2
* usb: misc: Added space after closing brace in adutux.cLisa Nguyen2013-05-151-1/+1
* usb: misc: Added space after comma in adutux.cLisa Nguyen2013-05-151-50/+50
* usb: misc: Reformatted pointer variables in adutux.cLisa Nguyen2013-05-151-10/+10
* usb: misc: Removed space before tabs in adutux.cLisa Nguyen2013-05-151-9/+9
* usb: misc: Replaced deprecated preprocessor in adutux.cLisa Nguyen2013-05-151-1/+1
* USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-34/+1
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-7/+7
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* USB: adutux: fix misuse of return value of copy_to_user()Kulikov Vasiliy2010-08-231-1/+1
* USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches2010-03-021-3/+3
* USB: BKL removal: adutuxOliver Neukum2010-03-021-3/+0
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-0/+3
* USB misc: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: misc/adutux, fix lock imbalanceJiri Slaby2009-03-171-3/+3
* USB: remove err() macro from usb misc driversGreg Kroah-Hartman2008-10-171-7/+10
* USB: remove info() macro from usb/misc driversGreg Kroah-Hartman2008-10-171-2/+3
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-60/+60
* USB: FIx locks and urb->status in adutux (updated)Pete Zaitcev2007-11-281-123/+139
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-2/+2
* USB: missing test for ESHUTDOWN in adutux driverOliver Neukum2007-10-121-1/+2
* USB: misc: adtux: clean up urb->status usageGreg Kroah-Hartman2007-07-191-11/+13
* USB: use mutex instead of semaphore in the Adutux driverMatthias Kaehlcke2007-07-191-17/+18
* USB: prevent char device open/deregister raceAlan Stern2007-07-121-20/+11
* USB: cleanup ofd adutuxOliver Neukum2007-04-271-20/+28
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* USB: fix dereference in drivers/usb/misc/adutux.cEric Sesterhenn2006-10-171-1/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* USB: Add ADU support for Ontrak ADU devicesSteven Haigh2006-09-271-0/+900