mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[i8042prt]: Add another initialization hack for the PS/2 touchpad of the Dell Latitude D430. Proposed by Victor Martinez Calvo and tested with success by contributor "william341".
I emphasize that such hacks are absent from Windows' i8042prt.sys driver, yet it is able to correctly drive such touchpads. CORE-11344 #resolve CORE-6901 svn path=/trunk/; revision=71495
This commit is contained in:
parent
9afc56b93b
commit
d5eddcb8c4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,6 @@ enum _ID_STRINGS
|
||||||
BOARD_SERIAL,
|
BOARD_SERIAL,
|
||||||
BOARD_ASSET_TAG,
|
BOARD_ASSET_TAG,
|
||||||
|
|
||||||
|
|
||||||
ID_STRINGS_MAX,
|
ID_STRINGS_MAX,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -60,6 +59,7 @@ const HARDWARE_TABLE i8042HardwareTable[] =
|
||||||
// { {{BOARD_VENDOR, "ASUSTeK Computer Inc."}, {BOARD_NAME, "G1S"}, {BOARD_VERSION, "1.0"}}, FL_NOLOOP },
|
// { {{BOARD_VENDOR, "ASUSTeK Computer Inc."}, {BOARD_NAME, "G1S"}, {BOARD_VERSION, "1.0"}}, FL_NOLOOP },
|
||||||
|
|
||||||
{ {{SYS_VENDOR, "Microsoft Corporation"}, {SYS_PRODUCT, "Virtual Machine"}}, FL_INITHACK },
|
{ {{SYS_VENDOR, "Microsoft Corporation"}, {SYS_PRODUCT, "Virtual Machine"}}, 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 D530 "}}, FL_INITHACK },
|
||||||
{ {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D531 "}}, 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 D600 "}}, FL_INITHACK },
|
||||||
|
|
Loading…
Reference in a new issue