| Commit message (Expand) | Author | Age |
* | USB: serial: fix interface data use | Johan Hovold | 2012-04-25 |
* | USB: serial: fix race between probe and open | Johan Hovold | 2012-04-10 |
* | USB: fix bug in serial driver unregistration | Alan Stern | 2012-04-09 |
* | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 2012-03-20 |
|\ |
|
| * | USB: serial: remove usb_serial_register and usb_serial_deregister | Greg Kroah-Hartman | 2012-02-24 |
| * | usb-serial: new API for driver registration | Alan Stern | 2012-02-24 |
* | | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 2012-03-08 |
* | | USB: serial, use tty_standard_install | Jiri Slaby | 2012-02-02 |
|/ |
|
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-12 |
* | USB: remove BKL comments | Davidlohr Bueso | 2011-11-26 |
* | USB: serial: do not forward USB specific errors in write | Johan Hovold | 2011-11-15 |
* | USB: serial: fix whitespace issues | Johan Hovold | 2011-11-15 |
* | USB: serial: do not forward USB specific errors in open | Johan Hovold | 2011-11-15 |
* | USB: serial: add support for multiple read urbs | Johan Hovold | 2011-11-15 |
* | USB: serial: reuse generic write urb and bulk-out buffer | Johan Hovold | 2011-11-15 |
* | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 2011-08-23 |
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-03-16 |
|\ |
|
| * | tty: now phase out the ioctl file pointer for good | Alan Cox | 2011-02-17 |
| * | tty: remove filp from the USB tty ioctls | Alan Cox | 2011-02-17 |
| * | tiocmset: kill the file pointer argument | Alan Cox | 2011-02-17 |
| * | tiocmget: kill off the passing of the struct file | Alan Cox | 2011-02-17 |
* | | USB: serial drivers need to use larger bulk-in buffers | Alan Stern | 2011-02-25 |
|/ |
|
* | USB serial: add missing .usb_driver field in serial drivers | Alan Stern | 2011-01-22 |
* | USB: fix autosuspend bug in usb-serial | Alan Stern | 2010-11-30 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 |
* | tty: Make tiocgicount a handler | Alan Cox | 2010-10-22 |
* | USB: serial: fix leak of usb serial module refrence count | Ming Lei | 2010-08-23 |
* | USB: serial: enable async suspend for usb serial port device | Ming Lei | 2010-08-10 |
* | USB-BKL: Remove BKL use for usb serial driver probing | Andi Kleen | 2010-08-10 |
* | USB: serial: reimplement generic fifo-based writes | Johan Hovold | 2010-05-20 |
* | USB: serial: generalise write buffer preparation | Johan Hovold | 2010-05-20 |
* | USB: serial: generalise generic read implementation | Johan Hovold | 2010-05-20 |
* | USB: serial: allow drivers to define bulk buffer sizes | Johan Hovold | 2010-05-20 |
* | usb-serial: Use tty_port version console instead of usb_serial_port | Jason Wessel | 2010-05-20 |
* | tty: Fix various bogus WARN checks in the usb serial layer | Alan Cox | 2010-03-02 |
* | USB: serial: fix typo in debug message | Johan Hovold | 2010-03-02 |
* | Fix usb_serial_probe() problem introduced by the recent kfifo changes | Stefani Seibold | 2009-12-23 |
* | kfifo: move out spinlock | Stefani Seibold | 2009-12-22 |
* | kfifo: move struct kfifo in place | Stefani Seibold | 2009-12-22 |
* | usb_serial: Kill port mutex | Alan Cox | 2009-12-11 |
* | usb_serial: Use the shutdown() operation | Alan Cox | 2009-12-11 |
* | tty_port: add "tty_port_open" helper | Alan Cox | 2009-12-11 |
* | USB: small fix in error case of suspend in generic usbserial code | Oliver Neukum | 2009-10-09 |
* | USB: serial: don't call release without attach | Alan Stern | 2009-10-09 |
* | tty: Fix regressions caused by commit b50989dc | Dave Young | 2009-09-27 |
* | USB: use kfifo to buffer usb-generic serial writes | David VomLehn | 2009-09-23 |
* | USB: fix wrong order of events in usb serial suspension | Oliver Neukum | 2009-09-23 |
* | USB: usb-serial, remove unused variables | Jiri Slaby | 2009-09-23 |
* | usb-serial: straighten out serial_open | Alan Stern | 2009-09-19 |
* | usb-serial: add missing tests and debug lines | Alan Stern | 2009-09-19 |