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

Input: st1232 - prefer asynchronous probing

The device may take up to 100ms to become responsive during probe, so
prefer asynchronous probing to avoid delaying the rest of the system.

Suggested-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: John Keeping <john@metanate.com>
Link: https://lore.kernel.org/r/20211007111217.1935858-1-john@metanate.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

John Keeping and committed by
Dmitry Torokhov
b415ed4f 2667f6b7

+1
+1
drivers/input/touchscreen/st1232.c
··· 389 389 .driver = { 390 390 .name = ST1232_TS_NAME, 391 391 .of_match_table = st1232_ts_dt_ids, 392 + .probe_type = PROBE_PREFER_ASYNCHRONOUS, 392 393 .pm = &st1232_ts_pm_ops, 393 394 }, 394 395 };