[Qemu-devel] Re: [PATCH] Elo touchpad 10 bytes emulator v2

2010-03-30 Thread Ricardo Ribalda Delgado
Hello Juan New patch is on the mail. > It misses a SOB line. Sorry, I don't understand what you mean here, do you mean the sing off? > You can remove the "../" from those, Makefile sets correct include paths > for this to work. Done > >> +    /*Move event*/ >> +    if (is_down&&buttons_st

[Qemu-devel] Re: [PATCH] Elo touchpad 10 bytes emulator v2

2010-03-30 Thread Juan Quintela
Markus Armbruster wrote: >>> I have to send a 2x10 bytes package, and it does not fit the the 16 >>> bytes buffer Any other suggestion about how to do it? >> >> Nope, I am not a 16550A guru at all. No sure if your change will break >> anything else or no, that is why I asked. > > The 16550 F

Re: [Qemu-devel] Re: [PATCH] Elo touchpad 10 bytes emulator v2

2010-03-30 Thread Markus Armbruster
Juan Quintela writes: > Ricardo Ribalda Delgado wrote: >> Hello Juan >> >> Thanks for your comments. About the indentation error... Do you have >> some kind of auto indent script(like the kernel code has). It is >> making me crazy trying to collaborate with a lot of projects an all of >> them

[Qemu-devel] Re: [PATCH] Elo touchpad 10 bytes emulator v2

2010-03-30 Thread Juan Quintela
Ricardo Ribalda Delgado wrote: > Hello Juan > > Thanks for your comments. About the indentation error... Do you have > some kind of auto indent script(like the kernel code has). It is > making me crazy trying to collaborate with a lot of projects an all of > them with different styles. Don't ev

[Qemu-devel] Re: [PATCH] Elo touchpad 10 bytes emulator v2

2010-03-30 Thread Ricardo Ribalda Delgado
Hello Juan Thanks for your comments. About the indentation error... Do you have some kind of auto indent script(like the kernel code has). It is making me crazy trying to collaborate with a lot of projects an all of them with different styles. > >> +#include >> +#include "../qemu-common.h" >>

[Qemu-devel] Re: [PATCH] Elo touchpad 10 bytes emulator v2

2010-03-30 Thread Juan Quintela
Ricardo Ribalda Delgado wrote: > New char device emulating an Elo serial touchpad. > > -Emulate id and touch packets > -Absolute Output limited to 96-4000 It misses a SOB line. > diff --git a/hw/elo.c b/hw/elo.c > new file mode 100644 > index 000..359333d > --- /dev/null > +++ b/hw/elo.c >