summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/generic.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby2021-05-191-3/+3
* USB: serial: make usb_serial_driver::write_room return uintJiri Slaby2021-05-191-3/+3
* USB: serial: drop redundant transfer-buffer castsJohan Hovold2020-07-091-1/+1
* USB: serial: add sysrq break-handler dummyJohan Hovold2020-07-091-2/+2
* USB: serial: inline sysrq dummy functionJohan Hovold2020-07-091-7/+2
* USB: serial: only process sysrq when enabledJohan Hovold2020-07-091-1/+1
* USB: serial: only set sysrq timestamp for consolesJohan Hovold2020-07-091-4/+7
* USB: serial: clean up carrier-detect helperJohan Hovold2020-03-111-5/+3
* USB: serial: relax unthrottle memory barrierJohan Hovold2020-02-101-2/+2
* USB: serial: drop unnecessary gotoJohan Hovold2019-04-301-2/+1
* USB: serial: clean up throttle handlingJohan Hovold2019-04-301-26/+8
* USB: serial: fix unthrottle racesJohan Hovold2019-04-301-7/+32
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: relax generic driver bulk-endpoint requirementJohan Hovold2017-03-281-2/+4
* USB: serial: add calc_num_ports callback to generic driverJohan Hovold2017-03-281-2/+16
* USB: serial: add probe callback to generic driverJohan Hovold2017-03-281-0/+12
* 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