Signed-off-by: Jan Vesely
---
v2: add usb_mouse_properties
use macros for bmAttributes
v3: rebase
v4: add compat property
rebase
hw/i386/pc_piix.c | 4
hw/usb/dev-hid.c | 71 ++-
2 files changed, 74 insertions(+), 1 deletion(-)
Hi,
> Speaking about properties do I need to add something for display and
> head properties?
No.
cheers,
Gerd
On Fri, 2014-09-26 at 09:06 +0200, Gerd Hoffmann wrote:
> On Do, 2014-09-25 at 17:38 -0400, Jan Vesely wrote:
> > v2: add usb_mouse_properties
> > use macros for bmAttributes
> > v3: rebase
> > v4: rebase
>
> patch looks good, the only thing missing is the compat property, to make
> sure qemu
On Do, 2014-09-25 at 17:38 -0400, Jan Vesely wrote:
> v2: add usb_mouse_properties
> use macros for bmAttributes
> v3: rebase
> v4: rebase
patch looks good, the only thing missing is the compat property, to make
sure qemu machine types for 2.1 & older continue to have usb1 mouse+kbd
by default
v2: add usb_mouse_properties
use macros for bmAttributes
v3: rebase
v4: rebase
Signed-off-by: Jan Vesely
---
hw/usb/dev-hid.c | 71 +++-
1 file changed, 70 insertions(+), 1 deletion(-)
diff --git a/hw/usb/dev-hid.c b/hw/usb/dev-hid.c
index