aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/serial.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-30USB: serial: drop unused iflag macroJohan Hovold1-3/+0
2019-04-30USB: serial: clean up throttle handlingJohan Hovold1-4/+1
2018-10-13usb-serial: begin switching to ->[sg]et_serial()Al Viro1-0/+2
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-28USB: serial: add calc_num_ports callback to generic driverJohan Hovold1-1/+0
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold1-3/+16
2017-03-16USB: serial: add endpoint sanity check to coreJohan Hovold1-0/+9
2017-03-16USB: serial: allow up to 16 ports per deviceJohan Hovold1-1/+1
2017-03-16USB: serial: clean up endpoint and port-counter typesJohan Hovold1-5/+6
2015-02-26Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold1-2/+1
2014-03-12USB: serial: make bulk_out_size a lower limitJohan Hovold1-1/+2
2013-10-11USB: serial: export usb_serial_generic_write_startJohan Hovold1-0/+2
2013-06-17USB: serial: increase the number of devices we supportGreg Kroah-Hartman1-3/+0
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-4/+2
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-2/+4
2013-05-16USB: serial: add generic wait_until_sent implementationJohan Hovold1-0/+3
2013-05-16USB: serial: add wait_until_sent operationJohan Hovold1-0/+1
2013-03-25USB: serial: remove unused MSR-wait queueJohan Hovold1-2/+0
2013-03-25USB: serial: add generic get_icount implementationJohan Hovold1-0/+2
2013-03-25USB: serial: add generic TIOCMIWAIT implementationJohan Hovold1-0/+5
2013-03-25USB: serial: add tiocmiwait subdriver operationJohan Hovold1-0/+1
2013-03-25USB: serial: remove generic release callbackJohan Hovold1-1/+0
2013-03-25USB: serial: remove generic disconnect callbackJohan Hovold1-1/+0
2013-03-21USB: serial: add modem-status-change wait queueJohan Hovold1-0/+2
2012-09-18USB: ezusb: add support for Cypress FX2LPRene Buergel1-4/+0
2012-09-18USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman1-3/+3
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-5/+3
2012-09-18USB: serial: remove dbg() from usb/serial.hGreg Kroah-Hartman1-8/+0
2012-09-13USB: ezusb: remove dependancy on usb_serialRene Buergel1-2/+2
2012-09-13USB: serial: move usb_serial_debug_data to use %*phGreg Kroah-Hartman1-9/+3
2012-05-15USB: serial: hook up reset_resume callbackGreg Kroah-Hartman1-1/+2
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-8/+19
2012-05-07USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman1-3/+0
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-04-09USB: fix bug in serial driver unregistrationAlan Stern1-8/+0
2012-03-09USB: serial: use module_driver() macroGreg Kroah-Hartman1-15/+2
2012-02-28USB: create module_usb_serial_driver macroGreg KH1-0/+28
2012-02-24USB: serial: remove usb_serial_register and usb_serial_deregisterGreg Kroah-Hartman1-7/+0
2012-02-24usb-serial: new API for driver registrationAlan Stern1-0/+9
2012-02-09USB: serial: add macro for console error reportingJohan Hovold1-0/+15
2011-11-15USB: serial: add support for multiple read urbsJohan Hovold1-1/+8
2011-11-15USB: serial: remove write_urb_busy field from usb_serial_portJohan Hovold1-2/+0
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-3/+3
2011-02-25USB: serial drivers need to use larger bulk-in buffersAlan Stern1-1/+2
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-01-22USB: serial: handle Data Carrier Detect changesLibor Pechacek1-0/+3
2010-10-22tty: Make tiocgicount a handlerAlan Cox1-0/+2
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov1-2/+1