Skip to content

Recognizing Framework 16 keyboard modules as internal keyboards

Josip Medved requested to merge medo64/libinput:main into main

Framework 16 Laptop allows for usage of multiple keyboards that connect using their input module system that is USB based. Due to this they are not recognized as internal keyboards causing touchpad not to observe disable-while-typing setting.

This patch adds quirk that sets AttrKeyboardIntegration=internal for all Framework 16 keyboard modules.

Merge request reports