summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/generic.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: export usb_serial_generic_chars_in_bufferJohan Hovold2012-10-301-0/+1
* USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman2012-09-181-4/+1Star
* USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-4/+2Star
* USB: serial-generic: use a single set of device IDsAlan Stern2012-06-131-8/+2Star
* USB: generic.c: remove dbg() usageGreg Kroah-Hartman2012-05-161-8/+13
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-7/+2Star
* USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman2012-05-071-14/+0Star
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: generic.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-041-22/+0Star
* USB: serial: fix double newlines in debug outputJohan Hovold2012-04-251-3/+3
* USB: serial: remove redundant write-urb killJohan Hovold2012-04-251-1/+0Star
* usb-serial: new API for driver registrationAlan Stern2012-02-241-11/+6Star
* USB: serial: use dev_err_console in generic writeJohan Hovold2012-02-101-3/+1Star
* USB: serial: fix console error reportingJohan Hovold2012-02-101-1/+3
* USB: serial: add support for multiple read urbsJohan Hovold2011-11-151-21/+62
* USB: serial: handle Data Carrier Detect changesLibor Pechacek2011-01-231-0/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-6/+4Star
|\
| * USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov2010-08-211-5/+3Star
| * Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-211-1/+1
* | USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton2010-08-241-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/+22Star
* 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/+56Star
* 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/+4Star
* USB: serial: clean up some error and debug messages in generic driverJohan Hovold2010-05-201-9/+4Star
* 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/+11Star
* USB: serial: remove unnecessary re-initialisation of generic urbsJohan Hovold2010-05-201-23/+2Star
* USB: serial: refactor read urb submission in generic driverJohan Hovold2010-05-201-24/+8Star
* 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/+5Star
* 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-211-0/+2
* USB: serial: fix USB serial fix kfifo_len lockingStefani Seibold2010-01-211-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