aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/adutux.c
Commit message (Expand)AuthorAgeFilesLines
* 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