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

@@@ -307,13 -307,13 +307,21 @@@ bool e820_get_entry(int, uint32_t, uint
              .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 \