aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm/speedtch.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-21usb: usbatm: Convert timers to use timer_setup()Kees Cook1-8/+8
2017-11-04USB: atm: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-04drivers: usb: speedtch: use setup_timer() helper.Allen Pais1-7/+4
2017-08-10usb: speedtch: constify usb_device_idArvind Yadav1-1/+1
2017-07-22USB: atm: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-3/+1
2016-08-30usb: atm: speedtch: don't print on ENOMEMWolfram Sang1-1/+0
2015-05-10USB: speedtch.c: move assignment out of if () blockGreg Kroah-Hartman1-6/+12
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-25usb: atm: speedtch: be careful with bIntervalFelipe Balbi1-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-05-01USB: speedtch.c: remove dbg() usageGreg Kroah-Hartman1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-16/+1
2010-12-24usb: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-24speedtch: don't abuse struct delayed_workTejun Heo1-12/+14
2010-08-10USB: speedtouch: fixed more brace and spacing coding style issuesNicolas Kaiser1-3/+3
2010-08-10USB: speedtouch: fixed brace and spacing coding style issuesNicolas Kaiser1-1/+3
2010-07-09usb/atm/speedtch.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-5/+5
2010-05-25usb: atm: speedtch: use new hex_to_bin() methodAndy Shevchenko1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2008-10-22USB: Speedtouch: add pre_reset and post_reset routinesAlan Stern1-0/+12
2008-07-21USB: speedtch.c fix sparse shadowed variable warningHarvey Harrison1-1/+0
2007-10-14signedness: module_param_array nump argumentAl Viro1-1/+1
2007-10-12USB: Remove unneeded pointer intf from speedtch_upload_firmware()Micah Gruber1-2/+1
2007-07-19USB: atm: speedtch: clean up urb->status usageGreg Kroah-Hartman1-3/+4
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-2/+2
2006-12-01USB: speedtch: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-6/+9
2006-10-17speedtch: "extended reach"Duncan Sands1-16/+77
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-05-08[PATCH] USBATM: change the default speedtouch iso altsettingDuncan Sands1-1/+1
2006-01-31[PATCH] USBATM: bump version numbersDuncan Sands1-1/+1
2006-01-31[PATCH] USBATM: allow isochronous transferDuncan Sands1-16/+66
2006-01-31[PATCH] USBATM: measure buffer size in bytes; force valid sizesDuncan Sands1-5/+25
2006-01-31[PATCH] USBATM: kzalloc conversionDuncan Sands1-3/+1
2006-01-31[PATCH] USBATM: remove .ownerDuncan Sands1-1/+0
2006-01-31[PATCH] USBATM: add flags fieldDuncan Sands1-5/+4
2006-01-31[PATCH] USBATM: trivial modificationsDuncan Sands1-23/+30
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl1-2/+2
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-07-25[ATM]: speedtch: Revert 86cf42e4e029b83110cf98692420239103363dbfDavid S. Miller1-6/+6
2005-07-19[ATM]: [speedtch] cure atm_printk() macro gcc-2.95 compile errorDuncan Sands1-6/+6
2005-07-12[PATCH] USB ATM: fix line resync logicDuncan Sands1-27/+28
2005-07-12[PATCH] USB ATM: robustify poll throttlingDuncan Sands1-4/+2
2005-07-12[PATCH] USB ATM: line speed measured in Kb not KibDuncan Sands1-1/+1
2005-06-27[PATCH] USB ATM: port speedtch to new usbatm coreDuncan Sands1-552/+533
2005-06-27[PATCH] USB: fix speedtch.c merge with next patch.Andrew Morton1-2/+0
2005-05-25[PATCH] Speedtouch resync after lost signal.David Woodhouse1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+847