aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/generic.c
AgeCommit message (Expand)Author
2011-01-22USB: serial: handle Data Carrier Detect changesLibor Pechacek
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-08-23USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov
2010-08-10USB: serial: fix stalled writesJohan Hovold
2010-05-20USB: serial: add special case for processing of empty read urbsJohan Hovold
2010-05-20USB: serial: remove multi-urb write from generic driverJohan Hovold
2010-05-20USB: serial: reimplement generic fifo-based writesJohan Hovold
2010-05-20USB: serial: generalise write buffer preparationJohan Hovold
2010-05-20USB: serial: re-implement multi-urb writes in generic driverJohan Hovold
2010-05-20USB: serial: allow custom multi-urb write bulk callbacksJohan Hovold
2010-05-20USB: serial: clean up generic write start busy testJohan Hovold
2010-05-20USB: serial: clean up some error and debug messages in generic driverJohan Hovold
2010-05-20USB: serial: export generic throttle and unthrottleJohan Hovold
2010-05-20USB: serial: generalise generic read implementationJohan Hovold
2010-05-20USB: serial: clean up read processing in generic driverJohan Hovold
2010-05-20USB: serial: remove unnecessary re-initialisation of generic urbsJohan Hovold
2010-05-20USB: serial: refactor read urb submission in generic driverJohan Hovold
2010-05-20USB: serial: refactor generic closeJohan Hovold
2010-05-20USB: serial: clear fifo on closeJohan Hovold
2010-05-20USB: serial: fix missing locking on fifo in write callbackJohan Hovold
2010-05-20USB: serial: fix generic chars_in_bufferJohan Hovold
2010-05-20usb: fix serial build when SYSRQ is disabledRandy Dunlap
2010-05-20usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel
2010-03-19USB: serial: use port endpoint size to determine if ep is availableJohan Hovold
2010-03-19USB: serial: fix softint not being called on errorsJohan Hovold
2010-03-19USB: serial: fix error message on close in generic driverJohan Hovold
2010-03-02USB: remove references to port->port.count from the serial driversAlan Stern
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches
2010-03-02USB serial: make USB device id constantNémeth Márton
2010-01-20usb: serial: fix memory leak in generic driverJohan Hovold
2010-01-20USB: serial: fix USB serial fix kfifo_len lockingStefani Seibold
2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold
2009-12-22kfifo: cleanup namespaceStefani Seibold
2009-12-22kfifo: move out spinlockStefani Seibold
2009-10-09USB: Fix throttling in generic usbserial driverJoris van Rantwijk
2009-09-23USB: use kfifo to buffer usb-generic serial writesDavid VomLehn
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-07-10tty: Fix USB kref leakAlan Cox
2009-07-10tty: Sort out the USB sysrq changes that wrecked performanceAlan Cox
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern
2009-06-15USB: usb_serial: only allow sysrq on a console portJason Wessel
2009-06-15USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial breakJason Wessel
2009-06-15USB: usb_debug, usb_generic_serial: implement multi urb writeJason Wessel
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum
2009-03-24USB: serial: export symbol of usb_serial_generic_resumeOliver Neukum
2009-03-24USB: serial generic resume function fixOliver Neukum