[PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu

2020-08-12 Thread Michael Trimarchi
Linux need to fill up the hid descriptor in order to let the driver be emulated. This patch was tested on top of qemu 4.2.0 and recent linux kernel. modprobe wacom.ko evtest tool Signed-off-by: Michael Trimarchi --- hw/usb/dev-wacom.c | 70 ++ 1 file

Re: [Qemu-devel] qemu-microblaze-system

2012-05-22 Thread Michael Trimarchi
an you send both? Regards Michael > > Peter > > On Mon, May 14, 2012 at 7:42 PM, Michael Trimarchi > wrote: >> Hi all, >> >> I would like to start using/testing the qemu microblaze system, but I don't >> find information about linux kernel configuration that match the ml605 >> hardware design? Is there any howto? >> >> Michael >> > >

[Qemu-devel] qemu-microblaze-system

2012-05-14 Thread Michael Trimarchi
Hi all, I would like to start using/testing the qemu microblaze system, but I don't find information about linux kernel configuration that match the ml605 hardware design? Is there any howto? Michael

Re: [Qemu-devel] [PATCH] EHCI emulation module for review

2009-11-12 Thread Michael Trimarchi
Hi, Michael Trimarchi wrote: Hi, I'm working on this patch and I have some trouble after a data IN transaction. I submit the urb but I don't receive any async completation. 88011e512140 2614190796 S Ii:2:008:7 -115:128 16 < husb: data submit. ep 0x87 len 16 aurb 0xcf3850

Re: [Qemu-devel] [PATCH] EHCI emulation module for review

2009-11-11 Thread Michael Trimarchi
Hi, I'm working on this patch and I have some trouble after a data IN transaction. I submit the urb but I don't receive any async completation. 88011e512140 2614190796 S Ii:2:008:7 -115:128 16 < husb: data submit. ep 0x87 len 16 aurb 0xcf3850 So the state machine is blocked Any hints?