Hi. Is it any way to have two keyboard drivers working
in the same time. For example if device has built-in simple
keyboard and also provides a way to attach full featured
USB keyboard. In this case USB keyboard will be connected
through USBClient driver, but will it function together with
a driver for built-in keyboard?

Thanks

Re: two keyboard drivers by Dean

Dean
Mon Jan 10 07:47:18 CST 2005

Yes. It works that way by default. The usb keyboard driver is different
from the regular keyboard driver, the USB driver actually makes use of the
regular keyboard driver stack. Should just work...

--
Dean Ramsier - eMVP


"voidcoder" <voidcoder@yahoo.com> wrote in message
news:OG%23Hnbw9EHA.3616@TK2MSFTNGP11.phx.gbl...
> Hi. Is it any way to have two keyboard drivers working
> in the same time. For example if device has built-in simple
> keyboard and also provides a way to attach full featured
> USB keyboard. In this case USB keyboard will be connected
> through USBClient driver, but will it function together with
> a driver for built-in keyboard?
>
> Thanks
>
>