aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/console.c
Commit message (Expand)AuthorAgeFilesLines
* USB: console: fix potential use after freeJohan Hovold2015-02-201-5/+10
* 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
* [PATCH] USB console: fix disconnection issuesGuennadi Liakhovetski2006-06-211-2/+15
* [PATCH] USB: console: fix cr/lf issuesPaul Fulghum2006-06-211-9/+30
* [PATCH] USB: remove __init from usb_console_setupPaul Fulghum2006-04-141-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+264