<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - SW_TABLET_MODE disables monitor bezel button in tablet mode"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103749#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - SW_TABLET_MODE disables monitor bezel button in tablet mode"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103749">bug 103749</a>
from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
<pre>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
<a href="https://wayland.freedesktop.org/libinput/doc/latest/test-suite.html">https://wayland.freedesktop.org/libinput/doc/latest/test-suite.html</a>
* 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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>