summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/ssu100.c
AgeCommit message (Expand)Author
2013-02-28USB: serial: fix null-pointer dereferences on disconnectJohan Hovold
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