Details
-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
Description
Due to broken ACPI in bios keyboard is not working properly, but I found fix that sends a "initializing byte" that code is designed for ubuntu 10.04 but I have found how we can fix it.
i8042Write() function can help us
we just need to
WRITE_PORT_UCHAR(0x64, 0xae);
Can someone do it?
How it should look in DEBUG LOG
"Sent 0xae to port 0"
Attachments
Issue Links
- duplicates
-
CORE-14256 Lenovo Ideapad S10-3c keyboard fix
- Resolved