aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/adutux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-12USB: adutux: fix big-endian device-type reportingJohan Hovold1-1/+1
2013-05-16usb: misc: Fixed assignment error in if statementLisa Nguyen1-1/+2
2013-05-15usb: misc: Added space after closing brace in adutux.cLisa Nguyen1-1/+1
2013-05-15usb: misc: Added space after comma in adutux.cLisa Nguyen1-50/+50
2013-05-15usb: misc: Reformatted pointer variables in adutux.cLisa Nguyen1-10/+10
2013-05-15usb: misc: Removed space before tabs in adutux.cLisa Nguyen1-9/+9
2013-05-15usb: misc: Replaced deprecated preprocessor in adutux.cLisa Nguyen1-1/+1
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-34/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-7/+7
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-23USB: adutux: fix misuse of return value of copy_to_user()Kulikov Vasiliy1-1/+1
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