summaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm/cxacru.c
Commit message (Expand)AuthorAgeFilesLines
* usb: atm: cxacru: don't print on ENOMEMWolfram Sang2016-08-301-3/+1Star
* usb: atm: cxacru: don't print error when allocating urb failsWolfram Sang2016-08-151-2/+0Star
* USB: cxacru: fix an bounds check warningDan Carpenter2016-02-031-0/+2
* USB: atm: cxacru: fix blank line after declarationAaron Raimist2015-07-221-1/+6
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0Star
* USB: cxacru: potential underflow in cxacru_cm_get_array()Dan Carpenter2013-05-201-1/+2
* USB: cxacru.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-17/+17
* USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1Star
* workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-101-2/+22
|\
| * USB: cxacru: Use a bulk/int URB to access the command endpointSimon Arlott2010-09-041-2/+22
* | cxacru: ignore cx82310_eth devicesOndrej Zary2010-09-091-1/+17
|/
* usb: conexant: fixed spacing and brace coding style issuesNicolas Kaiser2010-08-101-6/+5Star
* usb/atm/cxacru.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto2010-07-091-9/+9
* USB: cxacru: increment driver versionSimon Arlott2010-03-021-1/+2
* USB: cxacru: remove cxacru-cf.bin loaderSimon Arlott2010-03-021-28/+3Star
* USB: cxacru: add write-only sysfs attribute for modem configurationSimon Arlott2010-03-021-1/+75
* USB: cxacru: firmware writes on OHCI are slow, log progressSimon Arlott2010-03-021-2/+6
* USB: cxacru: document how to interact with the flash memorySimon Arlott2010-03-021-0/+20
* USB: cxacru: check device isn't being removed during sysfs callsSimon Arlott2010-03-021-20/+28
* USB: cxacru: check data length is not negativeSimon Arlott2010-03-021-1/+1
* USB: cxacru: return an empty value for modulation if there is no connectionSimon Arlott2010-03-021-2/+2
* USB: cxacru: Fix negative dB outputSimon Arlott2009-05-091-2/+8
* USB: atm/cxacru, fix lock imbalanceJiri Slaby2009-03-171-1/+2
* net: convert more to %pMJohannes Berg2008-10-281-3/+1Star
* USB: cxacru: Fix printk format flag in error messageSimon Arlott2008-08-141-1/+1
* USB: AccessRunner: avoid unnecessary memsetChristophe Jaillet2008-07-221-1/+0Star
* cxacru: treat firmware data as constDavid Woodhouse2008-07-101-1/+1
* drivers/usb annotations and fixesAl Viro2008-04-281-5/+7
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-251-1/+1
* USB: cxacru: Use appropriate logging for errorsSimon Arlott2007-10-121-15/+28
* USB: unkill cxacru atm driverOliver Neukum2007-08-221-2/+1Star
* USB: atm: cxacru: clean up urb->status usageGreg Kroah-Hartman2007-07-201-2/+1Star
* USB: cxacru: Cleanup sysfs attribute codeSimon Arlott2007-07-131-42/+31Star
* USB: cxacru: ignore error trying to start ADSL in atm_startSimon Arlott2007-06-091-6/+1Star
* USB: cxacru: create sysfs attributes in atm_start instead of bindSimon Arlott2007-06-091-20/+25
* USB: cxacru: ADSL state managementSimon Arlott2007-04-271-9/+227
* USB: cxacru: export detailed device info through sysfsSimon Arlott2007-04-271-5/+176
* WorkStruct: make allyesconfigDavid Howells2006-11-221-5/+7
* cxacru: add the ZTE ZXDSL 852Duncan Sands2006-10-171-0/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] USBATM: semaphore to mutex conversionArjan van de Ven2006-02-011-4/+5
* [PATCH] USBATM: allow isochronous transferDuncan Sands2006-02-011-2/+2
* [PATCH] USBATM: kzalloc conversionDuncan Sands2006-02-011-3/+1Star
* [PATCH] USBATM: remove .ownerDuncan Sands2006-02-011-1/+0Star
* [PATCH] USBATM: add flags fieldDuncan Sands2006-02-011-3/+2Star
* [PATCH] USBATM: trivial modificationsDuncan Sands2006-02-011-35/+34Star
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0Star
* [PATCH] Additional device ID for Conexant AccessRunner USB driverDave Jones2005-11-301-0/+3
* [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern2005-09-091-2/+0Star