summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/usb-serial.c
AgeCommit message (Expand)Author
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-09-19USB: serial: fix up bug with missing {}Greg Kroah-Hartman
2012-09-18USB: serial: core: fix up printk() usageGreg Kroah-Hartman
2012-09-18USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman
2012-09-13USB: serial: core: clean up dbg and printk usage.Greg Kroah-Hartman
2012-09-13USB: serial: core: remove some trace debugging callsGreg Kroah-Hartman
2012-07-17tty: Move the handling of the tty release logicAlan Cox
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-06-26Merge 3.5-rc4 into tty-nextGreg Kroah-Hartman
2012-06-13TTY: usb-serial, use tty_port_installJiri Slaby
2012-06-13usb: use usb_serial_put in usb_serial_probe errorsJan Safrata
2012-06-13USB: serial: Enforce USB driver and USB serial driver matchBjørn Mork
2012-05-16USB: serial: fix up reset_resume callbackGreg Kroah-Hartman
2012-05-16USB: serial: generic driver is only for testingBjørn Mork
2012-05-15USB: serial: hook up reset_resume callbackGreg Kroah-Hartman
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman
2012-05-07usb-serial: ftdi_sio: fix oops during autosuspendAlan Stern
2012-04-25USB: serial: fix interface data useJohan Hovold
2012-04-10USB: serial: fix race between probe and openJohan Hovold
2012-04-09USB: fix bug in serial driver unregistrationAlan Stern
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2012-02-24USB: serial: remove usb_serial_register and usb_serial_deregisterGreg Kroah-Hartman
2012-02-24usb-serial: new API for driver registrationAlan Stern
2012-02-02USB: serial, use tty_standard_installJiri Slaby
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-26USB: remove BKL commentsDavidlohr Bueso
2011-11-15USB: serial: do not forward USB specific errors in writeJohan Hovold
2011-11-15USB: serial: fix whitespace issuesJohan Hovold
2011-11-15USB: serial: do not forward USB specific errors in openJohan Hovold
2011-11-15USB: serial: add support for multiple read urbsJohan Hovold
2011-11-15USB: serial: reuse generic write urb and bulk-out bufferJohan Hovold
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-02-25USB: serial drivers need to use larger bulk-in buffersAlan Stern
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-01-22USB serial: add missing .usb_driver field in serial driversAlan Stern
2010-11-30USB: fix autosuspend bug in usb-serialAlan Stern
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-22tty: Make tiocgicount a handlerAlan Cox
2010-08-23USB: serial: fix leak of usb serial module refrence countMing Lei
2010-08-10USB: serial: enable async suspend for usb serial port deviceMing Lei
2010-08-10USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen