summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/console.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-1/+1
* USB: serial: console: move mutex_unlock() before usb_serial_put()Liang He2022-09-191-1/+1
* USB: serial: console: add support for flow controlJohan Hovold2020-07-021-1/+4
* USB: serial: console: fix reported terminal settingsJohan Hovold2018-12-051-1/+1
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: console: fix use-after-free after failed setupJohan Hovold2017-10-091-0/+1
* USB: serial: console: fix use-after-free on disconnectJohan Hovold2017-10-091-1/+1
* USB: serial: console: clean up sanity checksJohan Hovold2017-02-081-2/+1
* USB: serial: console: fix uninitialised spinlockJohan Hovold2017-02-081-0/+1
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-2/+2
* tty: Fix tty_init_termios() declarationPeter Hurley2016-01-271-5/+1
* USB: console: add dummy __module_getJohan Hovold2015-02-261-0/+2
* USB: console: fix potential use after freeJohan Hovold2015-01-101-5/+10
* USB: console: fix uninitialised ldisc semaphoreJohan Hovold2015-01-101-0/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-2/+0
* USB: console: remove unnecessary operations testJohan Hovold2013-07-231-15/+3
* USB: console: use dev_dbgJohan Hovold2013-07-231-4/+5
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-3/+3
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-1/+1
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-14/+9
|\
| * USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman2012-09-181-5/+1
| * USB: serial: core: clean up dbg and printk usage.Greg Kroah-Hartman2012-09-131-7/+8
| * USB: serial: core: remove some trace debugging callsGreg Kroah-Hartman2012-09-131-2/+0
* | tty: fix up usb serial console for termios change.Stephen Rothwell2012-08-101-2/+2
|/
* USB: console.c: remove err() usageGreg Kroah-Hartman2012-04-201-4/+5
* usb-console: pass baud from console to the initial tty openJason Wessel2010-05-201-12/+10
* usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-201-3/+2
* tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel2010-03-191-0/+1
* USB serial: update the console driverAlan Stern2009-09-191-9/+19
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-2/+2
* USB: console: Fix regression in usb console on kernel bootJason Wessel2009-07-121-6/+7
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-2/+4
* Add device function for USB serial consoleKevin Hao2009-01-021-0/+13
* Add kref to fake tty used by USB consoleKevin Hao2008-12-011-0/+1
* tty: usb-serial krefsAlan Cox2008-10-131-4/+4
* usb: fix null deferences in low level usb serialJason Wessel2008-09-081-1/+1
* tty-usb-console: Fix termiosAlan Cox2008-07-221-32/+5
* tty-usb-console: tidy the USB console codeAlan Cox2008-07-221-61/+66
* usb_serial: API all changeAlan Cox2008-07-221-17/+17
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-5/+5
* USB: usb_serial_console: allocate fake tty and termios before calling driver ...Aristeu Rozanski2008-02-011-34/+48
* USB: usb_serial: clean tty reference in the last closeAristeu Rozanski2008-02-011-1/+2
* USB: usb_serial_console: fix command line parsingAristeu Rozanski2008-02-011-3/+6
* usb serial: kill another case we pass NULL and shouldn'tAlan Cox2007-10-251-1/+3
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-1/+1
* USB serial: replace kmalloc+memset with kzallocBurman Yan2006-12-011-4/+2
* [PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman2006-07-121-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0