[Qemu-devel] [PATCH v4 2/3] usb-hid: Add high speed mouse configuration

2014-09-29 Thread Jan Vesely
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(-)

Re: [Qemu-devel] [PATCH v4 2/3] usb-hid: Add high speed mouse configuration

2014-09-29 Thread Gerd Hoffmann
Hi, > Speaking about properties do I need to add something for display and > head properties? No. cheers, Gerd

Re: [Qemu-devel] [PATCH v4 2/3] usb-hid: Add high speed mouse configuration

2014-09-26 Thread Jan Vesely
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

Re: [Qemu-devel] [PATCH v4 2/3] usb-hid: Add high speed mouse configuration

2014-09-26 Thread Gerd Hoffmann
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

[Qemu-devel] [PATCH v4 2/3] usb-hid: Add high speed mouse configuration

2014-09-25 Thread Jan Vesely
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