Develop arm win11 i8042 keyboard driver code:0xC0000E5

shixiang long 0 Reputation points
2025-02-10T02:34:18.4333333+00:00

Hi:

I already in test mode.

testsigning on

nointegritychecks on

I am trying to develop a i8042 ps2 keyboard driver. On the first step, I just use a basic KMDF framework. And I fill the inf file with:
Class = Keyboard ; TODO: specify appropriate Class

ClassGuid = {4d36e96b-e325-11ce-bfc1-08002be10318} ; TODO: specify appropriate ClassGuid
However, It can't be successfully installed. The problem status: 0xC0000E5.

But I changed

Class = Display ; TODO: specify appropriate Class

ClassGuid = {4d36e968-e325-11ce-bfc1-08002be10318} ; TODO: specify appropriate ClassGuid

It is successfully installed.

Does windows allow us to develop a keyboard(i8042) driver?

Besides, Another question, does arm win11 already include standard i8042 driver?

Thank you.

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
169 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.