Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: i8042 - add Compal Hel80 laptop to nomux blacklist

Reported-by: Jaime Cura <jimyx17@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

+7
+7
drivers/input/serio/i8042-x86ia64io.h
··· 344 344 DMI_MATCH(DMI_PRODUCT_NAME, "XPS M1530"), 345 345 }, 346 346 }, 347 + { 348 + .ident = "Compal HEL80I", 349 + .matches = { 350 + DMI_MATCH(DMI_SYS_VENDOR, "COMPAL"), 351 + DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"), 352 + }, 353 + }, 347 354 { } 348 355 }; 349 356