aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/adutux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-05usb: misc: adutux: use swap()Salah Triki1-4/+1
2021-04-22usb: misc: adutux: fix whitespace coding style issueMalte Deiseroth1-3/+3
2020-09-17USB: adutux: fix debuggingOliver Neukum1-0/+1
2020-07-09usb: misc: adutux: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-3/+3
2019-12-10USB: adutux: fix interface sanity checkJohan Hovold1-1/+1
2019-10-10USB: adutux: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-04USB: adutux: fix NULL-derefs on disconnectJohan Hovold1-6/+10
2019-10-04USB: adutux: fix use-after-free on disconnectJohan Hovold1-3/+4
2019-06-21usb: clean up some of the computations in adu_readDaniel M German1-9/+7
2018-06-28usb: adutux: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+6
2018-03-09USB: adutux: Add waiting in transfer abortionKirill Kapranov1-0/+2
2018-03-06USB: adutux: Delete a misleading commentKirill Kapranov1-1/+1
2017-11-07USB: adutux: remove redundant variable minorColin Ian King1-2/+0
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-07-22USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-2/+0
2017-03-23USB: adutux: refactor endpoint retrievalJohan Hovold1-23/+8
2017-03-23USB: adutux: fix up error pathsJohan Hovold1-13/+10
2017-03-23USB: adutux: drop redundant sanity checkJohan Hovold1-5/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-3/+3
2017-02-03usb: misc: adutux: remove redundant error check on copy_to_user return codeColin Ian King1-4/+0
2016-08-30usb: misc: adutux: don't print on ENOMEMWolfram Sang1-10/+3
2016-08-15usb: misc: adutux: don't print error when allocating urb failsWolfram Sang1-6/+2
2014-11-26USB: adutux: NULL dereferences on disconnectDan Carpenter1-5/+0
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2013-08-12USB: adutux: fix big-endian device-type reportingJohan Hovold1-1/+1
2013-07-23USB: adutux: remove direct calls to printk()Greg Kroah-Hartman1-6/+6
2013-07-23USB: adutux: remove custom debug macro and module parameterGreg Kroah-Hartman1-41/+9
2013-07-23USB: adutux: remove custom debug macroGreg Kroah-Hartman1-39/+58
2013-07-23USB: adutux: remove unneeded tracing macrosGreg Kroah-Hartman1-40/+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