aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/quatech2.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman1-4/+0
This handles the merge issue in: arch/um/drivers/line.c arch/um/drivers/line.h And resolves the duplicate patches that were in both trees do to the tty-next branch not getting merged into 3.6-rc1. Signed-off-by: Greg Kroah-Hartman <[email protected]>
2012-07-16tty: move the termios object into the ttyAlan Cox1-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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2012-06-20USB: serial: Remove unused serial_priv variableBill Pemberton1-4/+0
qt2_open() and qt2_close() both set a serial_priv variable but never used it. Remove the variable from the functions. Signed-off-by: Bill Pemberton <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2012-05-10USB: serial: add copyright and license to quatech2Bill Pemberton1-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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2012-05-10USB: serial: add quatech2 usb to serial driverBill Pemberton1-0/+1149
This supports the Quatech USB 2 usb to serial adapters. Signed-off-by: Bill Pemberton <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>