https://bugs.freedesktop.org/show_bug.cgi?id=103749

--- Comment #7 from Peter Hutterer <peter.hutte...@who-t.net> ---
not for this particular thing. the todo list is:
* write a test case, tablet_mode_disable_keyboard should serve as good
template. That way you can quickly test and iterate. Make yourself familiar
with the test suite, see
https://wayland.freedesktop.org/libinput/doc/latest/test-suite.html
* the hw quirk will need a hwdb entry, LIBINPUT_ATTR_TABLET_MODE_EXCLUDED_KEYS
or so. look at the history of the .hwdb entry to get a feel for how these are
added. Don't forget the parsing tests and the parser test
* for a device without that property empty keep the current code, might as well
keep it fully disabled (less wakeups)
* for devices with a property, set some state and discard any events except the
quirked ones.

I think that should be about it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to