mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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:
parent
d5eddcb8c4
commit
5141cdee91
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue