aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ssu100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov1-1/+1
2010-08-10USB: add USB serial ssu100 driverBill Pemberton1-0/+698