summaryrefslogtreecommitdiff
path: root/include/linux/usb/serial.h
AgeCommit message (Expand)Author
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
2012-03-09USB: serial: use module_driver() macroGreg Kroah-Hartman
2012-02-28USB: create module_usb_serial_driver macroGreg KH
2012-02-24USB: serial: remove usb_serial_register and usb_serial_deregisterGreg Kroah-Hartman
2012-02-24usb-serial: new API for driver registrationAlan Stern
2012-02-09USB: serial: add macro for console error reportingJohan Hovold
2011-11-15USB: serial: add support for multiple read urbsJohan Hovold
2011-11-15USB: serial: remove write_urb_busy field from usb_serial_portJohan Hovold
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-02-25USB: serial drivers need to use larger bulk-in buffersAlan Stern
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-01-22USB: serial: handle Data Carrier Detect changesLibor Pechacek
2010-10-22tty: Make tiocgicount a handlerAlan Cox
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov
2010-05-20USB: include/usb/*.h checkpatch cleanupGreg Kroah-Hartman
2010-05-20USB: serial: remove multi-urb write from generic driverJohan Hovold
2010-05-20USB: serial: reimplement generic fifo-based writesJohan Hovold
2010-05-20USB: serial: generalise write buffer preparationJohan Hovold
2010-05-20USB: serial: re-implement multi-urb writes in generic driverJohan Hovold
2010-05-20USB: serial: generalise generic read implementationJohan Hovold
2010-05-20USB: serial: refactor read urb submission in generic driverJohan Hovold
2010-05-20USB: serial: allow drivers to define bulk buffer sizesJohan Hovold
2010-05-20usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel