diff options
author | Jan Vesely <jano.vesely@gmail.com> | 2014-09-29 22:21:11 -0400 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-10-15 13:39:22 +0200 |
commit | b13ce07688b0727814b6609a912651242ee1a8f1 (patch) | |
tree | 64f10f0225a3ecd5f3cf142375aa898361764a52 /include/hw | |
parent | 58e4fee24aeb3c8763fab34a8ced1a87932632ec (diff) |
usb-hid: Add high speed keyboard configuration
Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
[ kraxel: fixup compat property to apply to 2.1 & older ]
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/i386/pc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 3b31749967..db21a6197e 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -310,6 +310,10 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *); .driver = "usb-mouse",\ .property = "usb_version",\ .value = stringify(1),\ + },{\ + .driver = "usb-kbd",\ + .property = "usb_version",\ + .value = stringify(1),\ } #define PC_COMPAT_2_0 \ |