mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
[I8042PRT] Add Latitude E6400 to the hack list (#1665)
Let it make grow, grow, grow... !!
This commit is contained in:
parent
bcffdd0b16
commit
939b25a15a
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ const HARDWARE_TABLE i8042HardwareTable[] =
|
|||
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D810 "}}, 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 },
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue