aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/quatech_usb2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-10USB: remove staging quatech_usb2 driverGreg Kroah-Hartman4-1974/+0
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-11/+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: quatech_usb2.c: remove dbg() tracing callsGreg Kroah-Hartman1-18/+1
2012-04-24USB: Staging: quatech_usb3: remove err() usageGreg Kroah-Hartman1-2/+2
2012-02-28USB: serial: quatech_usb2.c: use module_usb_serial_driverGreg Kroah-Hartman1-21/+1
2012-02-24usb-serial: use new registration API in staging driversAlan Stern1-22/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-09-19staging: quatech_usb2: Potential lost wakeup scenario in TIOCMIWAITKautuk Consul1-2/+7
2011-03-31Fix common misspellingsLucas De Marchi1-6/+6
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-1/+1
2011-02-18staging/trivial: fix typos concerning "implementation"Uwe Kleine-König1-1/+1
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-09-04staging/trivial: fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-08-02Staging: quatech_usb2: remove unused qt2_box_flush functionJavier Martinez Canillas1-23/+1
2010-05-11Staging: quatech_usb2: fix coding style issuesSoeren Moeller1-6/+6
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: quatech_usb2: Improvements to set_termios methodRichard Ash2-11/+27
2009-09-15Staging: quatech_usb2: Improve debug output and fix write_roomRichard Ash1-40/+42
2009-09-15Staging: quatech_usb2: vendor implementation of break_ctlRichard Ash1-40/+180
2009-09-15Staging: quatech_usb2: vendor implementation of set_termios methodRichard Ash1-67/+263
2009-09-15Staging: quatech_usb2: chars_in_buffer() fixRichard Ash1-29/+12
2009-09-15Staging: quatech_usb2: TIOCMGET and TIOCMSET removalRichard Ash1-18/+14
2009-09-15Staging: quatech_usb2: write_room rewriteRichard Ash1-27/+72
2009-09-15Staging: quatech_usb2: close, read, and some ioctl supportRichard Ash1-48/+646
2009-09-15Staging: quatech_usb2: implement open functionalityRichard Ash1-69/+515
2009-09-15Staging: add Support for Quatech ESU2-100 USB 2.0 8-port serial adaptorRichard Ash3-0/+627