aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/serial.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-20USB: include/usb/*.h checkpatch cleanupGreg Kroah-Hartman1-1/+1
2010-05-20USB: serial: remove multi-urb write from generic driverJohan Hovold1-6/+2
2010-05-20USB: serial: reimplement generic fifo-based writesJohan Hovold1-0/+12
2010-05-20USB: serial: generalise write buffer preparationJohan Hovold1-0/+5
2010-05-20USB: serial: re-implement multi-urb writes in generic driverJohan Hovold1-3/+6
2010-05-20USB: serial: generalise generic read implementationJohan Hovold1-0/+3
2010-05-20USB: serial: refactor read urb submission in generic driverJohan Hovold1-1/+1
2010-05-20USB: serial: allow drivers to define bulk buffer sizesJohan Hovold1-0/+5
2010-05-20usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel1-2/+0
2010-03-02USB: Extend and neaten dbg macrosJoe Perches1-8/+5
2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold1-1/+2