Age | Commit message (Expand) | Author | Files | Lines |
2013-03-19 | TTY: add tty_port_tty_hangup helper | Jiri Slaby | 1 | -33/+10 |
2013-02-22 | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -35/+25 |
2013-01-16 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -23/+8 |
2013-01-16 | TTY: switch tty_insert_flip_string | Jiri Slaby | 1 | -3/+5 |
2013-01-16 | TTY: switch tty_insert_flip_char | Jiri Slaby | 1 | -9/+12 |
2013-01-12 | usb: serial: keyspan: fixed coding style issues | Stefan Hubner | 1 | -2/+2 |
2012-11-17 | Merge 3.7-rc6 into usb-next. | Greg Kroah-Hartman | 1 | -2/+1 |
2012-11-13 | USB: keyspan: fix typo causing GPF on open | Bjørn Mork | 1 | -2/+1 |
2012-10-31 | USB: serial: remove driver version information | Johan Hovold | 1 | -4/+0 |
2012-10-25 | USB: keyspan: fix NULL-pointer dereferences and memory leaks | Johan Hovold | 1 | -93/+88 |
2012-10-02 | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 1 | -181/+157 |
2012-09-18 | USB: ezusb: add functions for firmware download | Rene Buergel | 1 | -31/+8 |
2012-09-18 | USB: ezusb: add support for Cypress FX2LP | Rene Buergel | 1 | -2/+3 |
2012-09-18 | USB: Serial: keyspan.c: remove debug module parameter | Greg Kroah-Hartman | 1 | -6/+0 |
2012-09-15 | USB: serial: keyspan: fix up some compiler warnings | Greg Kroah-Hartman | 1 | -4/+2 |
2012-09-15 | USB: serial: keyspan: remove dbg() usage | Greg Kroah-Hartman | 1 | -142/+148 |
2012-09-14 | USB: ezusb: remove dependancy on usb_serial | Rene Buergel | 1 | -3/+3 |
2012-08-06 | Merge tty-next into 3.6-rc1 | Greg Kroah-Hartman | 1 | -18/+13 |
2012-07-17 | USB: serial: keyspan: Removed unrequired parentheses. | Ben Minerds | 1 | -1/+1 |
2012-07-17 | USB: serial: keyspan: Removed trailing whitespace. | Ben Minerds | 1 | -1/+1 |
2012-07-17 | USB: serial: keyspan: Fixed space near open parenthesis. | Ben Minerds | 1 | -1/+1 |
2012-07-17 | USB: serial: keyspan: Fixed space around equals. | Ben Minerds | 1 | -1/+1 |
2012-07-17 | USB: serial: keyspan: Fix spacing around conditional. | Ben Minerds | 1 | -9/+9 |
2012-07-17 | tty: move the termios object into the tty | Alan Cox | 1 | -3/+3 |
2012-06-21 | USB: serial: Remove unused s_priv variable | Bill Pemberton | 1 | -5/+0 |
2012-05-09 | USB: serial: rework usb_serial_register/deregister_drivers() | Greg Kroah-Hartman | 1 | -1/+1 |
2012-05-04 | USB: keyspan.c: remove dbg() tracing calls | Greg Kroah-Hartman | 1 | -51/+0 |
2012-02-29 | USB: serial: keyspan.c: use module_usb_serial_driver | Greg Kroah-Hartman | 1 | -19/+1 |
2012-02-25 | usb-serial: use new registration API in [k-m]* drivers | Alan Stern | 1 | -33/+5 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
2011-11-15 | USB: serial: remove unnecessary reinitialisations of urb->dev | Johan Hovold | 1 | -23/+0 |
2011-11-15 | USB: serial: remove changelogs and old todo entries | Johan Hovold | 1 | -67/+0 |
2011-03-17 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+2 |
2011-02-25 | USB: serial: keyspan: Fix possible null pointer dereference. | Huzaifa Sidhpurwala | 1 | -5/+5 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -1/+1 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -1/+1 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -1/+1 |
2010-03-03 | USB: remove references to port->port.count from the serial drivers | Alan Stern | 1 | -39/+18 |
2009-09-20 | tty: USB does not need the filp argument in the drivers | Alan Cox | 1 | -2/+1 |
2009-06-16 | USB: usb-serial: replace shutdown with disconnect, release | Alan Stern | 1 | -1/+12 |
2009-06-11 | tty: Bring the usb tty port structure into more use | Alan Cox | 1 | -3/+10 |
2009-03-25 | USB: drivers: use USB API functions rather than constants | Julia Lawall | 1 | -1/+1 |
2008-10-18 | USB: remove info() macro from usb/serial drivers | Greg Kroah-Hartman | 1 | -1/+2 |
2008-10-13 | tty: usb-serial krefs | Alan Cox | 1 | -37/+40 |
2008-07-23 | keyspan: Use string flip functions when possible | Alan Cox | 1 | -9/+7 |
2008-07-23 | tty-usb-keyspan: Coding style | Alan Cox | 1 | -407/+418 |
2008-07-23 | usb_serial: API all change | Alan Cox | 1 | -81/+57 |
2008-07-10 | keyspan: use request_firmware() | David Woodhouse | 1 | -36/+42 |
2008-04-25 | USB: remove unnecessary type casting of urb->context | Ming Lei | 1 | -14/+14 |
2008-04-25 | usb serial: more fixes and groundwork for tty changes | Alan Cox | 1 | -9/+10 |