| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-10-20 | USB: make devnode() callback in usb_class_driver take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2020-12-08 | USB: legotower: fix logical error in recent commit | Alan Stern | 1 | -1/+1 |
| 2020-09-25 | USB: legousbtower: use usb_control_msg_recv() | Greg Kroah-Hartman | 1 | -41/+20 |
| 2020-09-25 | Revert "USB: legousbtower: use usb_control_msg_recv()" | Oliver Neukum | 1 | -19/+41 |
| 2020-09-16 | USB: legousbtower: use usb_control_msg_recv() | Greg Kroah-Hartman | 1 | -41/+19 |
| 2020-07-09 | usb: misc: legousbtower: Demote function header which is clearly not kerneldoc | Lee Jones | 1 | -1/+1 |
| 2020-07-09 | usb: misc: legousbtower: Demote obvious misuse of kerneldoc to standard comme... | Lee Jones | 1 | -12/+12 |
| 2019-11-07 | USB: legousbtower: drop superfluous newlines | Johan Hovold | 1 | -5/+0 |
| 2019-11-07 | USB: legousbtower: drop superfluous brackets | Johan Hovold | 1 | -12/+6 |
| 2019-11-07 | USB: legousbtower: clean up runaway white space | Johan Hovold | 1 | -85/+87 |
| 2019-11-07 | USB: legousbtower: drop redundant endianness comments | Johan Hovold | 1 | -3/+3 |
| 2019-11-07 | USB: legousbtower: drop unnecessary packed attributes | Johan Hovold | 1 | -2/+2 |
| 2019-11-07 | USB: legousbtower: clean up pointer declarations in driver data | Johan Hovold | 1 | -8/+8 |
| 2019-11-07 | USB: legousbtower: remove tower_abort_transfers() | Johan Hovold | 1 | -15/+5 |
| 2019-11-07 | USB: legousbtower: stop interrupt-out URB unconditionally | Johan Hovold | 1 | -2/+1 |
| 2019-11-07 | USB: legousbtower: drop redundant interrupt-in running flag | Johan Hovold | 1 | -16/+5 |
| 2019-11-07 | USB: legousbtower: drop noisy disconnect messages | Johan Hovold | 1 | -2/+0 |
| 2019-11-07 | USB: legousbtower: drop redundant open_count check | Johan Hovold | 1 | -8/+0 |
| 2019-11-07 | USB: legousbtower: zero driver data at allocation | Johan Hovold | 1 | -23/+2 |
| 2019-11-07 | USB: legousbtower: drop redundant NULL check | Johan Hovold | 1 | -3/+0 |
| 2019-11-07 | USB: legousbtower: drop redundant MODULE_LICENSE ifdef | Johan Hovold | 1 | -2/+0 |
| 2019-10-15 | USB: legousbtower: fix a signedness bug in tower_probe() | Dan Carpenter | 1 | -1/+1 |
| 2019-10-15 | USB: legousbtower: fix memleak on disconnect | Johan Hovold | 1 | -4/+1 |
| 2019-10-10 | USB: legousbtower: fix use-after-free on release | Johan Hovold | 1 | -1/+2 |
| 2019-10-04 | USB: legousbtower: fix open after failed reset request | Johan Hovold | 1 | -2/+2 |
| 2019-10-04 | USB: legousbtower: fix potential NULL-deref on disconnect | Johan Hovold | 1 | -11/+15 |
| 2019-10-04 | USB: legousbtower: fix deadlock on disconnect | Johan Hovold | 1 | -17/+2 |
| 2019-10-04 | USB: legousbtower: fix slab info leak at probe | Johan Hovold | 1 | -2/+4 |
| 2018-06-28 | usb: legousbtower: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior | 1 | -2/+3 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -3/+3 |
| 2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -3/+3 |
| 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-05-17 | usb: misc: legousbtower: Fix memory leak | Maksim Salau | 1 | -0/+1 |
| 2017-04-26 | usb: misc: legousbtower: Fix buffers on stack | Maksim Salau | 1 | -10/+27 |
| 2017-03-23 | USB: legousbtower: refactor endpoint retrieval | Johan Hovold | 1 | -22/+7 |
| 2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -1/+1 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-09-21 | usb: misc: legousbtower: Fix NULL pointer deference | Greg Kroah-Hartman | 1 | -18/+17 |
| 2016-08-30 | usb: misc: legousbtower: don't print on ENOMEM | Wolfram Sang | 1 | -12/+4 |
| 2016-08-15 | usb: misc: legousbtower: don't print error when allocating urb fails | Wolfram Sang | 1 | -6/+2 |
| 2015-03-18 | USB: legotower: use msecs_to_jiffies for time conversion | Nicholas Mc Guire | 1 | -3/+3 |
| 2014-01-08 | usb: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-07-23 | USB: legotower: remove direct calls to printk() | Greg Kroah-Hartman | 1 | -5/+7 |
| 2013-07-23 | USB: legotower: remove custom debug macro and module parameter | Greg Kroah-Hartman | 1 | -34/+9 |
| 2013-07-23 | USB: legousbtower: remove custom debug macro | Greg Kroah-Hartman | 1 | -12/+15 |
| 2013-07-23 | USB: legotower: remove unneeded tracing macros | Greg Kroah-Hartman | 1 | -41/+1 |
| 2012-08-15 | USB: legousbtower.c: remove a bogus NULL check | Dan Carpenter | 1 | -3/+0 |
| 2012-04-20 | USB: legousbtower.c: remove err() usage | Greg Kroah-Hartman | 1 | -20/+25 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
| 2012-01-03 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 1 | -1/+1 |
| 2011-11-18 | USB: convert drivers/usb/* to use module_usb_driver() | Greg Kroah-Hartman | 1 | -45/+1 |
| 2011-08-23 | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 1 | -2/+2 |
| 2010-08-10 | USB: misc: Remove unnecessary casts of private_data | Joe Perches | 1 | -3/+3 |
| 2010-03-02 | USB: Convert concatenated __FILE__ to %s, __FILE__ | Joe Perches | 1 | -4/+7 |
| 2010-03-02 | USB: BKL removal: legousbtower | Oliver Neukum | 1 | -3/+0 |
| 2010-03-02 | USB: Push BKL on open down into the drivers | Oliver Neukum | 1 | -0/+3 |
| 2010-03-02 | USB misc: make USB device id constant | Németh Márton | 1 | -1/+1 |
| 2009-09-23 | USB: legousbtower: make poll notice disconnect | Oliver Neukum | 1 | -0/+6 |
| 2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 1 | -2/+2 |
| 2009-06-15 | Driver Core: usb: add nodename support for usb drivers. | Kay Sievers | 1 | -0/+6 |
| 2008-10-17 | USB: remove info() macro from usb/misc drivers | Greg Kroah-Hartman | 1 | -10/+13 |
| 2008-04-24 | USB: remove unnecessary type casting of urb->context | Ming Lei | 1 | -2/+2 |
| 2008-04-24 | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -44/+44 |
| 2008-02-01 | USB: misc: legousbtower: semaphore to mutex | Daniel Walker | 1 | -14/+16 |
| 2007-10-25 | USB: disconnect open race in legousbtower | Oliver Neukum | 1 | -1/+13 |
| 2007-07-19 | USB: misc: legousbtower: clean up urb->status usage | Greg Kroah-Hartman | 1 | -13/+15 |
| 2007-07-12 | USB: prevent char device open/deregister race | Alan Stern | 1 | -18/+6 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2006-12-01 | usb: legousbtower free kill urb cleanup | Mariusz Kozlowski | 1 | -13/+5 |
| 2006-12-01 | USB: legousbtower: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 1 | -8/+5 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -4/+4 |
| 2006-09-27 | USB: Make file operations structs in drivers/usb const. | Luiz Fernando N. Capitulino | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-03-20 | [PATCH] USB: convert a bunch of USB semaphores to mutexes | Arjan van de Ven | 1 | -5/+6 |
| 2006-01-04 | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | 1 | -1/+0 |
| 2005-10-28 | [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ... | Greg Kroah-Hartman | 1 | -3/+2 |
| 2005-05-03 | [PATCH] USB: Spelling fixes for drivers/usb. | Steven Cole | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1088 |