aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/omninet.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-25USB: serial: omninet: update driver descriptionAlexandre GRIVEAUX1-3/+3
2021-05-25USB: serial: omninet: add device id for Zyxel Omni 56K PlusAlexandre GRIVEAUX1-0/+2
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-4/+2
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-1/+1
2017-11-04USB: serial: fix module-license macrosJohan Hovold1-1/+1
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-28USB: serial: omninet: use generic write implementationJohan Hovold1-76/+17
2017-03-28USB: serial: omninet: clean up port setupJohan Hovold1-26/+21
2017-03-16USB: serial: omninet: simplify endpoint checkJohan Hovold1-13/+1
2017-03-08USB: serial: omninet: drop open callbackJohan Hovold1-7/+0
2017-03-08USB: serial: omninet: fix reference leaks at openJohan Hovold1-6/+0
2017-01-04USB: serial: omninet: fix NULL-derefs at open and disconnectJohan Hovold1-0/+13
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-04-17USB: omninet: switch to generic read implementationJohan Hovold1-40/+3
2013-04-17USB: omninet: refactor read-urb processingJohan Hovold1-7/+18
2013-04-17USB: omninet: clean up protocol definesJohan Hovold1-7/+7
2013-04-17USB: omninet: clean up protocol descriptionJohan Hovold1-7/+6
2013-04-17USB: omninet: use kzalloc for private dataJohan Hovold1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-8/+3
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-2/+3
2012-10-31USB: serial: remove driver version informationJohan Hovold1-4/+0
2012-10-25USB: omninet: fix port-data memory leakJohan Hovold1-18/+18
2012-09-18USB: Serial: omninet: Fix compiler warning.Greg Kroah-Hartman1-1/+0
2012-09-18USB: Serial: omninet.c: remove debug module parameterGreg Kroah-Hartman1-16/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-2/+2
2012-09-13USB: omninet: fix potential tty NULL dereferenceAlexey Khoroshilov1-3/+5
2012-09-13USB: serial: omninet.c: remove dbg() usageGreg Kroah-Hartman1-7/+7
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-8/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-03USB: omninet.c: remove dbg() tracing callsGreg Kroah-Hartman1-13/+0
2012-02-28USB: serial: omninet.c: use module_usb_serial_driverGreg Kroah-Hartman1-21/+1
2012-02-24usb-serial: use new registration API in [n-p]* driversAlan Stern1-16/+10
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-15USB: serial: remove unnecessary bulk-urb re-fillsJohan Hovold1-12/+0
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-1/+1
2011-11-15USB: omninet: clean up write-urb busy handlingJohan Hovold1-10/+4
2011-11-15USB: omninet: fix write_roomJohan Hovold1-1/+1
2011-11-15USB: serial: remove changelogs and old todo entriesJohan Hovold1-25/+0
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-2/+0
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches1-2/+2
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-1/+1
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-4/+2
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-4/+15
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-4/+2
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-8/+11
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-13tty: usb-serial krefsAlan Cox1-4/+6
2008-07-22omninet: Use string flip functionsAlan Cox1-4/+3
2008-07-22tty-usb-omninet: Coding styleAlan Cox1-73/+87
2008-07-22usb_serial: API all changeAlan Cox1-11/+15
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-2/+2
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox1-1/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-16/+16
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-3/+0
2007-07-12USB: serial: omninet: clean up urb->status usageGreg Kroah-Hartman1-5/+8
2007-07-12USB: fix up license wording on some of my usb-serial driversGreg Kroah-Hartman1-4/+3
2007-05-22USB: fix omninet memory leak found by coverityOliver Neukum1-2/+0
2007-04-27USB: fix omninet write vs. close raceOliver Neukum1-18/+22
2007-04-27USB: omninet memory leak in error caseOliver Neukum1-1/+5
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl1-0/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4
2006-09-28usb-serial: possible irq lock inversion (PPP vs. usb/serial)Peter Zijlstra1-3/+3
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev1-1/+1
2006-05-12[PATCH] USB: fix omninet driver bugGreg Kroah-Hartman1-6/+6
2006-03-20[PATCH] USB: omninet: fix up debugging commentsGreg Kroah-Hartman1-6/+4
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman1-0/+1
2005-10-28[PATCH] USB Serial: move name to driver structureGreg Kroah-Hartman1-2/+2
2005-10-28[PATCH] USB Serial: get rid of the .owner field in usb_serial_driverGreg Kroah-Hartman1-1/+3
2005-10-28[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driverGreg Kroah-Hartman1-1/+1
2005-06-27[PATCH] USB: add ability for usb-serial drivers to determine if their write u...Greg Kroah-Hartman1-5/+12
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl1-4/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+362