aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-13usb: use usb_serial_put in usb_serial_probe errorsJan Safrata1-3/+3
2012-06-13USB: serial: Enforce USB driver and USB serial driver matchBjørn Mork1-2/+4
2012-05-16USB: serial: fix up reset_resume callbackGreg Kroah-Hartman1-2/+4
2012-05-16USB: serial: generic driver is only for testingBjørn Mork1-0/+2
2012-05-15USB: serial: hook up reset_resume callbackGreg Kroah-Hartman1-1/+23
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-16/+22
2012-05-07USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman1-1/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-13/+13
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+1
2012-05-07usb-serial: ftdi_sio: fix oops during autosuspendAlan Stern1-2/+7
2012-04-25USB: serial: fix interface data useJohan Hovold1-4/+2
2012-04-10USB: serial: fix race between probe and openJohan Hovold1-0/+8
2012-04-09USB: fix bug in serial driver unregistrationAlan Stern1-21/+2
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-5/+72
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-02-24USB: serial: remove usb_serial_register and usb_serial_deregisterGreg Kroah-Hartman1-10/+2
2012-02-24usb-serial: new API for driver registrationAlan Stern1-0/+75
2012-02-02USB: serial, use tty_standard_installJiri Slaby1-10/+6
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-26USB: remove BKL commentsDavidlohr Bueso1-2/+0
2011-11-15USB: serial: do not forward USB specific errors in writeJohan Hovold1-0/+2
2011-11-15USB: serial: fix whitespace issuesJohan Hovold1-8/+9
2011-11-15USB: serial: do not forward USB specific errors in openJohan Hovold1-0/+4
2011-11-15USB: serial: add support for multiple read urbsJohan Hovold1-19/+31
2011-11-15USB: serial: reuse generic write urb and bulk-out bufferJohan Hovold1-19/+4
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-4/+4
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-6/+6
2011-02-25USB: serial drivers need to use larger bulk-in buffersAlan Stern1-3/+2
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2011-01-22USB serial: add missing .usb_driver field in serial driversAlan Stern1-2/+6
2010-11-30USB: fix autosuspend bug in usb-serialAlan Stern1-0/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-22tty: Make tiocgicount a handlerAlan Cox1-0/+13
2010-08-23USB: serial: fix leak of usb serial module refrence countMing Lei1-16/+7
2010-08-10USB: serial: enable async suspend for usb serial port deviceMing Lei1-0/+2
2010-08-10USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen1-16/+14
2010-05-20USB: serial: reimplement generic fifo-based writesJohan Hovold1-0/+33
2010-05-20USB: serial: generalise write buffer preparationJohan Hovold1-0/+1
2010-05-20USB: serial: generalise generic read implementationJohan Hovold1-0/+1
2010-05-20USB: serial: allow drivers to define bulk buffer sizesJohan Hovold1-2/+6
2010-05-20usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel1-2/+2
2010-03-02tty: Fix various bogus WARN checks in the usb serial layerAlan Cox1-13/+0
2010-03-02USB: serial: fix typo in debug messageJohan Hovold1-1/+1
2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold1-3/+2
2009-12-22kfifo: move out spinlockStefani Seibold1-2/+1
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-3/+2
2009-12-11usb_serial: Kill port mutexAlan Cox1-1/+0