Hi everyone, This series is a follow up to [1], [2], [3] and [4] upstreaming 5 more patches authored by Nikolai from the DIGImend project. Patches 1 and 2 are documentation improvements. Patch 3 allows to create a keyboard interface to the tablets that have a "Usage (Keyboard)" in their descriptor, like for example the Huion HS611, which has media keys [5]. However, some of the tablets that have a keyboard usage, also have an invalid pen usage, creating an invalid pen interface. Patches 4 and 5 allow to disable it. As always, many thanks to Jiří and Nikolai for their work :D José Expósito [1] https://lore.kernel.org/linux-input/nycvar.YFH.7.76.2202161642180.11721@xxxxxxxxxxxxx/T/ [2] https://lore.kernel.org/linux-input/56454560-5f62-05b9-1a24-3f51a305140e@xxxxxxxxx/T/ [3] https://lore.kernel.org/linux-input/nycvar.YFH.7.76.2204111653000.30217@xxxxxxxxxxxxx/T/ [4] https://lore.kernel.org/linux-input/nycvar.YFH.7.76.2204211005520.30217@xxxxxxxxxxxxx/T/ [5] https://www.huion.com/es/pen_tablet/HS/huion-hs611.html Nikolai Kondrashov (5): HID: uclogic: Clarify params desc_size description HID: uclogic: Clarify pen/frame desc_ptr description HID: uclogic: Pass keyboard reports as is HID: uclogic: Support disabling pen usage HID: uclogic: Disable pen usage for Huion keyboard interfaces drivers/hid/hid-uclogic-core.c | 19 +++++++++++++++++++ drivers/hid/hid-uclogic-params.c | 9 +++++++-- drivers/hid/hid-uclogic-params.h | 17 ++++++++++++----- 3 files changed, 38 insertions(+), 7 deletions(-) -- 2.25.1