summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAgeFilesLines
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-0/+1
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-100/+76Star
|\
| * USB: serial: fix up bug with missing {}Greg Kroah-Hartman2012-09-191-1/+2
| * USB: serial: core: fix up printk() usageGreg Kroah-Hartman2012-09-181-10/+3Star
| * USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman2012-09-181-6/+2Star
| * USB: serial: core: clean up dbg and printk usage.Greg Kroah-Hartman2012-09-141-77/+69Star
| * USB: serial: core: remove some trace debugging callsGreg Kroah-Hartman2012-09-141-6/+0Star
* | tty: Move the handling of the tty release logicAlan Cox2012-07-171-2/+1Star
* | tty: move the termios object into the ttyAlan Cox2012-07-161-1/+1
* | Merge 3.5-rc4 into tty-nextGreg Kroah-Hartman2012-06-271-5/+7
|\|
| * usb: use usb_serial_put in usb_serial_probe errorsJan Safrata2012-06-141-3/+3
| * USB: serial: Enforce USB driver and USB serial driver matchBjørn Mork2012-06-131-2/+4
* | TTY: usb-serial, use tty_port_installJiri Slaby2012-06-141-1/+1
|/
* USB: serial: fix up reset_resume callbackGreg Kroah-Hartman2012-05-161-2/+4
* USB: serial: generic driver is only for testingBjørn Mork2012-05-161-0/+2
* USB: serial: hook up reset_resume callbackGreg Kroah-Hartman2012-05-161-1/+23
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-16/+22
* USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman2012-05-071-1/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-13/+13
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+1
* usb-serial: ftdi_sio: fix oops during autosuspendAlan Stern2012-05-071-2/+7
* USB: serial: fix interface data useJohan Hovold2012-04-251-4/+2Star
* USB: serial: fix race between probe and openJohan Hovold2012-04-101-0/+8
* USB: fix bug in serial driver unregistrationAlan Stern2012-04-101-21/+2Star
* Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-201-5/+72
|\
| * USB: serial: remove usb_serial_register and usb_serial_deregisterGreg Kroah-Hartman2012-02-241-10/+2Star
| * usb-serial: new API for driver registrationAlan Stern2012-02-241-0/+75
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0Star
* | USB: serial, use tty_standard_installJiri Slaby2012-02-031-10/+6Star
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: remove BKL commentsDavidlohr Bueso2011-11-271-2/+0Star
* USB: serial: do not forward USB specific errors in writeJohan Hovold2011-11-151-0/+2
* USB: serial: fix whitespace issuesJohan Hovold2011-11-151-8/+9
* USB: serial: do not forward USB specific errors in openJohan Hovold2011-11-151-0/+4
* USB: serial: add support for multiple read urbsJohan Hovold2011-11-151-19/+31
* USB: serial: reuse generic write urb and bulk-out bufferJohan Hovold2011-11-151-19/+4Star
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-4/+4
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-6/+6
|\
| * tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
| * tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-171-2/+2
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-2/+2
* | USB: serial drivers need to use larger bulk-in buffersAlan Stern2011-02-251-3/+2Star
|/
* USB serial: add missing .usb_driver field in serial driversAlan Stern2011-01-231-2/+6
* USB: fix autosuspend bug in usb-serialAlan Stern2010-11-301-0/+3
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* tty: Make tiocgicount a handlerAlan Cox2010-10-221-0/+13
* USB: serial: fix leak of usb serial module refrence countMing Lei2010-08-241-16/+7Star
* USB: serial: enable async suspend for usb serial port deviceMing Lei2010-08-101-0/+2
* USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen2010-08-101-16/+14Star