aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/serial.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-11usb_serial: Kill port mutexAlan Cox1-3/+0
2009-10-09USB: serial: don't call release without attachAlan Stern1-0/+1
2009-09-23USB: use kfifo to buffer usb-generic serial writesDavid VomLehn1-0/+2
2009-09-19tty: USB serial termios bitsAlan Cox1-0/+3
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-4/+3
2009-07-10tty: Fix USB kref leakAlan Cox1-1/+2
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-4/+8
2009-06-15USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern1-0/+8
2009-06-15USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial breakJason Wessel1-0/+8
2009-06-15USB: usb_debug, usb_generic_serial: implement multi urb writeJason Wessel1-0/+4
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-4/+6
2009-04-14tty: Update some of the USB kernel docLeandro Dorileo1-2/+5
2009-03-24USB: serial: introduce a flag into the usb serial layer to tell drivers that their URBs are killed due to suspensionOliver Neukum1-1/+2
2008-10-17USB: Fix spelling in usb/serial.hGeoff Levand1-1/+1
2008-08-13usb-serial: don't release unregistered minorsAlan Stern1-1/+2
2008-07-22usb_serial: API all changeAlan Cox1-26/+30
2008-04-24USB: serial: remove endpoints setting checks from core and headerGreg Kroah-Hartman1-18/+0
2008-04-24USB: Standardize inclusion protection and add where missing.Robert P. J. Day1-2/+1
2008-02-01USB: fix codingstyle issues in include/linux/usb/Greg Kroah-Hartman1-70/+87
2008-02-01USB: stop io performed by mos7720 upon close()Oliver Neukum1-0/+2
2008-02-01USB: usb_serial: clean tty reference in the last closeAristeu Rozanski1-0/+1
2007-10-12USB: serial core should respect driver requirementsAlan Stern1-7/+13
2007-07-12USB: suspend support for usb serialOliver Neukum1-0/+7
2007-02-16USB: add flow control to usb-serial generic driver.Joris van Rantwijk1-0/+6
2007-02-07USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman1-0/+5
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+6
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman1-0/+300