djpnewton / vmulti

Virtual Multiple HID Driver (multitouch, mouse, digitizer, keyboard, joystick)
MIT License
401 stars 171 forks source link

Using width & height parameters for multi-touch? #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have made a functional multi-touch HID-driver with help from your descriptor, 
but when I try to add the width and height size of the touches (16 bits each, 
to 0x48 and 0x49 @ 0x09), nothing works.

Have you gotten this to work? Is there something I might be missing that has to 
be taken into account?

Part of my descriptor:
    0x75, 0x10,                         //    REPORT_SIZE (16)
    0x09, 0x48,                         //    USAGE (Width)
    0x81, 0x02,                         //    INPUT (Data,Var,Abs)
    0x09, 0x49,                         //    USAGE (Height)
    0x81, 0x02,                         //    INPUT (Data,Var,Abs) 

Original issue reported on code.google.com by erikrose...@gmail.com on 3 Oct 2011 at 2:59

GoogleCodeExporter commented 9 years ago
Do you have this code in a hg clone that I can see?

Original comment by djpnew...@gmail.com on 16 Feb 2012 at 6:18

GoogleCodeExporter commented 9 years ago
Sorry, I had failed to raise the size of the max report length!
No issues now!

Original comment by erikrose...@gmail.com on 16 Feb 2012 at 7:48

GoogleCodeExporter commented 9 years ago
No problem

Original comment by djpnew...@gmail.com on 16 Feb 2012 at 7:49