Re: USB keyboard by Doron
Doron
Fri Jul 18 12:24:05 CDT 2008
the usb keyboard has no assigned hw interrupts. everything happens in the
service callback routine
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Xan8ter" <Xan8ter@discussions.microsoft.com> wrote in message
news:404DDF73-288F-46F2-8E12-ABFC37A77424@microsoft.com...
> Hi, I'm programming a keyboard filter driver for ps2 keyboard, All works
> well, but, with USB keyboard, nothing works. I know the usb keyboard
> process
> is different of ps2 keyboard, But I tought it was only 1 interrupt to get
> the
> keyboard. So I would like to know how to catch USB keyboard ?!
>
> Thanks