Skip to content

Commit daa58c8

Browse files
arndbdtor
authored andcommitted
Input: i8042 - fix Pegatron C15B ID entry
The Zenbook Flip entry that was added overwrites a previous one because of a typo: In file included from drivers/input/serio/i8042.h:23, from drivers/input/serio/i8042.c:131: drivers/input/serio/i8042-x86ia64io.h:591:28: error: initialized field overwritten [-Werror=override-init] 591 | .matches = { | ^ drivers/input/serio/i8042-x86ia64io.h:591:28: note: (near initialization for 'i8042_dmi_noselftest_table[0].matches') Add the missing separator between the two. Fixes: b5d6e7a ("Input: i8042 - add ASUS Zenbook Flip to noselftest list") Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Reviewed-by: Marcos Paulo de Souza <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 2d8aaa1 commit daa58c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ static const struct dmi_system_id i8042_dmi_noselftest_table[] = {
588588
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
589589
DMI_MATCH(DMI_CHASSIS_TYPE, "10"), /* Notebook */
590590
},
591+
}, {
591592
.matches = {
592593
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
593594
DMI_MATCH(DMI_CHASSIS_TYPE, "31"), /* Convertible Notebook */

0 commit comments

Comments
 (0)