| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -4/+6 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -4/+4 |
| 2017-11-21 | usb: usbatm: Convert timers to use timer_setup() | Kees Cook | 1 | -8/+8 |
| 2017-11-04 | USB: atm: Remove redundant license text | Greg Kroah-Hartman | 1 | -15/+0 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-04 | drivers: usb: speedtch: use setup_timer() helper. | Allen Pais | 1 | -7/+4 |
| 2017-08-10 | usb: speedtch: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
| 2017-07-22 | USB: atm: remove unneeded MODULE_VERSION() usage | Greg Kroah-Hartman | 1 | -3/+1 |
| 2016-08-30 | usb: atm: speedtch: don't print on ENOMEM | Wolfram Sang | 1 | -1/+0 |
| 2015-05-10 | USB: speedtch.c: move assignment out of if () block | Greg Kroah-Hartman | 1 | -6/+12 |
| 2014-01-08 | usb: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-07-25 | usb: atm: speedtch: be careful with bInterval | Felipe Balbi | 1 | -1/+1 |
| 2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 1 | -1/+1 |
| 2012-05-01 | USB: speedtch.c: remove dbg() usage | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -3/+3 |
| 2011-11-18 | USB: convert drivers/usb/* to use module_usb_driver() | Greg Kroah-Hartman | 1 | -16/+1 |
| 2010-12-24 | usb: don't use flush_scheduled_work() | Tejun Heo | 1 | -1/+1 |
| 2010-12-24 | speedtch: don't abuse struct delayed_work | Tejun Heo | 1 | -12/+14 |
| 2010-08-10 | USB: speedtouch: fixed more brace and spacing coding style issues | Nicolas Kaiser | 1 | -3/+3 |
| 2010-08-10 | USB: speedtouch: fixed brace and spacing coding style issues | Nicolas Kaiser | 1 | -1/+3 |
| 2010-07-09 | usb/atm/speedtch.c: call atm_dev_signal_change() when signal changes. | Karl Hiramoto | 1 | -5/+5 |
| 2010-05-25 | usb: atm: speedtch: use new hex_to_bin() method | Andy Shevchenko | 1 | -3/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
| 2008-10-22 | USB: Speedtouch: add pre_reset and post_reset routines | Alan Stern | 1 | -0/+12 |
| 2008-07-21 | USB: speedtch.c fix sparse shadowed variable warning | Harvey Harrison | 1 | -1/+0 |
| 2007-10-14 | signedness: module_param_array nump argument | Al Viro | 1 | -1/+1 |
| 2007-10-12 | USB: Remove unneeded pointer intf from speedtch_upload_firmware() | Micah Gruber | 1 | -2/+1 |
| 2007-07-19 | USB: atm: speedtch: clean up urb->status usage | Greg Kroah-Hartman | 1 | -3/+4 |
| 2007-02-07 | USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> | David Brownell | 1 | -1/+1 |
| 2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 1 | -2/+2 |
| 2006-12-01 | USB: speedtch: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 1 | -2/+2 |
| 2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -6/+9 |
| 2006-10-17 | speedtch: "extended reach" | Duncan Sands | 1 | -16/+77 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -1/+1 |
| 2006-05-08 | [PATCH] USBATM: change the default speedtouch iso altsetting | Duncan Sands | 1 | -1/+1 |
| 2006-01-31 | [PATCH] USBATM: bump version numbers | Duncan Sands | 1 | -1/+1 |
| 2006-01-31 | [PATCH] USBATM: allow isochronous transfer | Duncan Sands | 1 | -16/+66 |
| 2006-01-31 | [PATCH] USBATM: measure buffer size in bytes; force valid sizes | Duncan Sands | 1 | -5/+25 |
| 2006-01-31 | [PATCH] USBATM: kzalloc conversion | Duncan Sands | 1 | -3/+1 |
| 2006-01-31 | [PATCH] USBATM: remove .owner | Duncan Sands | 1 | -1/+0 |
| 2006-01-31 | [PATCH] USBATM: add flags field | Duncan Sands | 1 | -5/+4 |
| 2006-01-31 | [PATCH] USBATM: trivial modifications | Duncan Sands | 1 | -23/+30 |
| 2006-01-10 | [PATCH] turn "const static" into "static const" | Jesper Juhl | 1 | -2/+2 |
| 2006-01-04 | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | 1 | -1/+0 |
| 2005-07-25 | [ATM]: speedtch: Revert 86cf42e4e029b83110cf98692420239103363dbf | David S. Miller | 1 | -6/+6 |
| 2005-07-19 | [ATM]: [speedtch] cure atm_printk() macro gcc-2.95 compile error | Duncan Sands | 1 | -6/+6 |
| 2005-07-12 | [PATCH] USB ATM: fix line resync logic | Duncan Sands | 1 | -27/+28 |
| 2005-07-12 | [PATCH] USB ATM: robustify poll throttling | Duncan Sands | 1 | -4/+2 |
| 2005-07-12 | [PATCH] USB ATM: line speed measured in Kb not Kib | Duncan Sands | 1 | -1/+1 |
| 2005-06-27 | [PATCH] USB ATM: port speedtch to new usbatm core | Duncan Sands | 1 | -552/+533 |
| 2005-06-27 | [PATCH] USB: fix speedtch.c merge with next patch. | Andrew Morton | 1 | -2/+0 |
| 2005-05-25 | [PATCH] Speedtouch resync after lost signal. | David Woodhouse | 1 | -0/+2 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+847 |