[linux-usb-devel] RE: HID & Hiddev troubles (write)

2003-06-20 Thread Jackson Chan
Hey Sergey, Thanks for the help. :) > > 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, ev

[linux-usb-devel] Re: HID & Hiddev troubles (write)

2003-06-20 Thread Sergey Vlasov
On Fri, 20 Jun 2003 10:26:16 -0600 Jackson Chan <[EMAIL PROTECTED]> wrote: > 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_fi