aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAge
* usb: use usb_serial_put in usb_serial_probe errorsJan Safrata2012-06-13
* USB: serial: Enforce USB driver and USB serial driver matchBjørn Mork2012-06-13
* USB: serial: fix up reset_resume callbackGreg Kroah-Hartman2012-05-16
* USB: serial: generic driver is only for testingBjørn Mork2012-05-16
* USB: serial: hook up reset_resume callbackGreg Kroah-Hartman2012-05-15
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-08
* USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman2012-05-07
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-07
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-07
* usb-serial: ftdi_sio: fix oops during autosuspendAlan Stern2012-05-07
* USB: serial: fix interface data useJohan Hovold2012-04-25
* USB: serial: fix race between probe and openJohan Hovold2012-04-10
* USB: fix bug in serial driver unregistrationAlan Stern2012-04-09
* Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-20
|\
| * USB: serial: remove usb_serial_register and usb_serial_deregisterGreg Kroah-Hartman2012-02-24
| * usb-serial: new API for driver registrationAlan Stern2012-02-24
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-08
* | USB: serial, use tty_standard_installJiri Slaby2012-02-02
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
* USB: remove BKL commentsDavidlohr Bueso2011-11-26
* USB: serial: do not forward USB specific errors in writeJohan Hovold2011-11-15
* USB: serial: fix whitespace issuesJohan Hovold2011-11-15
* USB: serial: do not forward USB specific errors in openJohan Hovold2011-11-15
* USB: serial: add support for multiple read urbsJohan Hovold2011-11-15
* USB: serial: reuse generic write urb and bulk-out bufferJohan Hovold2011-11-15
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-16
|\
| * tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-17
| * tty: remove filp from the USB tty ioctlsAlan Cox2011-02-17
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-17
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-17
* | USB: serial drivers need to use larger bulk-in buffersAlan Stern2011-02-25
|/
* USB serial: add missing .usb_driver field in serial driversAlan Stern2011-01-22
* USB: fix autosuspend bug in usb-serialAlan Stern2010-11-30
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* tty: Make tiocgicount a handlerAlan Cox2010-10-22
* USB: serial: fix leak of usb serial module refrence countMing Lei2010-08-23
* USB: serial: enable async suspend for usb serial port deviceMing Lei2010-08-10
* USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen2010-08-10
* USB: serial: reimplement generic fifo-based writesJohan Hovold2010-05-20
* USB: serial: generalise write buffer preparationJohan Hovold2010-05-20
* USB: serial: generalise generic read implementationJohan Hovold2010-05-20
* USB: serial: allow drivers to define bulk buffer sizesJohan Hovold2010-05-20
* usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-20
* tty: Fix various bogus WARN checks in the usb serial layerAlan Cox2010-03-02
* USB: serial: fix typo in debug messageJohan Hovold2010-03-02
* Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2009-12-23
* kfifo: move out spinlockStefani Seibold2009-12-22
* kfifo: move struct kfifo in placeStefani Seibold2009-12-22
* usb_serial: Kill port mutexAlan Cox2009-12-11