aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAge
* USB: serial: fix null-pointer dereferences on disconnectJohan Hovold2013-02-13
* USB: serial: grab disconnect mutex in chars_in_bufferJohan Hovold2013-01-18
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-15
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-01
|\
| * USB: serial: fix up bug with missing {}Greg Kroah-Hartman2012-09-19
| * USB: serial: core: fix up printk() usageGreg Kroah-Hartman2012-09-18
| * USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman2012-09-18
| * USB: serial: core: clean up dbg and printk usage.Greg Kroah-Hartman2012-09-13
| * USB: serial: core: remove some trace debugging callsGreg Kroah-Hartman2012-09-13
* | tty: Move the handling of the tty release logicAlan Cox2012-07-17
* | tty: move the termios object into the ttyAlan Cox2012-07-16
* | Merge 3.5-rc4 into tty-nextGreg Kroah-Hartman2012-06-26
|\|
| * 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
* | TTY: usb-serial, use tty_port_installJiri Slaby2012-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