summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/serial.h
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: hook up reset_resume callbackGreg Kroah-Hartman2012-05-161-1/+2
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-8/+19
* USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman2012-05-071-3/+0Star
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: fix bug in serial driver unregistrationAlan Stern2012-04-101-8/+0Star
* USB: serial: use module_driver() macroGreg Kroah-Hartman2012-03-101-15/+2Star
* 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/+0Star
* 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/+0Star
* 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-231-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/+1Star
* 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/+2Star
* 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/+0Star
* USB: Extend and neaten dbg macrosJoe Perches2010-03-021-8/+5Star
* Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2009-12-231-1/+2
* usb_serial: Kill port mutexAlan Cox2009-12-121-3/+0Star
* 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/+3Star
* tty: Fix USB kref leakAlan Cox2009-07-111-1/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-161-4/+8
* USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern2009-06-161-0/+8
* USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial breakJason Wessel2009-06-161-0/+8
* USB: usb_debug, usb_generic_serial: implement multi urb writeJason Wessel2009-06-161-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-251-1/+2
* USB: Fix spelling in usb/serial.hGeoff Levand2008-10-171-1/+1
* usb-serial: don't release unregistered minorsAlan Stern2008-08-141-1/+2
* usb_serial: API all changeAlan Cox2008-07-221-26/+30
* USB: serial: remove endpoints setting checks from core and headerGreg Kroah-Hartman2008-04-251-18/+0Star
* USB: Standardize inclusion protection and add where missing.Robert P. J. Day2008-04-251-2/+1Star
* USB: fix codingstyle issues in include/linux/usb/Greg Kroah-Hartman2008-02-011-70/+87