aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/omninet.c
AgeCommit message (Expand)Author
2013-04-17USB: omninet: switch to generic read implementationJohan Hovold
2013-04-17USB: omninet: refactor read-urb processingJohan Hovold
2013-04-17USB: omninet: clean up protocol definesJohan Hovold
2013-04-17USB: omninet: clean up protocol descriptionJohan Hovold
2013-04-17USB: omninet: use kzalloc for private dataJohan Hovold
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2012-10-31USB: serial: remove driver version informationJohan Hovold
2012-10-25USB: omninet: fix port-data memory leakJohan Hovold
2012-09-18USB: Serial: omninet: Fix compiler warning.Greg Kroah-Hartman
2012-09-18USB: Serial: omninet.c: remove debug module parameterGreg Kroah-Hartman
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman
2012-09-13USB: omninet: fix potential tty NULL dereferenceAlexey Khoroshilov
2012-09-13USB: serial: omninet.c: remove dbg() usageGreg Kroah-Hartman
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman
2012-05-03USB: omninet.c: remove dbg() tracing callsGreg Kroah-Hartman
2012-02-28USB: serial: omninet.c: use module_usb_serial_driverGreg Kroah-Hartman
2012-02-24usb-serial: use new registration API in [n-p]* driversAlan Stern
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-15USB: serial: remove unnecessary bulk-urb re-fillsJohan Hovold
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold
2011-11-15USB: omninet: clean up write-urb busy handlingJohan Hovold
2011-11-15USB: omninet: fix write_roomJohan Hovold
2011-11-15USB: serial: remove changelogs and old todo entriesJohan Hovold
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches
2010-03-02USB serial: make USB device id constantNémeth Márton
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman
2008-10-13tty: usb-serial krefsAlan Cox
2008-07-22omninet: Use string flip functionsAlan Cox
2008-07-22tty-usb-omninet: Coding styleAlan Cox
2008-07-22usb_serial: API all changeAlan Cox
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman
2007-07-12USB: serial: omninet: clean up urb->status usageGreg Kroah-Hartman
2007-07-12USB: fix up license wording on some of my usb-serial driversGreg Kroah-Hartman
2007-05-22USB: fix omninet memory leak found by coverityOliver Neukum
2007-04-27USB: fix omninet write vs. close raceOliver Neukum
2007-04-27USB: omninet memory leak in error caseOliver Neukum
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl