summaryrefslogtreecommitdiff
path: root/drivers/usb/atm/cxacru.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-09USB: cxacru: create sysfs attributes in atm_start instead of bindSimon Arlott1-20/+25
2007-04-28USB: cxacru: ADSL state managementSimon Arlott1-9/+227
2007-04-28USB: cxacru: export detailed device info through sysfsSimon Arlott1-5/+176
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+7
2006-10-18cxacru: add the ZTE ZXDSL 852Duncan Sands1-0/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-02-01[PATCH] USBATM: semaphore to mutex conversionArjan van de Ven1-4/+5
2006-02-01[PATCH] USBATM: allow isochronous transferDuncan Sands1-2/+2
2006-02-01[PATCH] USBATM: kzalloc conversionDuncan Sands1-3/+1
2006-02-01[PATCH] USBATM: remove .ownerDuncan Sands1-1/+0
2006-02-01[PATCH] USBATM: add flags fieldDuncan Sands1-3/+2
2006-02-01[PATCH] USBATM: trivial modificationsDuncan Sands1-35/+34
2006-01-05[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-11-30[PATCH] Additional device ID for Conexant AccessRunner USB driverDave Jones1-0/+3
2005-09-09[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-2/+0
2005-07-12[PATCH] USB ATM: line speed measured in Kb not KibDuncan Sands1-1/+1
2005-06-28[PATCH] USB ATM: driver for the Conexant AccessRunner chipset cxacruDuncan Sands1-0/+878