aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ti_usb_3410_5052.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-02USB: serial: ti_usb_3410_5052: Correct TUSB3410 endpoint requirements.Robert Spanton1-2/+2
2008-02-01USB: last abuses of intfdata in close for usb-serial driversOliver Neukum1-7/+10
2008-02-01USB: ti_usb: termios cleanupsAlan Cox1-18/+13
2008-02-01USB: TI 3410/5052 USB Serial: convert td_open_close_lock to mutexMatthias Kaehlcke1-13/+14
2007-10-14signedness: module_param_array nump argumentAl Viro1-4/+4
2007-07-12USB: serial: ti_usb_3410_5052: clean up urb->status usageGreg Kroah-Hartman1-19/+27
2007-06-25USB: ti serial driver sleeps with spinlock heldOliver Neukum1-3/+5
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl1-0/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-01USB serial: replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-12-01usb-serial: ti_usb, TI ez430 development tool IDOleg Verych1-0/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+6
2006-07-12[PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-2/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-13/+7
2006-01-04[PATCH] USB: Use ARRAY_SIZE macroTobias Klauser1-5/+2
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman1-0/+1
2005-10-28[PATCH] USB Serial: move name to driver structureGreg Kroah-Hartman1-4/+6
2005-10-28[PATCH] USB Serial: get rid of the .owner field in usb_serial_driverGreg Kroah-Hartman1-2/+6
2005-10-28[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driverGreg Kroah-Hartman1-2/+2
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl1-2/+1