summaryrefslogtreecommitdiffstats
path: root/hw/usb-serial.c
Commit message (Expand)AuthorAgeFilesLines
* char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori2011-08-221-2/+2
* char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori2011-08-221-5/+5
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* usb-serial: iovec supportGerd Hoffmann2011-08-041-11/+16
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-2/+3
* Merge remote-tracking branch 'kraxel/migration.2' into stagingAnthony Liguori2011-07-291-0/+7
|\
| * usb-serial doesn't support migrationGerd Hoffmann2011-07-201-0/+7
* | Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
|/
* usb: Pass the packet to the device's handle_control callbackHans de Goede2011-05-261-3/+3
* usb: update config descriptors to identify number of interfacesBrad Hards2011-05-261-0/+1
* usb: move remote wakeup handling to common codeGerd Hoffmann2011-01-111-22/+0
* usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann2011-01-111-8/+2
* usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann2011-01-111-4/+0
* usb serial: use new descriptor infrastructure.Gerd Hoffmann2011-01-111-117/+83
* usb-serial: Fail instead of crash when chardev is missingMarkus Armbruster2010-06-301-0/+5
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-4/+4
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-161-0/+1
* Fix -usbdevice crashPaul Brook2010-02-251-0/+3
* segfault due to buffer overrun in usb-serialDavid S. Ahern2010-02-101-6/+22
* Fix QEMU_WARN_UNUSED_RESULTKevin Wolf2010-01-191-2/+2
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-6/+4
* qdev: Separate USB product description from qdev nameMarkus Armbruster2009-12-121-0/+2
* usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann2009-10-301-20/+65
* char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah2009-10-211-1/+1
* usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann2009-10-051-1/+0
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-16/+32
* usb-serial: implement break event.Jason Wessel2009-05-221-2/+10
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* add an init function parameter to qemu_chr_open()aurel322009-01-181-1/+1
* Implement "info chardev" command. (Gerd Hoffmann)aliguori2008-10-311-1/+4
* [PATCH] usb-serial: Fix data corruption with usb serial emulationaurel322008-09-171-4/+2
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-171-3/+3
* usb-serial: add support for modem linesaurel322008-08-131-9/+45
* Change the usb-serial product ID to a more widely recognised value (Samuel Th...balrog2008-01-191-1/+1
* USB-to-serial device (Samuel Thibault).balrog2008-01-141-0/+549
OpenPOWER on IntegriCloud