mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[I8042PRT] Apply a workaround for Dell Latitude D630. By Thomas Faber. CORE-10797
svn path=/trunk/; revision=70639
This commit is contained in:
parent
ac19c5f29c
commit
c8bc427d74
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ const HARDWARE_TABLE i8042HardwareTable[] =
|
|||
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D530 "}}, FL_INITHACK },
|
||||
{ {{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 },
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue