Keyboard filter driver for the multimedia and power keys on a usb keyboard.



Hello all --

I am trying to write a keyboard filter driver that will basically eat
the multimedia and the power keys on a USB keyboard. I used the
kbfiltr sample from the DDK and got it working for a PS/2 keyboard, but
it doesn't work for a USB keyboard.

I've read some other posts and it looks like the multimedia and the
power keys are separate HID collections. If this is true do I need to
write a HID filter driver for these collections?

If this isn't true then what is the best approach to take?

Any help would be greatly appreciated.

Thanks.

.



Relevant Pages

  • Re: Keyboard filter driver for the multimedia and power keys on a usb keyboard.
    ... I am trying to write a keyboard filter driver that will basically eat ... the multimedia and the power keys on a USB keyboard. ... I've read some other posts and it looks like the multimedia and the ...
    (microsoft.public.development.device.drivers)
  • GetRawInputData USB Keyboard with Power keys
    ... EXCEPT power keys. ... I don't know how to receive Power keys raw data. ... I need to register for the proper Usage Page and Id? ... USB Keyboard is Focus Electronic and is called FK7200 USB. ...
    (microsoft.public.dotnet.framework)
  • GetRawInputData USB Keyboard with Power keys
    ... EXCEPT power keys. ... I don't know how to receive Power keys raw data. ... I need to register for the proper Usage Page and Id? ... USB Keyboard is Focus Electronic and is called FK7200 USB. ...
    (microsoft.public.development.device.drivers)
  • Re: Remove "Class" and "ClassGUID" from inf file [version] section
    ... The filter driver works well when the first time plug in the usb keyboard ... and install the driver. ...
    (microsoft.public.development.device.drivers)
  • Keyboard filter driver - obtaining keyboard indicator status
    ... I am new to device driver development and am currently writing an upper ... filter driver for a USB keyboard. ... regarding creating a control device object in the upper filter driver ... DispatchIO routine), but am unsure how to obtain and return the correct ...
    (microsoft.public.development.device.drivers)

Loading