aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20USB: serial: add special case for processing of empty read urbsJohan Hovold1-0/+3
2010-05-20USB: serial: remove multi-urb write from generic driverJohan Hovold1-128/+22
2010-05-20USB: serial: reimplement generic fifo-based writesJohan Hovold1-20/+39
2010-05-20USB: serial: generalise write buffer preparationJohan Hovold1-13/+34
2010-05-20USB: serial: re-implement multi-urb writes in generic driverJohan Hovold1-76/+56
2010-05-20USB: serial: allow custom multi-urb write bulk callbacksJohan Hovold1-1/+1
2010-05-20USB: serial: clean up generic write start busy testJohan Hovold1-11/+4
2010-05-20USB: serial: clean up some error and debug messages in generic driverJohan Hovold1-9/+4
2010-05-20USB: serial: export generic throttle and unthrottleJohan Hovold1-0/+2
2010-05-20USB: serial: generalise generic read implementationJohan Hovold1-2/+3
2010-05-20USB: serial: clean up read processing in generic driverJohan Hovold1-16/+11
2010-05-20USB: serial: remove unnecessary re-initialisation of generic urbsJohan Hovold1-23/+2
2010-05-20USB: serial: refactor read urb submission in generic driverJohan Hovold1-24/+8
2010-05-20USB: serial: refactor generic closeJohan Hovold1-0/+1
2010-05-20USB: serial: clear fifo on closeJohan Hovold1-1/+7
2010-05-20USB: serial: fix missing locking on fifo in write callbackJohan Hovold1-2/+5
2010-05-20USB: serial: fix generic chars_in_bufferJohan Hovold1-4/+11
2010-05-20usb: fix serial build when SYSRQ is disabledRandy Dunlap1-0/+9
2010-05-20usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel1-2/+2
2010-03-19USB: serial: use port endpoint size to determine if ep is availableJohan Hovold1-11/+19
2010-03-19USB: serial: fix softint not being called on errorsJohan Hovold1-10/+5
2010-03-19USB: serial: fix error message on close in generic driverJohan Hovold1-1/+3
2010-03-02USB: remove references to port->port.count from the serial driversAlan Stern1-1/+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
2010-01-20usb: serial: fix memory leak in generic driverJohan Hovold1-0/+2
2010-01-20USB: serial: fix USB serial fix kfifo_len lockingStefani Seibold1-4/+4
2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold1-6/+6
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+2
2009-12-22kfifo: cleanup namespaceStefani Seibold1-2/+2
2009-12-22kfifo: move out spinlockStefani Seibold1-2/+2
2009-10-09USB: Fix throttling in generic usbserial driverJoris van Rantwijk1-1/+1
2009-09-23USB: use kfifo to buffer usb-generic serial writesDavid VomLehn1-81/+125
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-2/+1
2009-07-10tty: Fix USB kref leakAlan Cox1-3/+4
2009-07-10tty: Sort out the USB sysrq changes that wrecked performanceAlan Cox1-4/+11
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-2/+7
2009-06-15USB: usb_serial: only allow sysrq on a console portJason Wessel1-1/+1
2009-06-15USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial breakJason Wessel1-12/+44
2009-06-15USB: usb_debug, usb_generic_serial: implement multi urb writeJason Wessel1-7/+114
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-2/+1
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum1-6/+0
2009-03-24USB: serial: export symbol of usb_serial_generic_resumeOliver Neukum1-0/+1
2009-03-24USB: serial generic resume function fixOliver Neukum1-8/+0
2008-10-13tty: usb-serial krefsAlan Cox1-1/+2
2008-07-22tty-usb-generic: Code cleanupAlan Cox1-38/+49
2008-07-22usb_serial: API all changeAlan Cox1-16/+23
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-2/+3
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-22/+22