On Sat, Dec 23, 2023 at 03:16:50PM +0100, Hans de Goede wrote: > Some devices list 3 Gpio resources in the ACPI resource list for > the touchscreen: > > 1. GpioInt resource pointing to the GPIO used for the interrupt > 2. GpioIo resource pointing to the reset GPIO > 3. GpioIo resource pointing to the GPIO used for the interrupt > > Note how the third extra GpioIo resource really is a duplicate > of the GpioInt provided info. > > Ignore this extra GPIO, treating this setup the same as gpio_count == 2 && > gpio_int_idx == 0 fixes the touchscreen not working on the Thunderbook > Colossus W803 rugged tablet and likely also on the CyberBook_T116K. > > Reported-by: Maarten van der Schrieck > Closes: https://gitlab.com/AdyaAdya/goodix-touchscreen-linux-driver/-/issues/22 > Suggested-by: Maarten van der Schrieck > Tested-by: Maarten van der Schrieck > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> Applied, thank you. -- Dmitry