summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ti_usb_3410_5052.c
Commit message (Expand)AuthorAgeFilesLines
* USB: ti_usb_3410_5052: fix port-data memory leakJohan Hovold2012-10-171-45/+43Star
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-81/+69Star
|\
| * USB: serial: ti_usb_3410_5052: fix up noisy printk() usageGreg Kroah-Hartman2012-09-181-8/+1Star
| * USB: Serial: ti_usb_3410_5052.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-4/+0Star
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-4/+4
| * USB: serial: ti_usb_3410_5052.c: remove dbg() usageGreg Kroah-Hartman2012-09-151-65/+64Star
* | tty: move the termios object into the ttyAlan Cox2012-07-161-5/+5
|/
* USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial consoleDarren Hart2012-05-121-2/+4
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-9/+2Star
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: ti_usb_3410_5052.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-041-38/+0Star
* USB: serial: removed assignment from if statements in ti_usb_3410_5052.cAdhir Ramjiawan2012-04-181-2/+6
* usb-serial: use new registration API in [t-z]* driversAlan Stern2012-02-241-27/+8Star
* Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman2012-02-231-3/+2Star
|\
| * USB: serial: use dev_err_console in custom write pathsJohan Hovold2012-02-101-3/+2Star
* | USB: Serial: ti_usb_3410_5052: Add Abbot Diabetes Care cable idAndrew Lunn2012-02-221-2/+4
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: serial: remove unnecessary reinitialisations of urb fieldsJohan Hovold2011-11-151-3/+0Star
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-7/+3Star
* USB: TI 3410/5052 USB Serial Driver: Fix mem leak when firmware is too big.Jesper Juhl2011-06-141-0/+1
* Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-241-1/+1
|\
| * USB: ti_usb: fix module removalIonut Nicu2011-02-041-1/+1
* | tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-2/+2
* | tiocmset: kill the file pointer argumentAlan Cox2011-02-171-3/+3
* | tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-2/+2
|/
* tty: Convert the USB drivers to the new icount interfaceAlan Cox2010-10-221-8/+29
* USB: ti_usb: use kfifo to implement write bufferingJohan Hovold2010-05-201-165/+14Star
* USB: ti_usb: fix printk format warningRandy Dunlap2010-04-301-1/+1
* USB: ti_usb_3410_5052: adding multitech dialup fax/modem devicesAlex Manoussakis2010-04-231-4/+22
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-2/+1Star
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-4/+2Star
* tty: fix chars_in_buffersAlan Cox2009-07-211-2/+2
* USB: fix uninitialised variable in ti_do_downloadOliver Neukum2009-07-131-1/+1
* USB: ti_usb_3410_5052: fix duplicate device ids.Greg Kroah-Hartman2009-07-131-1/+0Star
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-161-6/+4Star
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-4/+2Star
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-13/+1Star
* tty: Fix leak in ti-usbAlan Cox2009-04-141-12/+14
* USB: two more usb ids for ti_usb_3410_5052Oliver Neukum2009-02-091-3/+7
* USB: new id for ti_usb_3410_5052 driverOliver Neukum2009-01-281-0/+3
* ti_usb_3410_5052: add Multi-Tech firmwareChris Adams2009-01-131-0/+3
* ti_usb_3410_5052: add Multi-Tech modem supportChris Adams2009-01-131-5/+31
* ti_usb_3410_5052: support alternate firmwareChris Adams2009-01-131-15/+29
* USB: set correct configuration in probe of ti_usb_3410_5052Oliver Neukum2008-12-171-52/+3Star
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-1/+2
* USB: ti_usb_3410_5052: removed duplicated includeHuang Weiyi2008-10-171-1/+0Star
* tty: usb-serial krefsAlan Cox2008-10-131-21/+23
* usb serial: ti_usb_3410_5052 obviously broken by firmware changesChris Adams2008-09-231-1/+1
* tty-usb-ti-usb: Coding styleAlan Cox2008-07-221-115/+151