Update tuxedo_keyboard.c

This commit is contained in:
Wessel klein Snakenborg 2023-09-12 13:42:49 +02:00 committed by GitHub
parent 161a5e2fb7
commit 213ac1d095
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -269,17 +269,17 @@ static const struct x86_cpu_id force_tuxedo_dmi_string_check_match[] __initconst
static const struct dmi_system_id tuxedo_dmi_string_match[] __initconst = { static const struct dmi_system_id tuxedo_dmi_string_match[] __initconst = {
{ {
.matches = { .matches = {
DMI_MATCH(DMI_SYS_VENDOR, "TUXEDO"), DMI_MATCH(DMI_SYS_VENDOR, "Notebook"),
}, },
}, },
{ {
.matches = { .matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "TUXEDO"), DMI_MATCH(DMI_BOARD_VENDOR, "Notebook"),
}, },
}, },
{ {
.matches = { .matches = {
DMI_MATCH(DMI_CHASSIS_VENDOR, "TUXEDO"), DMI_MATCH(DMI_CHASSIS_VENDOR, "No Enclosure"),
}, },
}, },
{ } { }