DownWithUp / SystemsWork

A repo containing examples relating to various aspects of Windows internals and processor features
2 stars 1 forks source link

Keyboard not recognized #1

Open haephrati opened 6 months ago

haephrati commented 6 months ago

I found out that my keyboard isn't recognized when compiling and running ConsoleRW.c

I am using Surface Pro 9, and Windows 11 Pro. Works perfectly on other devices, such as other Surface Pro devices, and even Surface Pro 9, with Windows 11 Home

jbhall78 commented 6 months ago

Can you send me the log file output from your machine? Also can you add the contents of &Iosb to it?

haephrati commented 6 months ago

Which specific file/s should I send?

jbhall78 commented 6 months ago

I need to know the return codes of both NtReadFile and NtWaitForSingleObject along with the status values inside the Iosb for both calls.