summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/quatech2.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | tty: move the termios object into the ttyAlan Cox2012-07-161-2/+2
|/ | | | | | | | | | | | This will let us sort out a whole pile of tty related races. The alternative would be to keep points and refcount the termios objects. However 1. They are tiny anyway 2. Many devices don't use the stored copies 3. We can remove a pty special case Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* USB: serial: add copyright and license to quatech2Bill Pemberton2012-05-101-0/+6
| | | | | | | | Add a copyright and license statement to the head of quatech.c source file. No code change here. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* USB: serial: add quatech2 usb to serial driverBill Pemberton2012-05-101-0/+1149
This supports the Quatech USB 2 usb to serial adapters. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
OpenPOWER on IntegriCloud