mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[i8042prt]: Yet another hack for Dell Latitude E4310 for touchpad.
CORE-12434 svn path=/trunk/; revision=73589
This commit is contained in:
parent
44f312e477
commit
9e499d4fb4
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,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 E4300 "}}, FL_INITHACK },
|
||||
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude E4310 "}}, FL_INITHACK },
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue