The Wacom Express Key Remote sends the serial number via EV_MSC. At some later
point we'll need the serial to match the LEDs correctly but for now we can
ignore them.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit
0933650f664560f81145c780ea982f49d4df1924)
case EV_SYN:
pad_flush(pad, device, time);
break;
+ case EV_MSC:
+ /* The EKR sends the serial as MSC_SERIAL, ignore this for
+ * now */
+ break;
default:
log_error(device->base.seat->libinput,
"Unexpected event type %s (%#x)\n",