summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/adutux.c
AgeCommit message (Expand)Author
2021-08-05usb: misc: adutux: use swap()Salah Triki
2021-04-22usb: misc: adutux: fix whitespace coding style issueMalte Deiseroth
2020-09-17USB: adutux: fix debuggingOliver Neukum
2020-07-09usb: misc: adutux: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones
2019-12-10USB: adutux: fix interface sanity checkJohan Hovold
2019-10-10USB: adutux: fix use-after-free on releaseJohan Hovold
2019-10-04USB: adutux: fix NULL-derefs on disconnectJohan Hovold
2019-10-04USB: adutux: fix use-after-free on disconnectJohan Hovold
2019-06-21usb: clean up some of the computations in adu_readDaniel M German
2018-06-28usb: adutux: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-03-09USB: adutux: Add waiting in transfer abortionKirill Kapranov
2018-03-06USB: adutux: Delete a misleading commentKirill Kapranov
2017-11-07USB: adutux: remove redundant variable minorColin Ian King
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-07-22USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman
2017-03-23USB: adutux: refactor endpoint retrievalJohan Hovold
2017-03-23USB: adutux: fix up error pathsJohan Hovold
2017-03-23USB: adutux: drop redundant sanity checkJohan Hovold
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-03usb: misc: adutux: remove redundant error check on copy_to_user return codeColin Ian King
2016-08-30usb: misc: adutux: don't print on ENOMEMWolfram Sang
2016-08-15usb: misc: adutux: don't print error when allocating urb failsWolfram Sang
2014-11-26USB: adutux: NULL dereferences on disconnectDan Carpenter
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman
2013-08-12USB: adutux: fix big-endian device-type reportingJohan Hovold
2013-07-23USB: adutux: remove direct calls to printk()Greg Kroah-Hartman
2013-07-23USB: adutux: remove custom debug macro and module parameterGreg Kroah-Hartman
2013-07-23USB: adutux: remove custom debug macroGreg Kroah-Hartman
2013-07-23USB: adutux: remove unneeded tracing macrosGreg Kroah-Hartman
2013-05-16usb: misc: Fixed assignment error in if statementLisa Nguyen
2013-05-15usb: misc: Added space after closing brace in adutux.cLisa Nguyen
2013-05-15usb: misc: Added space after comma in adutux.cLisa Nguyen
2013-05-15usb: misc: Reformatted pointer variables in adutux.cLisa Nguyen
2013-05-15usb: misc: Removed space before tabs in adutux.cLisa Nguyen
2013-05-15usb: misc: Replaced deprecated preprocessor in adutux.cLisa Nguyen
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-23USB: adutux: fix misuse of return value of copy_to_user()Kulikov Vasiliy
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches
2010-03-02USB: BKL removal: adutuxOliver Neukum
2010-03-02USB: Push BKL on open down into the driversOliver Neukum
2010-03-02USB misc: make USB device id constantNémeth Márton
2009-03-17USB: misc/adutux, fix lock imbalanceJiri Slaby
2008-10-17USB: remove err() macro from usb misc driversGreg Kroah-Hartman
2008-10-17USB: remove info() macro from usb/misc driversGreg Kroah-Hartman