summary refs log tree commit diff stats
path: root/hw/input (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ps2: Fix lost scancodes by recent changesOGAWA Hirofumi2017-01-101-0/+10
* | i2c: Allow I2C devices to NAK start eventsCorey Minyard2017-01-091-1/+3
|/
* hw/input/hid: support alternative sysrq/break scancodes for gtk-vncPeter Korsgaard2016-11-101-2/+2
* adb: change handler only when recognizedHervé Poussineau2016-10-281-3/+23
* virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-2/+0
* virtio-input: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-10/+13
* vmstateify tsc210xDr. David Alan Gilbert2016-10-041-123/+104
* vmstateify tsc2005Dr. David Alan Gilbert2016-10-041-115/+75
* ps2: do not generate invalid key codes for unknown keysHervé Poussineau2016-09-281-13/+7
* ps2: use QEMU qcodes instead of scancodesHervé Poussineau2016-09-281-48/+485
* ps2: allow keycode translation for all scancode setsHervé Poussineau2016-09-281-26/+97
* ps2: correctly handle 'get/set scancode' commandHervé Poussineau2016-09-281-3/+5
* ps2: reject unknown commands, instead of blindly accepting themHervé Poussineau2016-09-281-1/+1
* adb.c: prevent NO_KEY value from going to guestJohn Arbuckle2016-09-231-14/+9
* adb.c: correct several key assignmentsJohn Arbuckle2016-09-231-6/+6
* adb.c: add support for QKeyCodeJohn Arbuckle2016-09-231-45/+189
* pc: simplify passing qemu_irqMarc-André Lureau2016-09-081-2/+2
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* virtio-input: free config listMarc-André Lureau2016-08-081-0/+11
* virtio-input: Wrap in vmstateDr. David Alan Gilbert2016-07-211-20/+6
* input: add trace events for full queuesGerd Hoffmann2016-07-123-2/+10
* pckbd: handle A20 IRQ as GPIOEfimov Vasily2016-06-291-14/+7
* trace: split out trace events for hw/input/ directoryDaniel P. Berrange2016-06-201-0/+25
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* virtio-input: support absolute axis config in pass-throughLadi Prosek2016-04-132-5/+47
* virtio-input: fix emulated tablet axis rangesLadi Prosek2016-04-131-2/+2
* virtio-input: add live migration supportGerd Hoffmann2016-04-131-0/+40
* virtio-input: implement pass-through evdev writesLadi Prosek2016-04-131-0/+23
* virtio-input: retrieve EV_LED host config bitsLadi Prosek2016-04-131-0/+1
* virtio-input: add missing key mappingsLadi Prosek2016-04-131-0/+2
* ps2kbd: default to scancode_set 2, as with KBD_CMD_RESETHervé Poussineau2016-04-081-1/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-223-3/+5
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-223-0/+3
* qapi: Don't special-case simple union wrappersEric Blake2016-03-183-11/+11
* ui: Shorten references into InputEventEric Blake2016-03-053-39/+57
* qapi: rename input buttonsGerd Hoffmann2016-03-013-6/+6
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2016-02-171-8/+10
* Adds keycode 86 to the hid_usage_keys translation table.Daniel Serpell2016-02-111-1/+1
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-061-8/+16
* hw: Clean up includesPeter Maydell2016-01-296-0/+6
* arm devices: Clean up includesPeter Maydell2016-01-292-0/+2
* virtio: Clean up includesPeter Maydell2016-01-293-0/+3
* arm: Clean up includesPeter Maydell2016-01-293-0/+3
* lm32: Clean up includesPeter Maydell2016-01-291-0/+1
* qapi: Change munging of CamelCase enum valuesEric Blake2015-12-173-6/+6
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-173-6/+6
* hw/input/tsc210x: Remove superfluous memsetThomas Huth2015-11-061-6/+2
* input: Convert to new qapi union layoutEric Blake2015-11-023-41/+42
* adb: add to input categoryLaurent Vivier2015-10-231-0/+2
* virtio-input: ignore events until the guest driver is readyGerd Hoffmann2015-10-201-0/+4