summaryrefslogtreecommitdiff
path: root/hw/pc.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-02-13 18:32:17 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2010-02-19 15:32:16 -0600
commit68735b6c0cd2fe82ddd8fd3328a261017e67d1aa (patch)
tree6e4ac17b5500ecf401968dc0d2eb3ed0a9e42788 /hw/pc.c
parent4dca4b639cb20fee38f6eec0a391aecc0ad8848d (diff)
downloadqemu-68735b6c0cd2fe82ddd8fd3328a261017e67d1aa.tar.gz
qemu-68735b6c0cd2fe82ddd8fd3328a261017e67d1aa.tar.bz2
qemu-68735b6c0cd2fe82ddd8fd3328a261017e67d1aa.zip
USB HID does not support Set_Idle
I found that the QEMU USB keyboard support does not work properly with the Set_Idle command. Once a non-zero value is given to Set_Idle, then the keyboard reports an event on every poll - not based on the time issued in the Set_Idle command. I changed the code (see patch below) and it works for me. I'm not that familiar with the qemu internals, so I'm not sure if this is the best way to implement this feature. -Kevin Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pc.c')
0 files changed, 0 insertions, 0 deletions