summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/serial.h
Commit message (Expand)AuthorAgeFilesLines
* USB: ezusb: add support for Cypress FX2LPRene Buergel2012-09-181-4/+0
* USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman2012-09-181-3/+3
* USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-5/+3
* USB: serial: remove dbg() from usb/serial.hGreg Kroah-Hartman2012-09-181-8/+0
* USB: ezusb: remove dependancy on usb_serialRene Buergel2012-09-131-2/+2
* USB: serial: move usb_serial_debug_data to use %*phGreg Kroah-Hartman2012-09-131-9/+3
* USB: serial: hook up reset_resume callbackGreg Kroah-Hartman2012-05-151-1/+2
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-8/+19
* USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman2012-05-071-3/+0
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: fix bug in serial driver unregistrationAlan Stern2012-04-091-8/+0
* USB: serial: use module_driver() macroGreg Kroah-Hartman2012-03-091-15/+2
* USB: create module_usb_serial_driver macroGreg KH2012-02-281-0/+28
* USB: serial: remove usb_serial_register and usb_serial_deregisterGreg Kroah-Hartman2012-02-241-7/+0
* usb-serial: new API for driver registrationAlan Stern2012-02-241-0/+9
* USB: serial: add macro for console error reportingJohan Hovold2012-02-091-0/+15
* USB: serial: add support for multiple read urbsJohan Hovold2011-11-151-1/+8
* USB: serial: remove write_urb_busy field from usb_serial_portJohan Hovold2011-11-151-2/+0
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-3/+3
|\
| * tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* | USB: serial drivers need to use larger bulk-in buffersAlan Stern2011-02-251-1/+2
|/
* USB: serial: handle Data Carrier Detect changesLibor Pechacek2011-01-221-0/+3
* tty: Make tiocgicount a handlerAlan Cox2010-10-221-0/+2
* USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov2010-08-211-2/+1
* USB: include/usb/*.h checkpatch cleanupGreg Kroah-Hartman2010-05-201-1/+1
* USB: serial: remove multi-urb write from generic driverJohan Hovold2010-05-201-6/+2
* USB: serial: reimplement generic fifo-based writesJohan Hovold2010-05-201-0/+12
* USB: serial: generalise write buffer preparationJohan Hovold2010-05-201-0/+5
* USB: serial: re-implement multi-urb writes in generic driverJohan Hovold2010-05-201-3/+6
* USB: serial: generalise generic read implementationJohan Hovold2010-05-201-0/+3
* USB: serial: refactor read urb submission in generic driverJohan Hovold2010-05-201-1/+1
* USB: serial: allow drivers to define bulk buffer sizesJohan Hovold2010-05-201-0/+5
* usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-201-2/+0
* USB: Extend and neaten dbg macrosJoe Perches2010-03-021-8/+5
* Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2009-12-231-1/+2
* usb_serial: Kill port mutexAlan Cox2009-12-111-3/+0
* USB: serial: don't call release without attachAlan Stern2009-10-091-0/+1
* USB: use kfifo to buffer usb-generic serial writesDavid VomLehn2009-09-231-0/+2
* tty: USB serial termios bitsAlan Cox2009-09-191-0/+3
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-4/+3
* tty: Fix USB kref leakAlan Cox2009-07-101-1/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-4/+8
* USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern2009-06-151-0/+8
* USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial breakJason Wessel2009-06-151-0/+8
* USB: usb_debug, usb_generic_serial: implement multi urb writeJason Wessel2009-06-151-0/+4
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-4/+6
* tty: Update some of the USB kernel docLeandro Dorileo2009-04-141-2/+5
* USB: serial: introduce a flag into the usb serial layer to tell drivers that ...Oliver Neukum2009-03-241-1/+2