[Wayland-bugs] [Bug 103749] SW_TABLET_MODE disables monitor bezel button in tablet mode
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Nov 15 04:16:00 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=103749
--- Comment #7 from Peter Hutterer <peter.hutterer at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20171115/4d246c56/attachment.html>
More information about the wayland-bugs
mailing list