aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ssu100.c
Commit message (Expand)AuthorAge
* USB: serial: remove driver version informationJohan Hovold2012-10-31
* USB: ssu100: fix port-data memory leakJohan Hovold2012-10-17
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-01
|\
| * USB: serial: ssu100.c: remove debug module parameterGreg Kroah-Hartman2012-09-14
| * USB: serial: ssu100.c: remove dbg() usageGreg Kroah-Hartman2012-09-14
* | tty: move the termios object into the ttyAlan Cox2012-07-16
|/
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-08
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-07
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-07
* usb-serial: clean up unneeded PM-related fieldsAlan Stern2012-05-07
* USB: ssu100.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-03
* USB: serial: ssu100.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-28
* usb-serial: use new registration API in [q-s]* driversAlan Stern2012-02-24
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
* tty: remove filp from the USB tty ioctlsAlan Cox2011-02-17
* tiocmset: kill the file pointer argumentAlan Cox2011-02-17
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-17
* USB: ssu100: remove max_packet_size calculationBill Pemberton2010-11-11
* tty: Fix warning left over from TIOCGICOUNT changesAlan Cox2010-10-22
* tty: Convert the USB drivers to the new icount interfaceAlan Cox2010-10-22
* USB: ssu100: turn off debug flagBill Pemberton2010-09-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-28
|\
| * USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov2010-08-21
* | USB: ssu100: set tty_flags in ssu100_process_packetBill Pemberton2010-08-23
* | USB: ssu100: add disconnect function for ssu100Bill Pemberton2010-08-23
* | USB: ssu100: rework logic for TIOCMIWAITBill Pemberton2010-08-23
* | USB: ssu100: add register parameter to ssu100_setregisterBill Pemberton2010-08-23
* | USB: ssu100: remove duplicate #defines in ssu100Bill Pemberton2010-08-23
* | USB: ssu100: refine process_packet in ssu100Bill Pemberton2010-08-23
* | USB: ssu100: add locking for port private data in ssu100Bill Pemberton2010-08-23
|/
* USB: add USB serial ssu100 driverBill Pemberton2010-08-10