summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ipw.c
Commit message (Expand)AuthorAgeFilesLines
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: remove driver version informationJohan Hovold2012-10-311-4/+0
* USB: ipw: fix interface-data memory leak in error pathJohan Hovold2012-10-251-3/+2
* USB: usb-wwan: fix multiple memory leaks in error pathsJohan Hovold2012-10-251-1/+1
* USB: serial: ipw.c: remove debug module parameterGreg Kroah-Hartman2012-09-141-5/+0
* USB: serial: ipw.c: remove dbg() usageGreg Kroah-Hartman2012-09-131-33/+28
* usb: usb_wwan: replace release and disconnect with a port_remove hookBjørn Mork2012-08-101-2/+1
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-10/+4
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: ipw.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-2/+0
* USB: serial: ipw.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-19/+1
* usb-serial: use new registration API in [i-j]* driversAlan Stern2012-02-241-15/+9
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: ipw: convert to usb-wwan frameworkOliver Neukum2011-08-221-2/+31
* USB: ipw: reimplement using generic frameworkJohan Hovold2010-05-201-124/+4
* USB: ipw: remove dummy port_probe and port_removeJohan Hovold2010-05-201-13/+0
* USB: ipw: clean up dtr-rts handlingJohan Hovold2010-05-201-37/+6
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-1/+0
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-2/+1
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-9/+9
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-3/+0
* USB: serial: ipw.c: mark {__init|__exit} for usb_ipw_{init|exit}Qinghuang Feng2009-01-071-2/+2
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-1/+2
* tty: usb-serial krefsAlan Cox2008-10-131-1/+2
* tty-usb-ipw: Coding styleAlan Cox2008-07-221-135/+144
* usb_serial: API all changeAlan Cox2008-07-221-6/+9
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-24/+24
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-3/+0
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-9/+9
* USB: serial: ipw: clean up urb->status usageGreg Kroah-Hartman2007-07-121-4/+8
* USB serial: add driver pointer to all usb-serial driversJohannes Hölzl2007-02-071-0/+1
* USB: kmemdup() cleanup in drivers/usb/Eric Sesterhenn2006-12-011-2/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* usb-serial: possible irq lock inversion (PPP vs. usb/serial)Peter Zijlstra2006-09-281-3/+3
* [PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman2006-07-121-1/+1
* [PATCH] USB: ipw.c driver fixBart Oldeman2006-07-121-0/+2
* [PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev2006-06-211-1/+1
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-9/+2
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman2006-01-041-0/+1
* [PATCH] usb serial: remove redundant includeNicolas Kaiser2005-11-231-1/+0
* [PATCH] USB Serial: move name to driver structureGreg Kroah-Hartman2005-10-281-2/+2
* [PATCH] USB Serial: get rid of the .owner field in usb_serial_driverGreg Kroah-Hartman2005-10-281-1/+3
* [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driverGreg Kroah-Hartman2005-10-281-1/+1
* [PATCH] USB: add ability for usb-serial drivers to determine if their write u...Greg Kroah-Hartman2005-06-271-4/+10
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+491