Hi there,

I am having two issues trying to use the hiddev interface(kernel 2.4.20).  

When reading events from my device, some of the events are being filtered
out by this line of code in hid-core.c.  It was in .hid_input_field(),
around line 777.

        if (value[n] == field->value[n]) continue;  

If I disable it, everything works fine.  Does anyone know why this filter is
here?

Secondly, I am trying to write a single output report to my device that
contains 5 bytes of data{0x13,0x13,0,0,0} through the Control (0) endpoint
via a SetReport command.  I tried using hidiocsusage and hidiocsreport, but
could not(& don't know how to) get it working.

Any help is greatly appreciated and example code for the write would be
awesome.

Thanks a bunch,
Jackson



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to