aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/ti_usb_3410_5052.c
AgeCommit message (Expand)Author
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
2007-07-12USB: serial: ti_usb_3410_5052: clean up urb->status usageGreg Kroah-Hartman
2007-06-25USB: ti serial driver sleeps with spinlock heldOliver Neukum
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox
2006-12-01USB serial: replace kmalloc+memset with kzallocBurman Yan
2006-12-01usb-serial: ti_usb, TI ez430 development tool IDOleg Verych
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn
2006-01-10[PATCH] TTY layer buffering revampAlan Cox
2006-01-04[PATCH] USB: Use ARRAY_SIZE macroTobias Klauser