Hi, On 5/25/24 9:38 PM, Hans de Goede wrote: > 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. As discussed I've added this series my review-hans (soon to be fixes) branch now. This is more of a cleanup then a pure fix, but since the DMI quirks always get updated through the fixes branch this avoids conflicts. Regards, Hans > > 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(-) >