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

2014-09-10 Thread Jan Vesely
Hi Gerd, sorry for taking so long to get back to this. My schedule has been super busy past couple of months. I have rebased the patches and moved the usb version desc selection to hid_initfn as you suggested. I also made the changes follow the tablet example as closely as possible I tested the p

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

2014-04-15 Thread Gerd Hoffmann
On Di, 2014-04-15 at 19:33 -0400, Ján Veselý wrote: > Hi, > > I found some more time to work on this. However, I'm not sure I > understand the purpose of compat property: > I noticed that the only place it's set is in PC_COMPAT_1_3 (is this > what you meant by older devices?), Older machine types

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

2014-04-15 Thread Ján Veselý
Hi, I found some more time to work on this. However, I'm not sure I understand the purpose of compat property: I noticed that the only place it's set is in PC_COMPAT_1_3 (is this what you meant by older devices?), I guess same setting for FS mouse and kbd should be added there as well. The switch

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

2014-04-07 Thread Gerd Hoffmann
On Do, 2014-04-03 at 01:27 -0400, Ján Veselý wrote: > ping2 > > is there anything I can do to help these patches get merged? Well, v2 is a step into the right direction but not complete yet. The usb_ver property hasn't any effect for mouse and keyboard. Also we'll need a compat property so olde

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

2014-04-02 Thread Ján Veselý
ping2 is there anything I can do to help these patches get merged? Jan On Mon, Mar 17, 2014 at 1:53 PM, Ján Veselý wrote: > ping > > any problem with v2? > > regards, > Jan > > On Sun, Feb 23, 2014 at 2:37 AM, Jan Vesely wrote: >> v2: add usb_mouse_properties >> use macros for bmAttributes

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

2014-03-17 Thread Ján Veselý
ping any problem with v2? regards, Jan On Sun, Feb 23, 2014 at 2:37 AM, Jan Vesely wrote: > v2: add usb_mouse_properties > use macros for bmAttributes > > Signed-off-by: Jan Vesely > --- > hw/usb/dev-hid.c | 73 > +--- > 1 file changed,

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

2014-02-22 Thread Jan Vesely
v2: add usb_mouse_properties use macros for bmAttributes Signed-off-by: Jan Vesely --- hw/usb/dev-hid.c | 73 +--- 1 file changed, 65 insertions(+), 8 deletions(-) diff --git a/hw/usb/dev-hid.c b/hw/usb/dev-hid.c index f36e617..70c2c5f 100