On Mon, Dec 28, 2020 at 10:23:35AM +0300, Alexey Dobriyan wrote: > g++ reports > > drivers/input/serio/i8042-x86ia64io.h:225:3: error: ‘.matches’ designator used multiple times in the same initializer list > > C99 semantics is that last duplicated initialiser wins, > so DMI entry gets overwritten. > > Fixes: a48491c65b51 ("Input: i8042 - add ByteSpeed touchpad to noloop table") > Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Applied, thank you. -- Dmitry