Hi all, The first patch in this series stops making the maximum number of supported fingers in silead_ts configurable, replacing this with simply hardcoding it to 10. The main reason for doing so is to avoid the need to have a boiler-plate "silead,max-fingers=10" property in each silead touchscreen config. The second patch removes this boilerplate from all silead touchscreen configs in touchscreen_dmi.c . Dmitry, since touchscreen_dmi.c sees regular updates I believe it is best to merge the 2 patches separately. As long as I know that patch 1/2 is queued for merging for say 6.11 then I can merge patch 2/2 independently for the same cycle. Regards, Hans Hans de Goede (2): Input: silead - Always support 10 fingers platform/x86: touchscreen_dmi: Drop "silead,max-fingers" property drivers/input/touchscreen/silead.c | 19 +++------ drivers/platform/x86/touchscreen_dmi.c | 56 -------------------------- 2 files changed, 5 insertions(+), 70 deletions(-) -- 2.45.1