mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
[I8042PRT] Add Dell Latitude D410 to the hack list (#5246)
This commit is contained in:
parent
6e35c75035
commit
058726a2c1
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ const HARDWARE_TABLE i8042HardwareTable[] =
|
|||
|
||||
{ {{SYS_VENDOR, "Microsoft Corporation"}, {SYS_PRODUCT, "Virtual Machine"}}, FL_INITHACK },
|
||||
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Inspiron 6000 "}}, FL_INITHACK },
|
||||
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D410 "}}, FL_INITHACK },
|
||||
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D430 "}}, FL_INITHACK },
|
||||
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D530 "}}, FL_INITHACK },
|
||||
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D531 "}}, FL_INITHACK },
|
||||
|
|
Loading…
Reference in a new issue