aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/adutux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches1-3/+3
2010-03-02USB: BKL removal: adutuxOliver Neukum1-3/+0
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-0/+3
2010-03-02USB misc: make USB device id constantNémeth Márton1-1/+1
2009-03-17USB: misc/adutux, fix lock imbalanceJiri Slaby1-3/+3
2008-10-17USB: remove err() macro from usb misc driversGreg Kroah-Hartman1-7/+10
2008-10-17USB: remove info() macro from usb/misc driversGreg Kroah-Hartman1-2/+3
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-60/+60
2007-11-28USB: FIx locks and urb->status in adutux (updated)Pete Zaitcev1-123/+139
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-10-12USB: missing test for ESHUTDOWN in adutux driverOliver Neukum1-1/+2
2007-07-19USB: misc: adtux: clean up urb->status usageGreg Kroah-Hartman1-11/+13
2007-07-19USB: use mutex instead of semaphore in the Adutux driverMatthias Kaehlcke1-17/+18
2007-07-12USB: prevent char device open/deregister raceAlan Stern1-20/+11
2007-04-27USB: cleanup ofd adutuxOliver Neukum1-20/+28
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2006-10-17USB: fix dereference in drivers/usb/misc/adutux.cEric Sesterhenn1-1/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-27USB: Add ADU support for Ontrak ADU devicesSteven Haigh1-0/+900