Age | Commit message (Expand) | Author | Files | Lines |
2018-06-28 | usb: adutux: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior | 1 | -4/+6 |
2018-03-09 | USB: adutux: Add waiting in transfer abortion | Kirill Kapranov | 1 | -0/+2 |
2018-03-06 | USB: adutux: Delete a misleading comment | Kirill Kapranov | 1 | -1/+1 |
2017-11-07 | USB: adutux: remove redundant variable minor | Colin Ian King | 1 | -2/+0 |
2017-11-04 | USB: misc: Remove redundant license text | Greg Kroah-Hartman | 1 | -5/+0 |
2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-22 | USB: misc: remove unneeded MODULE_VERSION() usage | Greg Kroah-Hartman | 1 | -2/+0 |
2017-03-23 | USB: adutux: refactor endpoint retrieval | Johan Hovold | 1 | -23/+8 |
2017-03-23 | USB: adutux: fix up error paths | Johan Hovold | 1 | -13/+10 |
2017-03-23 | USB: adutux: drop redundant sanity check | Johan Hovold | 1 | -5/+0 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2017-02-28 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -3/+3 |
2017-02-03 | usb: misc: adutux: remove redundant error check on copy_to_user return code | Colin Ian King | 1 | -4/+0 |
2016-08-30 | usb: misc: adutux: don't print on ENOMEM | Wolfram Sang | 1 | -10/+3 |
2016-08-15 | usb: misc: adutux: don't print error when allocating urb fails | Wolfram Sang | 1 | -6/+2 |
2014-11-27 | USB: adutux: NULL dereferences on disconnect | Dan Carpenter | 1 | -5/+0 |
2014-01-09 | usb: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-08-19 | Merge 3.11-rc6 into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
2013-08-13 | USB: adutux: fix big-endian device-type reporting | Johan Hovold | 1 | -1/+1 |
2013-07-24 | USB: adutux: remove direct calls to printk() | Greg Kroah-Hartman | 1 | -6/+6 |
2013-07-24 | USB: adutux: remove custom debug macro and module parameter | Greg Kroah-Hartman | 1 | -41/+9 |
2013-07-24 | USB: adutux: remove custom debug macro | Greg Kroah-Hartman | 1 | -39/+58 |
2013-07-24 | USB: adutux: remove unneeded tracing macros | Greg Kroah-Hartman | 1 | -40/+1 |
2013-05-16 | usb: misc: Fixed assignment error in if statement | Lisa Nguyen | 1 | -1/+2 |
2013-05-15 | usb: misc: Added space after closing brace in adutux.c | Lisa Nguyen | 1 | -1/+1 |
2013-05-15 | usb: misc: Added space after comma in adutux.c | Lisa Nguyen | 1 | -50/+50 |
2013-05-15 | usb: misc: Reformatted pointer variables in adutux.c | Lisa Nguyen | 1 | -10/+10 |
2013-05-15 | usb: misc: Removed space before tabs in adutux.c | Lisa Nguyen | 1 | -9/+9 |
2013-05-15 | usb: misc: Replaced deprecated preprocessor in adutux.c | Lisa Nguyen | 1 | -1/+1 |
2011-11-18 | USB: convert drivers/usb/* to use module_usb_driver() | Greg Kroah-Hartman | 1 | -34/+1 |
2011-08-23 | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 1 | -7/+7 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-08-24 | USB: adutux: fix misuse of return value of copy_to_user() | Kulikov Vasiliy | 1 | -1/+1 |
2010-03-03 | USB: Convert concatenated __FILE__ to %s, __FILE__ | Joe Perches | 1 | -3/+3 |
2010-03-03 | USB: BKL removal: adutux | Oliver Neukum | 1 | -3/+0 |
2010-03-03 | USB: Push BKL on open down into the drivers | Oliver Neukum | 1 | -0/+3 |
2010-03-03 | USB misc: make USB device id constant | Németh Márton | 1 | -1/+1 |
2009-03-18 | USB: misc/adutux, fix lock imbalance | Jiri Slaby | 1 | -3/+3 |
2008-10-18 | USB: remove err() macro from usb misc drivers | Greg Kroah-Hartman | 1 | -7/+10 |
2008-10-18 | USB: remove info() macro from usb/misc drivers | Greg Kroah-Hartman | 1 | -2/+3 |
2008-04-25 | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -60/+60 |
2007-11-29 | USB: FIx locks and urb->status in adutux (updated) | Pete Zaitcev | 1 | -123/+139 |
2007-10-19 | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 1 | -2/+2 |
2007-10-13 | USB: missing test for ESHUTDOWN in adutux driver | Oliver Neukum | 1 | -1/+2 |
2007-07-20 | USB: misc: adtux: clean up urb->status usage | Greg Kroah-Hartman | 1 | -11/+13 |
2007-07-20 | USB: use mutex instead of semaphore in the Adutux driver | Matthias Kaehlcke | 1 | -17/+18 |
2007-07-13 | USB: prevent char device open/deregister race | Alan Stern | 1 | -20/+11 |
2007-04-28 | USB: cleanup ofd adutux | Oliver Neukum | 1 | -20/+28 |
2007-02-12 | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 1 | -1/+1 |