summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/omninet.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-8/+1
* 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: omninet.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-13/+0
* USB: serial: omninet.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-21/+1
* usb-serial: use new registration API in [n-p]* driversAlan Stern2012-02-241-16/+10
* USB: serial: use dev_err_console in custom write pathsJohan Hovold2012-02-101-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: serial: remove unnecessary bulk-urb re-fillsJohan Hovold2011-11-151-12/+0
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-1/+1
* USB: omninet: clean up write-urb busy handlingJohan Hovold2011-11-151-10/+4
* USB: omninet: fix write_roomJohan Hovold2011-11-151-1/+1
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-151-25/+0
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0
* USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches2010-03-021-2/+2
* USB: serial: Remove unnecessary \n's from dbg usesJoe Perches2010-03-021-1/+1
* 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-4/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-4/+15
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-4/+2
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-8/+11
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-1/+2
* tty: usb-serial krefsAlan Cox2008-10-131-4/+6
* omninet: Use string flip functionsAlan Cox2008-07-221-4/+3
* tty-usb-omninet: Coding styleAlan Cox2008-07-221-73/+87
* usb_serial: API all changeAlan Cox2008-07-221-11/+15
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-2/+2
* usb serial: more fixes and groundwork for tty changesAlan Cox2008-04-241-1/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-16/+16
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-3/+0
* USB: serial: omninet: clean up urb->status usageGreg Kroah-Hartman2007-07-121-5/+8
* USB: fix up license wording on some of my usb-serial driversGreg Kroah-Hartman2007-07-121-4/+3
* USB: fix omninet memory leak found by coverityOliver Neukum2007-05-221-2/+0
* USB: fix omninet write vs. close raceOliver Neukum2007-04-271-18/+22
* USB: omninet memory leak in error caseOliver Neukum2007-04-271-1/+5
* USB serial: add driver pointer to all usb-serial driversJohannes Hölzl2007-02-071-0/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* 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
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev2006-06-211-1/+1
* [PATCH] USB: fix omninet driver bugGreg Kroah-Hartman2006-05-121-6/+6
* [PATCH] USB: omninet: fix up debugging commentsGreg Kroah-Hartman2006-03-201-6/+4
* [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: 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-5/+12
* [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl2005-04-181-4/+1
OpenPOWER on IntegriCloud