aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/generic.c
AgeCommit message (Expand)Author
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
2008-10-13tty: usb-serial krefsAlan Cox
2008-07-22tty-usb-generic: Code cleanupAlan Cox
2008-07-22usb_serial: API all changeAlan Cox
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman
2008-03-10USB: fix usb-serial generic recursive lockPete Zaitcev
2008-02-01USB: Prepare serial core for autosuspend.Sarah Sharp
2007-11-28usbserial: fix inconsistent lock stateBorislav Petkov
2007-10-25USB: usbserial - fix potential deadlock between write() and IRQJiri Kosina
2007-07-12USB: serial: generic: clean up urb->status usageGreg Kroah-Hartman
2007-07-12USB: generic usb serial to new buffering schemeOliver Neukum
2007-07-12USB: suspend support for usb serialOliver Neukum
2007-03-26USB: fix usb-serial/generic build warningDavid Brownell
2007-02-16USB: add flow control to usb-serial generic driver.Joris van Rantwijk
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-28usb-serial: possible irq lock inversion (PPP vs. usb/serial)Peter Zijlstra
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman
2006-07-12[PATCH] USB: Anydata: Fixes wrong URB callback.Luiz Fernando N. Capitulino
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-21[PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev
2006-05-12[PATCH] USB: add ark3116 usb to serial driverGreg Kroah-Hartman
2006-01-10[PATCH] TTY layer buffering revampAlan Cox