aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ssu100.c
Commit message (Expand)AuthorAgeFilesLines
* USB: ssu100: fix overrun-error reportingJohan Hovold2014-12-141-7/+4
* USB: ssu100: fix use-after-free in TIOCMIWAITJohan Hovold2013-04-251-5/+7
* USB: serial: fix null-pointer dereferences on disconnectJohan Hovold2013-03-061-11/+8
* tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* USB: ssu100: remove max_packet_size calculationBill Pemberton2010-11-111-48/+8
* tty: Fix warning left over from TIOCGICOUNT changesAlan Cox2010-10-221-2/+0
* tty: Convert the USB drivers to the new icount interfaceAlan Cox2010-10-221-21/+25
* USB: ssu100: turn off debug flagBill Pemberton2010-09-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-1/+1
|\
| * USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov2010-08-211-1/+1
* | USB: ssu100: set tty_flags in ssu100_process_packetBill Pemberton2010-08-231-9/+29
* | USB: ssu100: add disconnect function for ssu100Bill Pemberton2010-08-231-1/+1
* | USB: ssu100: rework logic for TIOCMIWAITBill Pemberton2010-08-231-35/+111
* | USB: ssu100: add register parameter to ssu100_setregisterBill Pemberton2010-08-231-3/+4
* | USB: ssu100: remove duplicate #defines in ssu100Bill Pemberton2010-08-231-55/+31
* | USB: ssu100: refine process_packet in ssu100Bill Pemberton2010-08-231-6/+2
* | USB: ssu100: add locking for port private data in ssu100Bill Pemberton2010-08-231-1/+8
|/
* USB: add USB serial ssu100 driverBill Pemberton2010-08-101-0/+698