summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/generic.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* USB: serial: use variable for statusOliver Neukum2016-07-161-8/+10
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-3/+3
* USB: serial: fix infinite wait_until_sent timeoutJohan Hovold2015-03-071-2/+3
* usb: serial: handle -ENODEV quietly in generic_submit_read_urbJeremiah Mahler2015-01-121-1/+1
* usb: serial: silence all non-critical read errorsJeremiah Mahler2015-01-121-1/+1
* USB: serial: add missing bracesJohan Hovold2014-03-121-5/+6
* USB: serial: continue to write on errorsJohan Hovold2014-03-121-10/+19
* USB: serial: continue to read on errorsJohan Hovold2014-03-121-4/+17
* USB: serial: fix write memory-allocation flagJohan Hovold2013-11-251-1/+1
* USB: serial: fix race in generic writeJohan Hovold2013-11-251-9/+1
* USB: serial: export usb_serial_generic_write_startJohan Hovold2013-10-111-1/+2
* USB: serial: add memory flags to usb_serial_generic_write_startJohan Hovold2013-10-111-8/+10
* USB: serial: clean up comments in generic driverJohan Hovold2013-10-111-32/+25
* USB: serial: invoke dcd_change ldisc's handler.Paul Chavent2013-09-261-0/+10
* USB: serial: remove hupping check from tiocmiwaitJohan Hovold2013-07-231-11/+2
* USB: serial: add generic wait_until_sent implementationJohan Hovold2013-05-161-0/+31
* USB: serial: update copyright informationJohan Hovold2013-03-251-1/+1
* USB: serial: add generic get_icount implementationJohan Hovold2013-03-251-0/+27
* USB: serial: add generic TIOCMIWAIT implementationJohan Hovold2013-03-251-0/+58
* USB: serial: remove generic release callbackJohan Hovold2013-03-251-5/+0
* USB: serial: remove generic disconnect callbackJohan Hovold2013-03-251-6/+0
* USB: serial: fix generic disconnect implementationJohan Hovold2013-03-251-11/+1
* USB: serial: remove bogus disconnect test in cleanupJohan Hovold2013-03-251-14/+10
* USB: serial: remove port number from generic-driver debugJohan Hovold2013-03-251-6/+4
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-7/+1
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+1
* 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/+1
* USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-4/+2
* USB: serial-generic: use a single set of device IDsAlan Stern2012-06-131-8/+2
* USB: generic.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-8/+13
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-7/+2
* USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman2012-05-071-14/+0
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: generic.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-22/+0
* USB: serial: fix double newlines in debug outputJohan Hovold2012-04-251-3/+3
* USB: serial: remove redundant write-urb killJohan Hovold2012-04-251-1/+0
* usb-serial: new API for driver registrationAlan Stern2012-02-241-11/+6
* USB: serial: use dev_err_console in generic writeJohan Hovold2012-02-101-3/+1
* 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-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