mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update tuxedo_keyboard.c
This commit is contained in:
parent
161a5e2fb7
commit
213ac1d095
|
@ -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 = {
|
||||
{
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_SYS_VENDOR, "TUXEDO"),
|
||||
DMI_MATCH(DMI_SYS_VENDOR, "Notebook"),
|
||||
},
|
||||
},
|
||||
{
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_BOARD_VENDOR, "TUXEDO"),
|
||||
DMI_MATCH(DMI_BOARD_VENDOR, "Notebook"),
|
||||
},
|
||||
},
|
||||
{
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_CHASSIS_VENDOR, "TUXEDO"),
|
||||
DMI_MATCH(DMI_CHASSIS_VENDOR, "No Enclosure"),
|
||||
},
|
||||
},
|
||||
{ }
|
||||
|
|
Loading…
Reference in a new issue