aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mct_u232.c
Commit message (Expand)AuthorAgeFilesLines
* USB: mct_u232: fix use-after-free in TIOCMIWAITJohan Hovold2013-04-251-6/+7
* USB: serial: fix null-pointer dereferences on disconnectJohan Hovold2013-03-061-13/+9
* USB: mct_u232: fix broken closeJohan Hovold2012-10-301-6/+8
* USB: mct_u232: Fix incorrect TIOCMSET returnAlan Cox2012-06-191-5/+8
* usb/serial: fix function args warnings, dropping *filpRandy Dunlap2011-04-041-2/+2
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-4/+4
|\
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-171-2/+2
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-2/+2
* | USB: serial: mct_u232: added _ioctl, _msr_to_icount and _get_icount functionsVadim Tsozik2011-02-041-2/+105
|/
* USB: mct_u232: fix broken closeJohan Hovold2010-10-221-2/+5
* USB: serial: refactor generic closeJohan Hovold2010-05-201-5/+2
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: serial mct_usb232: move DMA buffers to heapPete Zaitcev2010-03-021-11/+44
* USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum2009-10-091-8/+6
* tty: USB: serial/mct_u232, fix tty refcntJiri Slaby2009-09-191-3/+6
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-4/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-8/+5
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-18/+19
* tty: Drop the lock_kernel in the private ioctl hookAlan Cox2009-01-021-1/+1
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-15/+24
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-1/+2
* tty: usb-serial krefsAlan Cox2008-10-131-2/+4
* mct_u232: Use flip buffer functionsAlan Cox2008-07-221-3/+1
* tty-usb-mct-u232: Coding styleAlan Cox2008-07-221-132/+141
* usb_serial: API all changeAlan Cox2008-07-221-72/+49
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-1/+1
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-18/+18
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-3/+0
* USB: make sure usb serial drivers don't flush to logically disconnected devicesOliver Neukum2008-02-011-8/+9
* USB: mct232: speed, new termios and compliance cleanupsAlan Cox2008-02-011-9/+17
* USB: mct_u232-convert-to-proper-speed-handling-api-fixAndrew Morton2007-10-121-14/+14
* USB: mct_u232: Convert to proper speed handling APIAlan Cox2007-07-301-27/+27
* USB: serial: mct_u232: clean up urb->status usageGreg Kroah-Hartman2007-07-121-7/+10
* USB: RTS/CTS handshaking support, DTR fixes for MCT U232 serial adapterDave Platt2007-07-121-34/+98
* USB: fix error handling for mct_u232Oliver Neukum2007-04-271-4/+8
* USB serial: add driver pointer to all usb-serial driversJohannes Hölzl2007-02-071-0/+1
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-2/+2
* usb: mct_u232 free urb cleanupMariusz Kozlowski2006-12-011-4/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman2006-07-121-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn2006-03-201-2/+1
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman2006-01-041-0/+1
* [PATCH] USB Serial: move name to driver structureGreg Kroah-Hartman2005-10-281-2/+2
* [PATCH] USB Serial: get rid of the .owner field in usb_serial_driverGreg Kroah-Hartman2005-10-281-1/+3
* [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driverGreg Kroah-Hartman2005-10-281-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+781