aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/serqt_usb2/serqt_usb2.c
AgeCommit message (Expand)Author
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-01-15TTY: switch tty_schedule_flipJiri Slaby
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2012-11-16staging/serqt_usb2: Refactor qt_status_change_check() in serqt_usb2.cYAMANE Toshiaki
2012-11-13staging/serqt_usb2: refactor qt_unthrottle() in serqt_usb2.cYAMANE Toshiaki
2012-11-13staging/serqt_usb2: refactor qt_open() in serqt_usb2.cYAMANE Toshiaki
2012-11-13staging/serqt_usb2: refactor qt_read_bulk_callback() in serqt_usb2.cYAMANE Toshiaki
2012-11-13staging/serqt_usb2: fixed line over issue in serqt_usb2.cYAMANE Toshiaki
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-09-18USB: Serial: serqt_usb2.c: remove debug module parameterGreg Kroah-Hartman
2012-09-18USB: serial: serqt_usb2: remove dbg() usageGreg Kroah-Hartman
2012-09-04staging: serqt_usb2: fix dbg print when kzalloc failed to allocate qt_portDevendra Naga
2012-08-15staging: serqt_usb2: remove return in ProcessLineStatus and ProcessModemStatusDevendra Naga
2012-08-15staging: serqt_usb2: remove retval initialisation in qt_tiocmget and qt_tiocmsetDevendra Naga
2012-08-15staging: serqt_usb2: remove unneeded return in qt_throttleDevendra Naga
2012-08-15staging: serqt_usb2: remove unneeded return in qt_unthrottleDevendra Naga
2012-08-10serqt_usb2: drag screaming into the 21st centuryAlan Cox
2012-06-18staging: serqt_usb2: Fix some typos.Justin P. Mattock
2012-05-10USB: serqt_usb2: remove duplicate device idsGreg Kroah-Hartman
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman
2012-05-04USB: serqt_usb2.c: remove dbg() tracing callsGreg Kroah-Hartman
2012-04-24USB: Staging: serqt_usb2: remove err() usageGreg Kroah-Hartman
2012-02-28USB: serial: serqt_usb2.c: use module_usb_serial_driverGreg Kroah-Hartman
2012-02-24usb-serial: use new registration API in staging driversAlan Stern
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-08-29staging: serqt_usb2: remove ssu100 from supported devicesBill Pemberton
2011-08-23Staging: serqt_usb2: fix sleeping with spinlock heldAlexey Khoroshilov
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-03-14staging: serqt_usb2: Remove NULL check before kfreeIlia Mirkin
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2010-05-11Staging: serqt_usb2: fix space coding style issue in serqt_usb2.cRuslan Pisarev
2010-03-03Staging: serqt_usb2: Two branches the same in qt_set_termios()Roel Kluin
2010-03-03staging: make USB device id constantNémeth Márton
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa
2009-09-15Staging: serqt_usb2: fix qt_open parametersBill Pemberton
2009-07-28Staging: serqt_usb2: fix memory leak in error caseOliver Neukum
2009-07-28Staging: serqt_usb2: add missing calls to tty_kref_put()Bill Pemberton
2009-07-12Staging: serqt_usb2: declare qt_open static in serqt_usb2Bill Pemberton
2009-07-12Staging: serqt_usb2: fix qt_close parameters in serqt_usb2Bill Pemberton
2009-06-22tty: fix some bogns in the serqt_usb2 driverAlan Cox
2009-06-19Staging: Add serqt_usb2, a rewrite of serqt_usb for the usb-serial layerBill Pemberton