diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-02-13 18:32:17 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 15:32:16 -0600 |
commit | 68735b6c0cd2fe82ddd8fd3328a261017e67d1aa (patch) | |
tree | 6e4ac17b5500ecf401968dc0d2eb3ed0a9e42788 /hw/pc.c | |
parent | 4dca4b639cb20fee38f6eec0a391aecc0ad8848d (diff) | |
download | qemu-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