aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/generic.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: fix race in generic writeJohan Hovold2014-01-031-8/+1
* USB: serial: fix console error reportingJohan Hovold2012-04-021-1/+3
* USB: serial: handle Data Carrier Detect changesLibor Pechacek2011-01-221-0/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-6/+4
|\
| * USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov2010-08-211-5/+3
| * Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-211-1/+1
* | USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton2010-08-231-0/+1
|/
* USB: serial: fix stalled writesJohan Hovold2010-08-101-5/+10
* USB: serial: add special case for processing of empty read urbsJohan Hovold2010-05-201-0/+3
* USB: serial: remove multi-urb write from generic driverJohan Hovold2010-05-201-128/+22
* USB: serial: reimplement generic fifo-based writesJohan Hovold2010-05-201-20/+39
* USB: serial: generalise write buffer preparationJohan Hovold2010-05-201-13/+34
* 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