aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-serial.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+1
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-4/+4
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-0/+1
2010-02-25Fix -usbdevice crashPaul Brook1-0/+3
2010-02-10segfault due to buffer overrun in usb-serialDavid S. Ahern1-6/+22
2010-01-19Fix QEMU_WARN_UNUSED_RESULTKevin Wolf1-2/+2
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-6/+4
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster1-0/+2
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann1-20/+65
2009-10-21char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah1-1/+1
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann1-1/+0
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-16/+32
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