aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/serqt_usb2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-02Merge tag 'staging-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-144/+144
2013-06-17staging: serqt_usb2: lines over 80 characters fixedBernd Bassimir1-11/+11
2013-06-17staging: serqt_usb2: Fixed coding style CamelCasesBernd Bassimir1-144/+144
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-8/+7
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-14/+7
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-6/+1
2013-01-15TTY: switch tty_schedule_flipJiri Slaby1-13/+6
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+4
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-7/+6
2012-11-16staging/serqt_usb2: Refactor qt_status_change_check() in serqt_usb2.cYAMANE Toshiaki1-31/+22
2012-11-13staging/serqt_usb2: refactor qt_unthrottle() in serqt_usb2.cYAMANE Toshiaki1-16/+23
2012-11-13staging/serqt_usb2: refactor qt_open() in serqt_usb2.cYAMANE Toshiaki1-24/+27
2012-11-13staging/serqt_usb2: refactor qt_read_bulk_callback() in serqt_usb2.cYAMANE Toshiaki1-67/+80
2012-11-13staging/serqt_usb2: fixed line over issue in serqt_usb2.cYAMANE Toshiaki1-19/+40
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-91/+63
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-10/+8
2012-09-18USB: Serial: serqt_usb2.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-18USB: serial: serqt_usb2: remove dbg() usageGreg Kroah-Hartman1-89/+64
2012-09-04staging: serqt_usb2: fix dbg print when kzalloc failed to allocate qt_portDevendra Naga1-1/+1
2012-08-15staging: serqt_usb2: remove return in ProcessLineStatus and ProcessModemStatusDevendra Naga1-2/+0
2012-08-15staging: serqt_usb2: remove retval initialisation in qt_tiocmget and qt_tiocmsetDevendra Naga1-2/+2
2012-08-15staging: serqt_usb2: remove unneeded return in qt_throttleDevendra Naga1-1/+0
2012-08-15staging: serqt_usb2: remove unneeded return in qt_unthrottleDevendra Naga1-2/+0
2012-08-10serqt_usb2: drag screaming into the 21st centuryAlan Cox1-10/+8
2012-06-18staging: serqt_usb2: Fix some typos.Justin P. Mattock1-2/+2
2012-05-10USB: serqt_usb2: remove duplicate device idsGreg Kroah-Hartman1-14/+0
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-10/+4
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-04USB: serqt_usb2.c: remove dbg() tracing callsGreg Kroah-Hartman1-44/+0
2012-04-24USB: Staging: serqt_usb2: remove err() usageGreg Kroah-Hartman1-2/+3
2012-02-28USB: serial: serqt_usb2.c: use module_usb_serial_driverGreg Kroah-Hartman1-21/+1
2012-02-24usb-serial: use new registration API in staging driversAlan Stern1-21/+9
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-08-29staging: serqt_usb2: remove ssu100 from supported devicesBill Pemberton1-3/+0
2011-08-23Staging: serqt_usb2: fix sleeping with spinlock heldAlexey Khoroshilov1-20/+14
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-2/+1
2011-03-14staging: serqt_usb2: Remove NULL check before kfreeIlia Mirkin1-2/+1
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-3/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-3/+3
2010-05-11Staging: serqt_usb2: fix space coding style issue in serqt_usb2.cRuslan Pisarev1-13/+13
2010-03-03Staging: serqt_usb2: Two branches the same in qt_set_termios()Roel Kluin1-1/+1
2010-03-03staging: make USB device id constantNémeth Márton1-1/+1
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-15Staging: serqt_usb2: fix qt_open parametersBill Pemberton1-1/+1
2009-07-28Staging: serqt_usb2: fix memory leak in error caseOliver Neukum1-0/+5
2009-07-28Staging: serqt_usb2: add missing calls to tty_kref_put()Bill Pemberton1-6/+9
2009-07-12Staging: serqt_usb2: declare qt_open static in serqt_usb2Bill Pemberton1-1/+1
2009-07-12Staging: serqt_usb2: fix qt_close parameters in serqt_usb2Bill Pemberton1-2/+4