Re: [linux-usb-devel] detecting when keys are being pressed on a keyboard
Oliver Neukum <[email protected]>
| Newsgroups | gmane.linux.kernel.input,gmane.linux.usb.devel |
|---|---|
| Message-ID | <[email protected]> |
Am Montag 24 September 2007 schrieb Dmitry Torokhov: > > I was thinking about a second approach. As all keypresses run through > > the interrupt handlers of the hid driver, how about checking the bit field > > in the interrupt handler after calling hid_input_report() ? > > > > That should work as well I think. > Thanks, I'll try that. Regards Oliver