summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/ti_usb_3410_5052.c
AgeCommit message (Expand)Author
2012-06-01USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial consoleDarren Hart
2012-02-24usb-serial: use new registration API in [t-z]* driversAlan Stern
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman
2012-02-21USB: Serial: ti_usb_3410_5052: Add Abbot Diabetes Care cable idAndrew Lunn
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-15USB: serial: remove unnecessary reinitialisations of urb fieldsJohan Hovold
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold
2011-06-14USB: TI 3410/5052 USB Serial Driver: Fix mem leak when firmware is too big.Jesper Juhl
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-02-03USB: ti_usb: fix module removalIonut Nicu
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox
2010-05-20USB: ti_usb: use kfifo to implement write bufferingJohan Hovold
2010-04-30USB: ti_usb: fix printk format warningRandy Dunlap
2010-04-22USB: ti_usb_3410_5052: adding multitech dialup fax/modem devicesAlex Manoussakis
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-07-20tty: fix chars_in_buffersAlan Cox
2009-07-12USB: fix uninitialised variable in ti_do_downloadOliver Neukum
2009-07-12USB: ti_usb_3410_5052: fix duplicate device ids.Greg Kroah-Hartman
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum
2009-04-14tty: Fix leak in ti-usbAlan Cox
2009-02-09USB: two more usb ids for ti_usb_3410_5052Oliver Neukum
2009-01-27USB: new id for ti_usb_3410_5052 driverOliver Neukum
2009-01-12ti_usb_3410_5052: add Multi-Tech firmwareChris Adams
2009-01-12ti_usb_3410_5052: add Multi-Tech modem supportChris Adams
2009-01-12ti_usb_3410_5052: support alternate firmwareChris Adams
2008-12-17USB: set correct configuration in probe of ti_usb_3410_5052Oliver Neukum
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman
2008-10-17USB: ti_usb_3410_5052: removed duplicated includeHuang Weiyi
2008-10-13tty: usb-serial krefsAlan Cox
2008-09-23usb serial: ti_usb_3410_5052 obviously broken by firmware changesChris Adams
2008-07-22tty-usb-ti-usb: Coding styleAlan Cox
2008-07-22usb_serial: API all changeAlan Cox
2008-07-10ti_usb_3410_5052: use request_firmware()David Woodhouse
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman
2008-04-24USB: ti_usb_3410_5052: Extend locking to msr and shadow mcrAlan Cox
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-04-02USB: serial: ti_usb_3410_5052: Correct TUSB3410 endpoint requirements.Robert Spanton
2008-02-01USB: last abuses of intfdata in close for usb-serial driversOliver Neukum
2008-02-01USB: ti_usb: termios cleanupsAlan Cox
2008-02-01USB: TI 3410/5052 USB Serial: convert td_open_close_lock to mutexMatthias Kaehlcke
2007-10-14signedness: module_param_array nump argumentAl Viro