aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ssu100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-13ssu100: switch to ->get_serial()Al Viro1-31/+11
2018-06-25USB: serial: cast sizeof() to int when comparing with error codeChengguang Xu1-1/+1
2017-11-04USB: serial: fix module-license macrosJohan Hovold1-1/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-01-26USB: serial: drop unused ASYNC flagsJohan Hovold1-1/+0
2017-01-16USB: serial: ssu100: fix control-message error handlingJohan Hovold1-7/+24
2016-11-11USB: serial: fix invalid user-pointer checksJohan Hovold1-3/+0
2014-11-19USB: ssu100: fix overrun-error reportingJohan Hovold1-8/+3
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold1-4/+0
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-1/+1
2013-03-25USB: ssu100: switch to generic TIOCMIWAIT implementationJohan Hovold1-48/+2
2013-03-25USB: ssu100: switch to generic get_icount implementationJohan Hovold1-40/+15
2013-03-25USB: ssu100: remove custom close operationJohan Hovold1-6/+0
2013-03-25USB: ssu100: remove explicit initialisation of disconnectJohan Hovold1-1/+0
2013-03-21USB: ssu100: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+7
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-24/+7
2013-02-13USB: serial: fix null-pointer dereferences on disconnectJohan Hovold1-11/+8
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-20/+3
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-5/+5
2013-01-15TTY: convert more flipping functionsJiri Slaby1-1/+1
2012-10-31USB: serial: remove driver version informationJohan Hovold1-2/+0
2012-10-17USB: ssu100: fix port-data memory leakJohan Hovold1-14/+20
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-21/+16
2012-09-14USB: serial: ssu100.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-14USB: serial: ssu100.c: remove dbg() usageGreg Kroah-Hartman1-16/+16
2012-07-16tty: move the termios object into the ttyAlan Cox1-2/+2
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-8/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07usb-serial: clean up unneeded PM-related fieldsAlan Stern1-3/+0
2012-05-03USB: ssu100.c: remove dbg() tracing callsGreg Kroah-Hartman1-19/+0
2012-02-28USB: serial: ssu100.c: use module_usb_serial_driverGreg Kroah-Hartman1-20/+1
2012-02-24usb-serial: use new registration API in [q-s]* driversAlan Stern1-22/+9
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-11-11USB: ssu100: remove max_packet_size calculationBill Pemberton1-48/+8
2010-10-22tty: Fix warning left over from TIOCGICOUNT changesAlan Cox1-2/+0
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox1-21/+25
2010-09-03USB: ssu100: turn off debug flagBill Pemberton1-1/+1
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2010-08-23USB: ssu100: set tty_flags in ssu100_process_packetBill Pemberton1-9/+29
2010-08-23USB: ssu100: add disconnect function for ssu100Bill Pemberton1-1/+1
2010-08-23USB: ssu100: rework logic for TIOCMIWAITBill Pemberton1-35/+111
2010-08-23USB: ssu100: add register parameter to ssu100_setregisterBill Pemberton1-3/+4
2010-08-23USB: ssu100: remove duplicate #defines in ssu100Bill Pemberton1-55/+31
2010-08-23USB: ssu100: refine process_packet in ssu100Bill Pemberton1-6/+2
2010-08-23USB: ssu100: add locking for port private data in ssu100Bill Pemberton1-1/+8