aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/generic.c
Commit message (Expand)AuthorAge
* USB: serial-generic: use a single set of device IDsAlan Stern2012-06-13
* USB: generic.c: remove dbg() usageGreg Kroah-Hartman2012-05-15
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-08
* USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman2012-05-07
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-07
* USB: generic.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-03
* USB: serial: fix double newlines in debug outputJohan Hovold2012-04-25
* USB: serial: remove redundant write-urb killJohan Hovold2012-04-25
* usb-serial: new API for driver registrationAlan Stern2012-02-24
* USB: serial: use dev_err_console in generic writeJohan Hovold2012-02-10
* USB: serial: fix console error reportingJohan Hovold2012-02-10
* USB: serial: add support for multiple read urbsJohan Hovold2011-11-15
* USB: serial: handle Data Carrier Detect changesLibor Pechacek2011-01-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-28
|\
| * USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov2010-08-21
| * Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-21
* | USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton2010-08-23
|/
* USB: serial: fix stalled writesJohan Hovold2010-08-10
* USB: serial: add special case for processing of empty read urbsJohan Hovold2010-05-20
* USB: serial: remove multi-urb write from generic driverJohan Hovold2010-05-20
* USB: serial: reimplement generic fifo-based writesJohan Hovold2010-05-20
* USB: serial: generalise write buffer preparationJohan Hovold2010-05-20
* USB: serial: re-implement multi-urb writes in generic driverJohan Hovold2010-05-20
* USB: serial: allow custom multi-urb write bulk callbacksJohan Hovold2010-05-20
* USB: serial: clean up generic write start busy testJohan Hovold2010-05-20
* USB: serial: clean up some error and debug messages in generic driverJohan Hovold2010-05-20
* USB: serial: export generic throttle and unthrottleJohan Hovold2010-05-20
* USB: serial: generalise generic read implementationJohan Hovold2010-05-20
* USB: serial: clean up read processing in generic driverJohan Hovold2010-05-20
* USB: serial: remove unnecessary re-initialisation of generic urbsJohan Hovold2010-05-20
* USB: serial: refactor read urb submission in generic driverJohan Hovold2010-05-20
* USB: serial: refactor generic closeJohan Hovold2010-05-20
* USB: serial: clear fifo on closeJohan Hovold2010-05-20
* USB: serial: fix missing locking on fifo in write callbackJohan Hovold2010-05-20
* USB: serial: fix generic chars_in_bufferJohan Hovold2010-05-20
* usb: fix serial build when SYSRQ is disabledRandy Dunlap2010-05-20
* usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-20
* USB: serial: use port endpoint size to determine if ep is availableJohan Hovold2010-03-19
* USB: serial: fix softint not being called on errorsJohan Hovold2010-03-19
* USB: serial: fix error message on close in generic driverJohan Hovold2010-03-19
* USB: remove references to port->port.count from the serial driversAlan Stern2010-03-02
* USB: serial: Remove unnecessary \n's from dbg usesJoe Perches2010-03-02
* USB serial: make USB device id constantNémeth Márton2010-03-02
* usb: serial: fix memory leak in generic driverJohan Hovold2010-01-20
* USB: serial: fix USB serial fix kfifo_len lockingStefani Seibold2010-01-20
* Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2009-12-23
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-22
* kfifo: cleanup namespaceStefani Seibold2009-12-22
* kfifo: move out spinlockStefani Seibold2009-12-22
* USB: Fix throttling in generic usbserial driverJoris van Rantwijk2009-10-09