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_pr

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

2014-04-15 Thread Ján Veselý
2014 at 4:02 AM, Gerd Hoffmann wrote: > 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'

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] pci-ohci: Add missing 'break' in ohci_service_td

2013-09-21 Thread Ján Veselý
Device communication errors need to be reported to driver. Add a debug message while at it. Signed-off-by: Jan Vesely --- hw/usb/hcd-ohci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/usb/hcd-ohci.c b/hw/usb/hcd-ohci.c index 35f0878..0396e33 100644 --- a/hw/usb/hcd-ohci.c +++ b/hw/u