Hello! Me again. I'm using Debian GNU/Linux 4.0 (etch) with kernel 2.6.18. The kernel docs about the hiddev API says:
"The hid-core.c module parses the report, and returns to hiddev.c the individual usages that have changed within the report." But when reading the hiddev device I get: 1) All the usages of the same report as changed, even if only one changed. 2) I can even get all the usages as changed even if no one changed. The fact is that if the device replys to an input report poll then the kernel assumes that something changed and sends an even for each usage without looking for a real change. Is the doc wrong? Am I interpreting it wrongly? Should the kernel only report real changes (IMHO the best)? Regards, SET -- _______________________________________________________________ Ing. Salvador Eduardo Tropea http://utic.inti.gov.ar/ INTI-Electrónica e Informática Tel: (+54 11) 4724 6315 Colectora de Av. General Paz 5445 San Martín - B1650KNA Casilla de Correo 157 FAX: (+54 11) 4754 5194 Buenos Aires * Argentina http://www.inti.gov.ar/ -- _______________________________________________________________ Ing. Salvador Eduardo Tropea http://utic.inti.gov.ar/ INTI-Electrónica e Informática Tel: (+54 11) 4724 6315 Colectora de Av. General Paz 5445 San Martín - B1650KNA Casilla de Correo 157 FAX: (+54 11) 4754 5194 Buenos Aires * Argentina http://www.inti.gov.ar/ - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
