aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/serqt_usb2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-22tty: fix some bogns in the serqt_usb2 driverAlan Cox1-19/+10
2009-06-19Staging: Add serqt_usb2, a rewrite of serqt_usb for the usb-serial layerBill Pemberton3-0/+1674