Age | Commit message (Expand) | Author |
2014-05-03 | staging: serqt_usb2: Clean up initializations of variables | Thomas Vegas |
2014-05-03 | staging: serqt_usb2: Add blank line after declaration | Thomas Vegas |
2014-05-03 | staging: serqt_usb2: Remove useless variable | Thomas Vegas |
2014-03-18 | drivers/staging/serqt_usb2:serqt_usb2.c Fix line over 80 characters. | Aybuke Ozdemir |
2014-03-07 | staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integer | Himangi Saraogi |
2014-01-09 | staging: serqt_usb2: don't use sleep_on | Arnd Bergmann |
2013-12-17 | staging: delete non-required instances of include <linux/init.h> | Paul Gortmaker |
2013-07-02 | Merge tag 'staging-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2013-06-17 | staging: serqt_usb2: lines over 80 characters fixed | Bernd Bassimir |
2013-06-17 | staging: serqt_usb2: Fixed coding style CamelCases | Bernd Bassimir |
2013-06-17 | USB: serial: make minor allocation dynamic | Greg Kroah-Hartman |
2013-06-10 | USB: serial: ports: add minor and port number | Greg Kroah-Hartman |
2013-03-18 | TTY: add tty_port_tty_wakeup helper | Jiri Slaby |
2013-01-15 | TTY: switch tty_schedule_flip | Jiri Slaby |
2013-01-15 | TTY: switch tty_flip_buffer_push | Jiri Slaby |
2013-01-15 | TTY: switch tty_insert_flip_char | Jiri Slaby |
2012-11-16 | staging/serqt_usb2: Refactor qt_status_change_check() in serqt_usb2.c | YAMANE Toshiaki |
2012-11-13 | staging/serqt_usb2: refactor qt_unthrottle() in serqt_usb2.c | YAMANE Toshiaki |
2012-11-13 | staging/serqt_usb2: refactor qt_open() in serqt_usb2.c | YAMANE Toshiaki |
2012-11-13 | staging/serqt_usb2: refactor qt_read_bulk_callback() in serqt_usb2.c | YAMANE Toshiaki |
2012-11-13 | staging/serqt_usb2: fixed line over issue in serqt_usb2.c | YAMANE Toshiaki |
2012-10-01 | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds |
2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds |
2012-09-18 | USB: Serial: serqt_usb2.c: remove debug module parameter | Greg Kroah-Hartman |
2012-09-18 | USB: serial: serqt_usb2: remove dbg() usage | Greg Kroah-Hartman |
2012-09-04 | staging: serqt_usb2: fix dbg print when kzalloc failed to allocate qt_port | Devendra Naga |
2012-08-15 | staging: serqt_usb2: remove return in ProcessLineStatus and ProcessModemStatus | Devendra Naga |
2012-08-15 | staging: serqt_usb2: remove retval initialisation in qt_tiocmget and qt_tiocmset | Devendra Naga |
2012-08-15 | staging: serqt_usb2: remove unneeded return in qt_throttle | Devendra Naga |
2012-08-15 | staging: serqt_usb2: remove unneeded return in qt_unthrottle | Devendra Naga |
2012-08-10 | serqt_usb2: drag screaming into the 21st century | Alan Cox |
2012-06-18 | staging: serqt_usb2: Fix some typos. | Justin P. Mattock |
2012-05-10 | USB: serqt_usb2: remove duplicate device ids | Greg Kroah-Hartman |
2012-05-08 | USB: serial: rework usb_serial_register/deregister_drivers() | Greg Kroah-Hartman |
2012-05-07 | USB: serial: remove usb_serial_disconnect call in all drivers | Greg Kroah-Hartman |
2012-05-07 | USB: serial: remove usb_serial_probe call in all drivers | Greg Kroah-Hartman |
2012-05-04 | USB: serqt_usb2.c: remove dbg() tracing calls | Greg Kroah-Hartman |
2012-04-24 | USB: Staging: serqt_usb2: remove err() usage | Greg Kroah-Hartman |
2012-02-28 | USB: serial: serqt_usb2.c: use module_usb_serial_driver | Greg Kroah-Hartman |
2012-02-24 | usb-serial: use new registration API in staging drivers | Alan Stern |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell |
2011-08-29 | staging: serqt_usb2: remove ssu100 from supported devices | Bill Pemberton |
2011-08-23 | Staging: serqt_usb2: fix sleeping with spinlock held | Alexey Khoroshilov |
2011-03-16 | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2011-03-14 | staging: serqt_usb2: Remove NULL check before kfree | Ilia Mirkin |
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 |
2010-05-11 | Staging: serqt_usb2: fix space coding style issue in serqt_usb2.c | Ruslan Pisarev |
2010-03-03 | Staging: serqt_usb2: Two branches the same in qt_set_termios() | Roel Kluin |