summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ssu100.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: fix module-license macrosJohan Hovold2017-11-041-1/+1
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: drop unused ASYNC flagsJohan Hovold2017-01-261-1/+0
* USB: serial: ssu100: fix control-message error handlingJohan Hovold2017-01-161-7/+24
* USB: serial: fix invalid user-pointer checksJohan Hovold2016-11-111-3/+0
* USB: ssu100: fix overrun-error reportingJohan Hovold2014-11-191-8/+3
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-4/+0
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-1/+1
* USB: ssu100: switch to generic TIOCMIWAIT implementationJohan Hovold2013-03-251-48/+2
* USB: ssu100: switch to generic get_icount implementationJohan Hovold2013-03-251-40/+15
* USB: ssu100: remove custom close operationJohan Hovold2013-03-251-6/+0
* USB: ssu100: remove explicit initialisation of disconnectJohan Hovold2013-03-251-1/+0
* USB: ssu100: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-5/+7
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-24/+7
|\
| * TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-20/+3
| * TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-5/+5
| * TTY: convert more flipping functionsJiri Slaby2013-01-151-1/+1
* | USB: serial: fix null-pointer dereferences on disconnectJohan Hovold2013-02-131-11/+8
|/
* USB: serial: remove driver version informationJohan Hovold2012-10-311-2/+0
* USB: ssu100: fix port-data memory leakJohan Hovold2012-10-171-14/+20
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-21/+16
|\
| * USB: serial: ssu100.c: remove debug module parameterGreg Kroah-Hartman2012-09-141-5/+0
| * USB: serial: ssu100.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-16/+16
* | tty: move the termios object into the ttyAlan Cox2012-07-161-2/+2
|/
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-8/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* usb-serial: clean up unneeded PM-related fieldsAlan Stern2012-05-071-3/+0
* USB: ssu100.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-19/+0
* USB: serial: ssu100.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-20/+1
* usb-serial: use new registration API in [q-s]* driversAlan Stern2012-02-241-22/+9
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* 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
OpenPOWER on IntegriCloud