summaryrefslogtreecommitdiffstats
path: root/drivers/staging/serqt_usb2
AgeCommit message (Expand)AuthorLines
2014-06-30staging: serqt_usb2: remove driverKristina Martšenko-1538/+0
2014-06-26Staging: serqt_usb2: fixed frivolous else statement warningsVincent Heuken-23/+22
2014-06-20Staging: serqt_usb2: fixed blank line style warning in serqt_usb2.cVincent Heuken-0/+1
2014-05-03staging: serqt_usb2: Clean up initializations of variablesThomas Vegas-10/+4
2014-05-03staging: serqt_usb2: Add blank line after declarationThomas Vegas-3/+3
2014-05-03staging: serqt_usb2: Remove useless variableThomas Vegas-4/+1
2014-03-18drivers/staging/serqt_usb2:serqt_usb2.c Fix line over 80 characters.Aybuke Ozdemir-5/+11
2014-03-07staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integerHimangi Saraogi-1/+1
2014-01-09staging: serqt_usb2: don't use sleep_onArnd Bergmann-10/+7
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-07-02Merge tag 'staging-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-144/+144
2013-06-17staging: serqt_usb2: lines over 80 characters fixedBernd Bassimir-11/+11
2013-06-17staging: serqt_usb2: Fixed coding style CamelCasesBernd Bassimir-144/+144
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman-8/+7
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman-14/+7
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby-6/+1
2013-01-15TTY: switch tty_schedule_flipJiri Slaby-13/+6
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-5/+4
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby-7/+6
2012-11-16staging/serqt_usb2: Refactor qt_status_change_check() in serqt_usb2.cYAMANE Toshiaki-31/+22
2012-11-13staging/serqt_usb2: refactor qt_unthrottle() in serqt_usb2.cYAMANE Toshiaki-16/+23
2012-11-13staging/serqt_usb2: refactor qt_open() in serqt_usb2.cYAMANE Toshiaki-24/+27
2012-11-13staging/serqt_usb2: refactor qt_read_bulk_callback() in serqt_usb2.cYAMANE Toshiaki-67/+80
2012-11-13staging/serqt_usb2: fixed line over issue in serqt_usb2.cYAMANE Toshiaki-19/+40
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds-91/+63
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds-10/+8
2012-09-18USB: Serial: serqt_usb2.c: remove debug module parameterGreg Kroah-Hartman-5/+0
2012-09-18USB: serial: serqt_usb2: remove dbg() usageGreg Kroah-Hartman-89/+64
2012-09-04staging: serqt_usb2: fix dbg print when kzalloc failed to allocate qt_portDevendra Naga-1/+1
2012-08-15staging: serqt_usb2: remove return in ProcessLineStatus and ProcessModemStatusDevendra Naga-2/+0
2012-08-15staging: serqt_usb2: remove retval initialisation in qt_tiocmget and qt_tiocmsetDevendra Naga-2/+2
2012-08-15staging: serqt_usb2: remove unneeded return in qt_throttleDevendra Naga-1/+0
2012-08-15staging: serqt_usb2: remove unneeded return in qt_unthrottleDevendra Naga-2/+0
2012-08-10serqt_usb2: drag screaming into the 21st centuryAlan Cox-10/+8
2012-06-18staging: serqt_usb2: Fix some typos.Justin P. Mattock-2/+2
2012-05-10USB: serqt_usb2: remove duplicate device idsGreg Kroah-Hartman-14/+0
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman-10/+4
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman-1/+0
2012-05-04USB: serqt_usb2.c: remove dbg() tracing callsGreg Kroah-Hartman-44/+0
2012-04-24USB: Staging: serqt_usb2: remove err() usageGreg Kroah-Hartman-2/+3
2012-02-28USB: serial: serqt_usb2.c: use module_usb_serial_driverGreg Kroah-Hartman-21/+1
2012-02-24usb-serial: use new registration API in staging driversAlan Stern-21/+9
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+1
2011-08-29staging: serqt_usb2: remove ssu100 from supported devicesBill Pemberton-3/+0
2011-08-23Staging: serqt_usb2: fix sleeping with spinlock heldAlexey Khoroshilov-20/+14
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1
2011-03-14staging: serqt_usb2: Remove NULL check before kfreeIlia Mirkin-2/+1
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox-3/+2