https://git.reactos.org/?p=reactos.git;a=commitdiff;h=99a6d037864b4c8631e01…
commit 99a6d037864b4c8631e014e2cf4b3a2d5d91894c
Author: Scott Maday <coldasdryice1(a)gmail.com>
AuthorDate: Fri Dec 24 20:07:33 2021 -0600
Commit: GitHub <noreply(a)github.com>
CommitDate: Sat Dec 25 03:07:33 2021 +0100
[I8042PRT] Add Latitude D820 to the hack list (#4185)
Fixes the Dell Latitude D820 TouchPad not working.
---
drivers/input/i8042prt/hwhacks.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/i8042prt/hwhacks.c b/drivers/input/i8042prt/hwhacks.c
index ddb8a6fbaaf..4478c78cb19 100644
--- a/drivers/input/i8042prt/hwhacks.c
+++ b/drivers/input/i8042prt/hwhacks.c
@@ -49,6 +49,7 @@ const HARDWARE_TABLE i8042HardwareTable[] =
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D620
"}}, FL_INITHACK },
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D630
"}}, FL_INITHACK },
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D810
"}}, FL_INITHACK },
+ { {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D820
"}}, FL_INITHACK },
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude E4300
"}}, FL_INITHACK },
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude E4310
"}}, FL_INITHACK },
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude E6400
"}}, FL_INITHACK },