summaryrefslogtreecommitdiff
path: root/include/linux/usb/serial.h
AgeCommit message (Expand)Author
2021-06-24Merge tag 'usb-serial-5.14-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2021-05-21usb: fix spelling mistakes in header filesZhen Lei
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold
2021-04-01USB: serial: add support for multi-interface functionsJohan Hovold
2021-04-01USB: serial: drop unused suspending flagJohan Hovold
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König
2020-11-04USB: serial: remove write wait queueJohan Hovold
2020-07-28Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2020-07-15usb: linux/usb/serial.h: drop duplicated word in commentRandy Dunlap
2020-07-09USB: serial: drop extern keyword from function declarationsJohan Hovold
2020-07-09USB: serial: drop unnecessary sysrq includeJohan Hovold
2020-07-09USB: serial: add sysrq break-handler dummyJohan Hovold
2020-07-09USB: serial: inline sysrq dummy functionJohan Hovold
2019-04-30USB: serial: drop unused iflag macroJohan Hovold
2019-04-30USB: serial: clean up throttle handlingJohan Hovold
2018-10-13usb-serial: begin switching to ->[sg]et_serial()Al Viro
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-03-28USB: serial: add calc_num_ports callback to generic driverJohan Hovold
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold
2017-03-16USB: serial: add endpoint sanity check to coreJohan Hovold
2017-03-16USB: serial: allow up to 16 ports per deviceJohan Hovold
2017-03-16USB: serial: clean up endpoint and port-counter typesJohan Hovold
2015-02-26Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold
2014-03-12USB: serial: make bulk_out_size a lower limitJohan Hovold
2013-10-11USB: serial: export usb_serial_generic_write_startJohan Hovold
2013-06-17USB: serial: increase the number of devices we supportGreg Kroah-Hartman
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman
2013-05-16USB: serial: add generic wait_until_sent implementationJohan Hovold
2013-05-16USB: serial: add wait_until_sent operationJohan Hovold
2013-03-25USB: serial: remove unused MSR-wait queueJohan Hovold
2013-03-25USB: serial: add generic get_icount implementationJohan Hovold
2013-03-25USB: serial: add generic TIOCMIWAIT implementationJohan Hovold
2013-03-25USB: serial: add tiocmiwait subdriver operationJohan Hovold
2013-03-25USB: serial: remove generic release callbackJohan Hovold
2013-03-25USB: serial: remove generic disconnect callbackJohan Hovold
2013-03-21USB: serial: add modem-status-change wait queueJohan Hovold
2012-09-18USB: ezusb: add support for Cypress FX2LPRene Buergel
2012-09-18USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman
2012-09-18USB: serial: remove dbg() from usb/serial.hGreg Kroah-Hartman
2012-09-13USB: ezusb: remove dependancy on usb_serialRene Buergel
2012-09-13USB: serial: move usb_serial_debug_data to use %*phGreg Kroah-Hartman
2012-05-15USB: serial: hook up reset_resume callbackGreg Kroah-Hartman
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-04-09USB: fix bug in serial driver unregistrationAlan Stern