summaryrefslogtreecommitdiffstats
path: root/drivers/staging/quatech_usb2
AgeCommit message (Expand)AuthorLines
2012-05-10USB: remove staging quatech_usb2 driverGreg Kroah-Hartman-1974/+0
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman-11/+4
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman-1/+0
2012-05-04USB: quatech_usb2.c: remove dbg() tracing callsGreg Kroah-Hartman-18/+1
2012-04-24USB: Staging: quatech_usb3: remove err() usageGreg Kroah-Hartman-2/+2
2012-02-28USB: serial: quatech_usb2.c: use module_usb_serial_driverGreg Kroah-Hartman-21/+1
2012-02-24usb-serial: use new registration API in staging driversAlan Stern-22/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+1
2011-09-19staging: quatech_usb2: Potential lost wakeup scenario in TIOCMIWAITKautuk Consul-2/+7
2011-03-31Fix common misspellingsLucas De Marchi-6/+6
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2011-02-18staging/trivial: fix typos concerning "implementation"Uwe Kleine-König-1/+1
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox-1/+1
2010-09-04staging/trivial: fix typos concerning "initiali[zs]e"Uwe Kleine-König-1/+1
2010-08-02Staging: quatech_usb2: remove unused qt2_box_flush functionJavier Martinez Canillas-23/+1
2010-05-11Staging: quatech_usb2: fix coding style issuesSoeren Moeller-6/+6
2010-03-03staging: make USB device id constantNémeth Márton-1/+1
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-09-15Staging: quatech_usb2: Improvements to set_termios methodRichard Ash-11/+27
2009-09-15Staging: quatech_usb2: Improve debug output and fix write_roomRichard Ash-40/+42
2009-09-15Staging: quatech_usb2: vendor implementation of break_ctlRichard Ash-40/+180
2009-09-15Staging: quatech_usb2: vendor implementation of set_termios methodRichard Ash-67/+263
2009-09-15Staging: quatech_usb2: chars_in_buffer() fixRichard Ash-29/+12
2009-09-15Staging: quatech_usb2: TIOCMGET and TIOCMSET removalRichard Ash-18/+14
2009-09-15Staging: quatech_usb2: write_room rewriteRichard Ash-27/+72
2009-09-15Staging: quatech_usb2: close, read, and some ioctl supportRichard Ash-48/+646
2009-09-15Staging: quatech_usb2: implement open functionalityRichard Ash-69/+515
2009-09-15Staging: add Support for Quatech ESU2-100 USB 2.0 8-port serial adaptorRichard Ash-0/+627