summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ssu100.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: ssu100.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-16/+16
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-8/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* usb-serial: clean up unneeded PM-related fieldsAlan Stern2012-05-071-3/+0
* USB: ssu100.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-19/+0
* USB: serial: ssu100.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-20/+1
* usb-serial: use new registration API in [q-s]* driversAlan Stern2012-02-241-22/+9
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* USB: ssu100: remove max_packet_size calculationBill Pemberton2010-11-111-48/+8
* tty: Fix warning left over from TIOCGICOUNT changesAlan Cox2010-10-221-2/+0
* tty: Convert the USB drivers to the new icount interfaceAlan Cox2010-10-221-21/+25
* USB: ssu100: turn off debug flagBill Pemberton2010-09-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-1/+1
|\
| * USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov2010-08-211-1/+1
* | USB: ssu100: set tty_flags in ssu100_process_packetBill Pemberton2010-08-231-9/+29
* | USB: ssu100: add disconnect function for ssu100Bill Pemberton2010-08-231-1/+1
* | USB: ssu100: rework logic for TIOCMIWAITBill Pemberton2010-08-231-35/+111
* | USB: ssu100: add register parameter to ssu100_setregisterBill Pemberton2010-08-231-3/+4
* | USB: ssu100: remove duplicate #defines in ssu100Bill Pemberton2010-08-231-55/+31
* | USB: ssu100: refine process_packet in ssu100Bill Pemberton2010-08-231-6/+2
* | USB: ssu100: add locking for port private data in ssu100Bill Pemberton2010-08-231-1/+8
|/
* USB: add USB serial ssu100 driverBill Pemberton2010-08-101-0/+698
OpenPOWER on IntegriCloud