Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: zforce_ts - switch to using asynchronous probing

The driver waits for the device to boot, which can be a lengthy
process. Switch it to asynchronous probing to allow more devices
to be probed simultaneously.

Tested-by: Andreas Kemnade <andreas@kemnade.info> # Tolino Shine2HD
Link: https://lore.kernel.org/r/20240824055047.1706392-19-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

+1
+1
drivers/input/touchscreen/zforce_ts.c
··· 850 850 .name = "zforce-ts", 851 851 .pm = pm_sleep_ptr(&zforce_pm_ops), 852 852 .of_match_table = of_match_ptr(zforce_dt_idtable), 853 + .probe_type = PROBE_PREFER_ASYNCHRONOUS, 853 854 }, 854 855 .probe = zforce_probe, 855 856 .id_table = zforce_idtable,