https://git.reactos.org/?p=reactos.git;a=commitdiff;h=058726a2c123451208de4358689115a171cea7b9

commit 058726a2c123451208de4358689115a171cea7b9
Author:     Vincent Franchomme <[email protected]>
AuthorDate: Tue Apr 18 10:03:16 2023 +0200
Commit:     GitHub <[email protected]>
CommitDate: Tue Apr 18 10:03:16 2023 +0200

    [I8042PRT] Add Dell Latitude D410 to the hack list (#5246)
---
 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 4478c78cb19..2bc84448c30 100644
--- a/drivers/input/i8042prt/hwhacks.c
+++ b/drivers/input/i8042prt/hwhacks.c
@@ -41,6 +41,7 @@ const HARDWARE_TABLE i8042HardwareTable[] =
 
     { {{SYS_VENDOR, "Microsoft Corporation"}, {SYS_PRODUCT, "Virtual 
Machine"}}, FL_INITHACK },
     { {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Inspiron 6000                 
  "}}, FL_INITHACK },
+    { {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D410                 
  "}}, FL_INITHACK },
     { {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D430                 
  "}}, FL_INITHACK },
     { {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D530                 
  "}}, FL_INITHACK },
     { {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D531                 
  "}}, FL_INITHACK },

Reply via email to