aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/ssu100.c
AgeCommit message (Expand)Author
2014-11-19USB: ssu100: fix overrun-error reportingJohan Hovold
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman
2013-03-25USB: ssu100: switch to generic TIOCMIWAIT implementationJohan Hovold
2013-03-25USB: ssu100: switch to generic get_icount implementationJohan Hovold
2013-03-25USB: ssu100: remove custom close operationJohan Hovold
2013-03-25USB: ssu100: remove explicit initialisation of disconnectJohan Hovold
2013-03-21USB: ssu100: fix use-after-free in TIOCMIWAITJohan Hovold
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-13USB: serial: fix null-pointer dereferences on disconnectJohan Hovold
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15TTY: convert more flipping functionsJiri Slaby
2012-10-31USB: serial: remove driver version informationJohan Hovold
2012-10-17USB: ssu100: fix port-data memory leakJohan Hovold
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-09-14USB: serial: ssu100.c: remove debug module parameterGreg Kroah-Hartman
2012-09-14USB: serial: ssu100.c: remove dbg() usageGreg Kroah-Hartman
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman
2012-05-07usb-serial: clean up unneeded PM-related fieldsAlan Stern
2012-05-03USB: ssu100.c: remove dbg() tracing callsGreg Kroah-Hartman
2012-02-28USB: serial: ssu100.c: use module_usb_serial_driverGreg Kroah-Hartman
2012-02-24usb-serial: use new registration API in [q-s]* driversAlan Stern
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2010-11-11USB: ssu100: remove max_packet_size calculationBill Pemberton
2010-10-22tty: Fix warning left over from TIOCGICOUNT changesAlan Cox
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox
2010-09-03USB: ssu100: turn off debug flagBill Pemberton
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-08-23USB: ssu100: set tty_flags in ssu100_process_packetBill Pemberton
2010-08-23USB: ssu100: add disconnect function for ssu100Bill Pemberton
2010-08-23USB: ssu100: rework logic for TIOCMIWAITBill Pemberton
2010-08-23USB: ssu100: add register parameter to ssu100_setregisterBill Pemberton
2010-08-23USB: ssu100: remove duplicate #defines in ssu100Bill Pemberton
2010-08-23USB: ssu100: refine process_packet in ssu100Bill Pemberton
2010-08-23USB: ssu100: add locking for port private data in ssu100Bill Pemberton
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov
2010-08-10USB: add USB serial ssu100 driverBill Pemberton