summaryrefslogtreecommitdiff
path: root/drivers/staging/serqt_usb2
Commit message (Expand)AuthorAgeFilesLines
* drivers/staging/serqt_usb2:serqt_usb2.c Fix line over 80 characters.Aybuke Ozdemir2014-03-181-5/+11
* staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integerHimangi Saraogi2014-03-071-1/+1
* staging: serqt_usb2: don't use sleep_onArnd Bergmann2014-01-091-10/+7
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* Merge tag 'staging-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-021-144/+144
|\
| * staging: serqt_usb2: lines over 80 characters fixedBernd Bassimir2013-06-171-11/+11
| * staging: serqt_usb2: Fixed coding style CamelCasesBernd Bassimir2013-06-171-144/+144
* | USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-8/+7
* | USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-14/+7
|/
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-6/+1
* TTY: switch tty_schedule_flipJiri Slaby2013-01-151-13/+6
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-5/+4
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-7/+6
* staging/serqt_usb2: Refactor qt_status_change_check() in serqt_usb2.cYAMANE Toshiaki2012-11-161-31/+22
* staging/serqt_usb2: refactor qt_unthrottle() in serqt_usb2.cYAMANE Toshiaki2012-11-131-16/+23
* staging/serqt_usb2: refactor qt_open() in serqt_usb2.cYAMANE Toshiaki2012-11-131-24/+27
* staging/serqt_usb2: refactor qt_read_bulk_callback() in serqt_usb2.cYAMANE Toshiaki2012-11-131-67/+80
* staging/serqt_usb2: fixed line over issue in serqt_usb2.cYAMANE Toshiaki2012-11-131-19/+40
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-91/+63
|\
| * USB: Serial: serqt_usb2.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-5/+0
| * USB: serial: serqt_usb2: remove dbg() usageGreg Kroah-Hartman2012-09-181-89/+64
* | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-011-10/+8
|\ \
| * | serqt_usb2: drag screaming into the 21st centuryAlan Cox2012-08-101-10/+8
| |/
* | staging: serqt_usb2: fix dbg print when kzalloc failed to allocate qt_portDevendra Naga2012-09-041-1/+1
* | staging: serqt_usb2: remove return in ProcessLineStatus and ProcessModemStatusDevendra Naga2012-08-151-2/+0
* | staging: serqt_usb2: remove retval initialisation in qt_tiocmget and qt_tiocmsetDevendra Naga2012-08-151-2/+2
* | staging: serqt_usb2: remove unneeded return in qt_throttleDevendra Naga2012-08-151-1/+0
* | staging: serqt_usb2: remove unneeded return in qt_unthrottleDevendra Naga2012-08-151-2/+0
|/
* staging: serqt_usb2: Fix some typos.Justin P. Mattock2012-06-181-2/+2
* USB: serqt_usb2: remove duplicate device idsGreg Kroah-Hartman2012-05-101-14/+0
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-10/+4
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serqt_usb2.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-041-44/+0
* USB: Staging: serqt_usb2: remove err() usageGreg Kroah-Hartman2012-04-241-2/+3
* USB: serial: serqt_usb2.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-21/+1
* usb-serial: use new registration API in staging driversAlan Stern2012-02-241-21/+9
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* staging: serqt_usb2: remove ssu100 from supported devicesBill Pemberton2011-08-291-3/+0
* Staging: serqt_usb2: fix sleeping with spinlock heldAlexey Khoroshilov2011-08-231-20/+14
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-03-161-2/+1
|\
| * staging: serqt_usb2: Remove NULL check before kfreeIlia Mirkin2011-03-141-2/+1
* | tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
* | tiocmset: kill the file pointer argumentAlan Cox2011-02-171-3/+2
* | tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-3/+3
|/
* Staging: serqt_usb2: fix space coding style issue in serqt_usb2.cRuslan Pisarev2010-05-111-13/+13
* Staging: serqt_usb2: Two branches the same in qt_set_termios()Roel Kluin2010-03-031-1/+1
* staging: make USB device id constantNémeth Márton2010-03-031-1/+1
* Staging: fix assorted typos all over the placeAndré Goddard Rosa2009-12-111-1/+1
* Staging: serqt_usb2: fix qt_open parametersBill Pemberton2009-09-151-1/+1