summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/console.c
AgeCommit message (Expand)AuthorLines
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold-2/+0
2013-07-23USB: console: remove unnecessary operations testJohan Hovold-15/+3
2013-07-23USB: console: use dev_dbgJohan Hovold-4/+5
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman-3/+3
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman-1/+1
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds-14/+9
2012-09-18USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman-5/+1
2012-09-13USB: serial: core: clean up dbg and printk usage.Greg Kroah-Hartman-7/+8
2012-09-13USB: serial: core: remove some trace debugging callsGreg Kroah-Hartman-2/+0
2012-08-10tty: fix up usb serial console for termios change.Stephen Rothwell-2/+2
2012-04-20USB: console.c: remove err() usageGreg Kroah-Hartman-4/+5
2010-05-20usb-console: pass baud from console to the initial tty openJason Wessel-12/+10
2010-05-20usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel-3/+2
2010-03-19tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel-0/+1
2009-09-19USB serial: update the console driverAlan Stern-9/+19
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox-2/+2
2009-07-12USB: console: Fix regression in usb console on kernel bootJason Wessel-6/+7
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox-2/+4
2009-01-02Add device function for USB serial consoleKevin Hao-0/+13
2008-12-01Add kref to fake tty used by USB consoleKevin Hao-0/+1
2008-10-13tty: usb-serial krefsAlan Cox-4/+4
2008-09-08usb: fix null deferences in low level usb serialJason Wessel-1/+1
2008-07-22tty-usb-console: Fix termiosAlan Cox-32/+5
2008-07-22tty-usb-console: tidy the USB console codeAlan Cox-61/+66
2008-07-22usb_serial: API all changeAlan Cox-17/+17
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison-5/+5
2008-02-01USB: usb_serial_console: allocate fake tty and termios before calling driver ...Aristeu Rozanski-34/+48
2008-02-01USB: usb_serial: clean tty reference in the last closeAristeu Rozanski-1/+2
2008-02-01USB: usb_serial_console: fix command line parsingAristeu Rozanski-3/+6
2007-10-25usb serial: kill another case we pass NULL and shouldn'tAlan Cox-1/+3
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox-1/+1
2006-12-01USB serial: replace kmalloc+memset with kzallocBurman Yan-4/+2
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-21[PATCH] USB console: fix disconnection issuesGuennadi Liakhovetski-2/+15
2006-06-21[PATCH] USB: console: fix cr/lf issuesPaul Fulghum-9/+30
2006-04-14[PATCH] USB: remove __init from usb_console_setupPaul Fulghum-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+264