Age | Commit message (Expand) | Author | Files | Lines |
2024-08-26 | USB: serial: set driver owner when registering drivers | Krzysztof Kozlowski | 1 | -2/+5 |
2023-06-07 | USB: serial: return errors from break handling | Johan Hovold | 1 | -1/+1 |
2023-03-23 | USB: mark all struct bus_type as const | Greg Kroah-Hartman | 1 | -1/+1 |
2022-08-30 | usb: serial: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -2/+2 |
2022-06-10 | USB: Follow-up to SPDX identifiers addition - remove now useless comments | Christophe JAILLET | 1 | -5/+0 |
2021-06-24 | Merge tag 'usb-serial-5.14-rc1' of https://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | 1 | -4/+4 |
2021-05-21 | usb: fix spelling mistakes in header files | Zhen Lei | 1 | -1/+1 |
2021-05-19 | USB: serial: make usb_serial_driver::chars_in_buffer return uint | Jiri Slaby | 1 | -2/+2 |
2021-05-19 | USB: serial: make usb_serial_driver::write_room return uint | Jiri Slaby | 1 | -2/+2 |
2021-04-08 | USB: serial: add generic support for TIOCSSERIAL | Johan Hovold | 1 | -1/+1 |
2021-04-01 | USB: serial: add support for multi-interface functions | Johan Hovold | 1 | -0/+7 |
2021-04-01 | USB: serial: drop unused suspending flag | Johan Hovold | 1 | -1/+0 |
2021-02-09 | USB: serial: make remove callback return void | Uwe Kleine-König | 1 | -1/+1 |
2020-11-04 | USB: serial: remove write wait queue | Johan Hovold | 1 | -2/+0 |
2020-07-28 | Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman | 1 | -46/+49 |
2020-07-15 | usb: linux/usb/serial.h: drop duplicated word in comment | Randy Dunlap | 1 | -1/+1 |
2020-07-09 | USB: serial: drop extern keyword from function declarations | Johan Hovold | 1 | -45/+36 |
2020-07-09 | USB: serial: drop unnecessary sysrq include | Johan Hovold | 1 | -1/+0 |
2020-07-09 | USB: serial: add sysrq break-handler dummy | Johan Hovold | 1 | -1/+5 |
2020-07-09 | USB: serial: inline sysrq dummy function | Johan Hovold | 1 | -0/+9 |
2019-04-30 | USB: serial: drop unused iflag macro | Johan Hovold | 1 | -3/+0 |
2019-04-30 | USB: serial: clean up throttle handling | Johan Hovold | 1 | -4/+1 |
2018-10-13 | usb-serial: begin switching to ->[sg]et_serial() | Al Viro | 1 | -0/+2 |
2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
2017-03-28 | USB: serial: add calc_num_ports callback to generic driver | Johan Hovold | 1 | -1/+0 |
2017-03-28 | USB: serial: allow subdrivers to modify port-endpoint mapping | Johan Hovold | 1 | -3/+16 |
2017-03-16 | USB: serial: add endpoint sanity check to core | Johan Hovold | 1 | -0/+9 |
2017-03-16 | USB: serial: allow up to 16 ports per device | Johan Hovold | 1 | -1/+1 |
2017-03-16 | USB: serial: clean up endpoint and port-counter types | Johan Hovold | 1 | -5/+6 |
2015-02-26 | Revert "USB: serial: make bulk_out_size a lower limit" | Johan Hovold | 1 | -2/+1 |
2014-03-12 | USB: serial: make bulk_out_size a lower limit | Johan Hovold | 1 | -1/+2 |
2013-10-11 | USB: serial: export usb_serial_generic_write_start | Johan Hovold | 1 | -0/+2 |
2013-06-17 | USB: serial: increase the number of devices we support | Greg Kroah-Hartman | 1 | -3/+0 |
2013-06-17 | USB: serial: make minor allocation dynamic | Greg Kroah-Hartman | 1 | -4/+2 |
2013-06-10 | USB: serial: ports: add minor and port number | Greg Kroah-Hartman | 1 | -2/+4 |
2013-05-16 | USB: serial: add generic wait_until_sent implementation | Johan Hovold | 1 | -0/+3 |
2013-05-16 | USB: serial: add wait_until_sent operation | Johan Hovold | 1 | -0/+1 |
2013-03-25 | USB: serial: remove unused MSR-wait queue | Johan Hovold | 1 | -2/+0 |
2013-03-25 | USB: serial: add generic get_icount implementation | Johan Hovold | 1 | -0/+2 |
2013-03-25 | USB: serial: add generic TIOCMIWAIT implementation | Johan Hovold | 1 | -0/+5 |
2013-03-25 | USB: serial: add tiocmiwait subdriver operation | Johan Hovold | 1 | -0/+1 |
2013-03-25 | USB: serial: remove generic release callback | Johan Hovold | 1 | -1/+0 |
2013-03-25 | USB: serial: remove generic disconnect callback | Johan Hovold | 1 | -1/+0 |
2013-03-21 | USB: serial: add modem-status-change wait queue | Johan Hovold | 1 | -0/+2 |
2012-09-18 | USB: ezusb: add support for Cypress FX2LP | Rene Buergel | 1 | -4/+0 |
2012-09-18 | USB: Serial: usb-serial: remove debug module parameter | Greg Kroah-Hartman | 1 | -3/+3 |
2012-09-18 | USB: serial: remove debug parameter from usb_serial_debug_data() | Greg Kroah-Hartman | 1 | -5/+3 |
2012-09-18 | USB: serial: remove dbg() from usb/serial.h | Greg Kroah-Hartman | 1 | -8/+0 |
2012-09-13 | USB: ezusb: remove dependancy on usb_serial | Rene Buergel | 1 | -2/+2 |
2012-09-13 | USB: serial: move usb_serial_debug_data to use %*ph | Greg Kroah-Hartman | 1 | -9/+3 |