]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141015-2' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 22 Oct 2014 14:48:32 +0000 (15:48 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 22 Oct 2014 14:48:32 +0000 (15:48 +0100)
usb: add high speed mouse & keyboard configuration

* remotes/kraxel/tags/pull-usb-20141015-2:
  xhci: remove dead code
  usb-hid: Add high speed keyboard configuration
  usb-hid: Add high speed mouse configuration
  usb-hid: Move descriptor decision to usb-hid initfn

Conflicts:
include/hw/i386/pc.h
[Fixed trivial merge conflict in the pc-2.1 property list]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1  2 
include/hw/i386/pc.h

index 1c2602efd7c17598b7ce79e3e0971f287bb1c040,db21a6197ec29d2819b435cefc34f049e90c3e08..c4ee520e205fe302864906340ee36d79f94dc98a
@@@ -306,14 -306,14 +306,22 @@@ bool e820_get_entry(int, uint32_t, uint
              .driver   = "intel-hda",\
              .property = "old_msi_addr",\
              .value    = "on",\
 +        },{\
 +            .driver   = "VGA",\
 +            .property = "qemu-extended-regs",\
 +            .value    = "off",\
 +        },{\
 +            .driver   = "secondary-vga",\
 +            .property = "qemu-extended-regs",\
 +            .value    = "off",\
+         },{\
+             .driver   = "usb-mouse",\
+             .property = "usb_version",\
+             .value    = stringify(1),\
+         },{\
+             .driver   = "usb-kbd",\
+             .property = "usb_version",\
+             .value    = stringify(1),\
          }
  
  #define PC_COMPAT_2_0 \