aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-serial.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-22usb-serial: implement break event.Jason Wessel1-2/+10
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-18add an init function parameter to qemu_chr_open()aurel321-1/+1
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori1-1/+4
2008-09-17[PATCH] usb-serial: Fix data corruption with usb serial emulationaurel321-4/+2
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-3/+3
2008-08-13usb-serial: add support for modem linesaurel321-9/+45
2008-01-19Change the usb-serial product ID to a more widely recognised value (Samuel Th...balrog1-1/+1
2008-01-14USB-to-serial device (Samuel Thibault).balrog1-0/+549