HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirk
Commit f7d8e387 ("HID: uclogic: Switch to Digitizer usage for styluses") changed the usage used in UCLogic from "Pen" to "Digitizer". However, the IS_INPUT_APPLICATION() macro evaluates to false for HID_DG_DIGITIZER causing issues with the XP-Pen Star G640 tablet. Add the HID_QUIRK_HIDINPUT_FORCE quirk to bypass the IS_INPUT_APPLICATION() check. Reported-by: NTorge Matthies <openglfreak@googlemail.com> Reported-by: NAlexander Zhang <alex@alexyzhang.dev> Tested-by: NAlexander Zhang <alex@alexyzhang.dev> Signed-off-by: NJosé Expósito <jose.exposito89@gmail.com> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
Showing
想要评论请 注册 或 登录