mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-13 06:10:22 +01:00
tablet: ignore MSC_SCAN
Sent by some HUION tablets Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e80873ca6f
commit
06489d9b07
1 changed files with 2 additions and 0 deletions
|
|
@ -724,6 +724,8 @@ tablet_process_misc(struct tablet_dispatch *tablet,
|
|||
if (e->value != -1)
|
||||
tablet->current_tool_serial = e->value;
|
||||
|
||||
break;
|
||||
case MSC_SCAN:
|
||||
break;
|
||||
default:
|
||||
log_info(tablet_libinput_context(tablet),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue