summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/generic.c
Commit message (Expand)AuthorAgeFilesLines
...
* USB: serial: re-implement multi-urb writes in generic driverJohan Hovold2010-05-201-76/+56
* USB: serial: allow custom multi-urb write bulk callbacksJohan Hovold2010-05-201-1/+1
* USB: serial: clean up generic write start busy testJohan Hovold2010-05-201-11/+4
* USB: serial: clean up some error and debug messages in generic driverJohan Hovold2010-05-201-9/+4
* USB: serial: export generic throttle and unthrottleJohan Hovold2010-05-201-0/+2
* USB: serial: generalise generic read implementationJohan Hovold2010-05-201-2/+3
* USB: serial: clean up read processing in generic driverJohan Hovold2010-05-201-16/+11
* USB: serial: remove unnecessary re-initialisation of generic urbsJohan Hovold2010-05-201-23/+2
* USB: serial: refactor read urb submission in generic driverJohan Hovold2010-05-201-24/+8
* USB: serial: refactor generic closeJohan Hovold2010-05-201-0/+1
* USB: serial: clear fifo on closeJohan Hovold2010-05-201-1/+7
* USB: serial: fix missing locking on fifo in write callbackJohan Hovold2010-05-201-2/+5
* USB: serial: fix generic chars_in_bufferJohan Hovold2010-05-201-4/+11
* usb: fix serial build when SYSRQ is disabledRandy Dunlap2010-05-201-0/+9
* usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-201-2/+2
* USB: serial: use port endpoint size to determine if ep is availableJohan Hovold2010-03-191-11/+19
* USB: serial: fix softint not being called on errorsJohan Hovold2010-03-191-10/+5
* USB: serial: fix error message on close in generic driverJohan Hovold2010-03-191-1/+3
* USB: remove references to port->port.count from the serial driversAlan Stern2010-03-021-1/+2
* USB: serial: Remove unnecessary \n's from dbg usesJoe Perches2010-03-021-1/+1
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* usb: serial: fix memory leak in generic driverJohan Hovold2010-01-201-0/+2
* USB: serial: fix USB serial fix kfifo_len lockingStefani Seibold2010-01-201-4/+4
* Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2009-12-231-6/+6
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+2
* kfifo: cleanup namespaceStefani Seibold2009-12-221-2/+2
* kfifo: move out spinlockStefani Seibold2009-12-221-2/+2
* USB: Fix throttling in generic usbserial driverJoris van Rantwijk2009-10-091-1/+1
* USB: use kfifo to buffer usb-generic serial writesDavid VomLehn2009-09-231-81/+125
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-2/+1
* tty: Fix USB kref leakAlan Cox2009-07-101-3/+4
* tty: Sort out the USB sysrq changes that wrecked performanceAlan Cox2009-07-101-4/+11
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-2/+7
* USB: usb_serial: only allow sysrq on a console portJason Wessel2009-06-151-1/+1
* USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial breakJason Wessel2009-06-151-12/+44
* USB: usb_debug, usb_generic_serial: implement multi urb writeJason Wessel2009-06-151-7/+114
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-2/+1
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-6/+0
* USB: serial: export symbol of usb_serial_generic_resumeOliver Neukum2009-03-241-0/+1
* USB: serial generic resume function fixOliver Neukum2009-03-241-8/+0
* tty: usb-serial krefsAlan Cox2008-10-131-1/+2
* tty-usb-generic: Code cleanupAlan Cox2008-07-221-38/+49
* usb_serial: API all changeAlan Cox2008-07-221-16/+23
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-2/+2
* usb serial: more fixes and groundwork for tty changesAlan Cox2008-04-241-2/+3
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-22/+22
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-3/+0
* USB: fix usb-serial generic recursive lockPete Zaitcev2008-03-101-4/+6
* USB: Prepare serial core for autosuspend.Sarah Sharp2008-02-011-0/+8
* usbserial: fix inconsistent lock stateBorislav Petkov2007-11-281-2/+3
OpenPOWER on IntegriCloud