summaryrefslogtreecommitdiff
path: root/drivers/usb/atm/cxacru.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20usb: atm: cxacru: fix endpoint checking in cxacru_bind()Nikita Zhandarovich1-0/+14
2021-05-21usb: atm: cxacru: Fix typo in commentzuoqilin1-1/+1
2020-12-09drivers: usb: atm: use atm_info() instead of atm_printk(KERN_INFO ...Enrico Weigelt, metux IT consult1-3/+3
2020-12-09drivers: usb: atm: reduce noiseEnrico Weigelt, metux IT consult1-3/+0
2020-08-25usb: atm: don't use snprintf() for sysfs attrsAlex Dewar1-14/+13
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-08-09USB: atm: cxacru: convert to use dev_groupsGreg Kroah-Hartman1-25/+33
2018-01-24USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman1-10/+8
2017-11-22usb: usbatm: Convert timers to use timer_setup()Kees Cook1-7/+16
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-27usb: atm: cxacru: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-10-04drivers: usb: atm: cxacru: use setup_timer() helper.Allen Pais1-3/+1
2017-07-22USB: atm: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-2/+0
2017-03-16usb: atm: remove unnecessary codeGustavo A. R. Silva1-1/+1
2016-08-30usb: atm: cxacru: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-15usb: atm: cxacru: don't print error when allocating urb failsWolfram Sang1-2/+0
2016-02-04USB: cxacru: fix an bounds check warningDan Carpenter1-0/+2
2015-07-23USB: atm: cxacru: fix blank line after declarationAaron Raimist1-1/+6
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-20USB: cxacru: potential underflow in cxacru_cm_get_array()Dan Carpenter1-1/+2
2012-05-02USB: cxacru.c: remove dbg() usageGreg Kroah-Hartman1-17/+17
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo1-1/+1
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+22
2010-09-09cxacru: ignore cx82310_eth devicesOndrej Zary1-1/+17
2010-09-04USB: cxacru: Use a bulk/int URB to access the command endpointSimon Arlott1-2/+22
2010-08-11usb: conexant: fixed spacing and brace coding style issuesNicolas Kaiser1-6/+5
2010-07-09usb/atm/cxacru.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-9/+9
2010-03-03USB: cxacru: increment driver versionSimon Arlott1-1/+2
2010-03-03USB: cxacru: remove cxacru-cf.bin loaderSimon Arlott1-28/+3
2010-03-03USB: cxacru: add write-only sysfs attribute for modem configurationSimon Arlott1-1/+75
2010-03-03USB: cxacru: firmware writes on OHCI are slow, log progressSimon Arlott1-2/+6
2010-03-03USB: cxacru: document how to interact with the flash memorySimon Arlott1-0/+20
2010-03-03USB: cxacru: check device isn't being removed during sysfs callsSimon Arlott1-20/+28
2010-03-03USB: cxacru: check data length is not negativeSimon Arlott1-1/+1
2010-03-03USB: cxacru: return an empty value for modulation if there is no connectionSimon Arlott1-2/+2
2009-05-09USB: cxacru: Fix negative dB outputSimon Arlott1-2/+8
2009-03-18USB: atm/cxacru, fix lock imbalanceJiri Slaby1-1/+2
2008-10-28net: convert more to %pMJohannes Berg1-3/+1
2008-08-14USB: cxacru: Fix printk format flag in error messageSimon Arlott1-1/+1
2008-07-22USB: AccessRunner: avoid unnecessary memsetChristophe Jaillet1-1/+0
2008-07-10cxacru: treat firmware data as constDavid Woodhouse1-1/+1
2008-04-28drivers/usb annotations and fixesAl Viro1-5/+7
2008-04-25USB: remove unnecessary type casting of urb->contextMing Lei1-1/+1
2007-10-13USB: cxacru: Use appropriate logging for errorsSimon Arlott1-15/+28
2007-08-23USB: unkill cxacru atm driverOliver Neukum1-2/+1
2007-07-20USB: atm: cxacru: clean up urb->status usageGreg Kroah-Hartman1-2/+1
2007-07-13USB: cxacru: Cleanup sysfs attribute codeSimon Arlott1-42/+31
2007-06-09USB: cxacru: ignore error trying to start ADSL in atm_startSimon Arlott1-6/+1