aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ti_usb_3410_5052.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-11USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial consoleDarren Hart1-2/+4
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-9/+2
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-03USB: ti_usb_3410_5052.c: remove dbg() tracing callsGreg Kroah-Hartman1-38/+0
2012-04-18USB: serial: removed assignment from if statements in ti_usb_3410_5052.cAdhir Ramjiawan1-2/+6
2012-02-24usb-serial: use new registration API in [t-z]* driversAlan Stern1-27/+8
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman1-3/+2
2012-02-21USB: Serial: ti_usb_3410_5052: Add Abbot Diabetes Care cable idAndrew Lunn1-2/+4
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold1-3/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb fieldsJohan Hovold1-3/+0
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-7/+3
2011-06-14USB: TI 3410/5052 USB Serial Driver: Fix mem leak when firmware is too big.Jesper Juhl1-0/+1
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman1-1/+1
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-2/+2
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-3/+3
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2011-02-03USB: ti_usb: fix module removalIonut Nicu1-1/+1
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox1-8/+29
2010-05-20USB: ti_usb: use kfifo to implement write bufferingJohan Hovold1-165/+14
2010-04-30USB: ti_usb: fix printk format warningRandy Dunlap1-1/+1
2010-04-22USB: ti_usb_3410_5052: adding multitech dialup fax/modem devicesAlex Manoussakis1-4/+22
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-2/+1
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-4/+2
2009-07-20tty: fix chars_in_buffersAlan Cox1-2/+2
2009-07-12USB: fix uninitialised variable in ti_do_downloadOliver Neukum1-1/+1
2009-07-12USB: ti_usb_3410_5052: fix duplicate device ids.Greg Kroah-Hartman1-1/+0
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-6/+4
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-4/+2
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum1-13/+1
2009-04-14tty: Fix leak in ti-usbAlan Cox1-12/+14
2009-02-09USB: two more usb ids for ti_usb_3410_5052Oliver Neukum1-3/+7
2009-01-27USB: new id for ti_usb_3410_5052 driverOliver Neukum1-0/+3
2009-01-12ti_usb_3410_5052: add Multi-Tech firmwareChris Adams1-0/+3
2009-01-12ti_usb_3410_5052: add Multi-Tech modem supportChris Adams1-5/+31
2009-01-12ti_usb_3410_5052: support alternate firmwareChris Adams1-15/+29
2008-12-17USB: set correct configuration in probe of ti_usb_3410_5052Oliver Neukum1-52/+3
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-17USB: ti_usb_3410_5052: removed duplicated includeHuang Weiyi1-1/+0
2008-10-13tty: usb-serial krefsAlan Cox1-21/+23
2008-09-23usb serial: ti_usb_3410_5052 obviously broken by firmware changesChris Adams1-1/+1
2008-07-22tty-usb-ti-usb: Coding styleAlan Cox1-115/+151
2008-07-22usb_serial: API all changeAlan Cox1-102/+101
2008-07-10ti_usb_3410_5052: use request_firmware()David Woodhouse1-13/+27
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-3/+3
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-95/+95
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-6/+0
2008-04-24USB: ti_usb_3410_5052: Extend locking to msr and shadow mcrAlan Cox1-0/+9
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0