aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/console.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-09USB: serial: console: fix use-after-free after failed setupGravatar Johan Hovold 1-0/+1
2017-10-09USB: serial: console: fix use-after-free on disconnectGravatar Johan Hovold 1-1/+1
2017-02-08USB: serial: console: clean up sanity checksGravatar Johan Hovold 1-2/+1
2017-02-08USB: serial: console: fix uninitialised spinlockGravatar Johan Hovold 1-0/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-2/+2
2016-01-27tty: Fix tty_init_termios() declarationGravatar Peter Hurley 1-5/+1
2015-02-26USB: console: add dummy __module_getGravatar Johan Hovold 1-0/+2
2015-01-10USB: console: fix potential use after freeGravatar Johan Hovold 1-5/+10
2015-01-10USB: console: fix uninitialised ldisc semaphoreGravatar Johan Hovold 1-0/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-03USB: serial: remove redundant OOM messagesGravatar Johan Hovold 1-2/+0
2013-07-23USB: console: remove unnecessary operations testGravatar Johan Hovold 1-15/+3
2013-07-23USB: console: use dev_dbgGravatar Johan Hovold 1-4/+5
2013-06-17USB: serial: make minor allocation dynamicGravatar Greg Kroah-Hartman 1-3/+3
2013-06-10USB: serial: ports: add minor and port numberGravatar Greg Kroah-Hartman 1-1/+1
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbGravatar Linus Torvalds 1-14/+9
2012-09-18USB: Serial: usb-serial: remove debug module parameterGravatar Greg Kroah-Hartman 1-5/+1
2012-09-13USB: serial: core: clean up dbg and printk usage.Gravatar Greg Kroah-Hartman 1-7/+8
2012-09-13USB: serial: core: remove some trace debugging callsGravatar Greg Kroah-Hartman 1-2/+0
2012-08-10tty: fix up usb serial console for termios change.Gravatar Stephen Rothwell 1-2/+2
2012-04-20USB: console.c: remove err() usageGravatar Greg Kroah-Hartman 1-4/+5
2010-05-20usb-console: pass baud from console to the initial tty openGravatar Jason Wessel 1-12/+10
2010-05-20usb-serial: Use tty_port version console instead of usb_serial_portGravatar Jason Wessel 1-3/+2
2010-03-19tty_port,usb-console: Fix usb serial console open/close regressionGravatar Jason Wessel 1-0/+1
2009-09-19USB serial: update the console driverGravatar Alan Stern 1-9/+19
2009-09-19tty: USB does not need the filp argument in the driversGravatar Alan Cox 1-2/+2
2009-07-12USB: console: Fix regression in usb console on kernel bootGravatar Jason Wessel 1-6/+7
2009-06-11tty: Bring the usb tty port structure into more useGravatar Alan Cox 1-2/+4
2009-01-02Add device function for USB serial consoleGravatar Kevin Hao 1-0/+13
2008-12-01Add kref to fake tty used by USB consoleGravatar Kevin Hao 1-0/+1
2008-10-13tty: usb-serial krefsGravatar Alan Cox 1-4/+4
2008-09-08usb: fix null deferences in low level usb serialGravatar Jason Wessel 1-1/+1
2008-07-22tty-usb-console: Fix termiosGravatar Alan Cox 1-32/+5
2008-07-22tty-usb-console: tidy the USB console codeGravatar Alan Cox 1-61/+66
2008-07-22usb_serial: API all changeGravatar Alan Cox 1-17/+17
2008-04-24USB: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-5/+5
2008-02-01USB: usb_serial_console: allocate fake tty and termios before calling driver ...Gravatar Aristeu Rozanski 1-34/+48
2008-02-01USB: usb_serial: clean tty reference in the last closeGravatar Aristeu Rozanski 1-1/+2
2008-02-01USB: usb_serial_console: fix command line parsingGravatar Aristeu Rozanski 1-3/+6
2007-10-25usb serial: kill another case we pass NULL and shouldn'tGravatar Alan Cox 1-1/+3
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-1/+1
2006-12-01USB serial: replace kmalloc+memset with kzallocGravatar Burman Yan 1-4/+2
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Gravatar Greg Kroah-Hartman 1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-21[PATCH] USB console: fix disconnection issuesGravatar Guennadi Liakhovetski 1-2/+15
2006-06-21[PATCH] USB: console: fix cr/lf issuesGravatar Paul Fulghum 1-9/+30
2006-04-14[PATCH] USB: remove __init from usb_console_setupGravatar Paul Fulghum 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+264