[i8042prt]: Yet another initialization hack for the PS/2 touchpad of the Dell Latitude E4300 (which has the same problems). Tested with success by contributor "william341".

CORE-11344 CORE-6901

svn path=/trunk/; revision=71496
This commit is contained in:
Hermès Bélusca-Maïto 2016-06-01 23:04:08 +00:00
parent d5eddcb8c4
commit 5141cdee91

View file

@ -64,6 +64,7 @@ const HARDWARE_TABLE i8042HardwareTable[] =
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D531 "}}, FL_INITHACK },
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D600 "}}, FL_INITHACK },
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D630 "}}, FL_INITHACK },
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude E4300 "}}, FL_INITHACK },
};