Skip to content

Commit 4172a64

Browse files
committed
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 parent 6a5180c commit 4172a64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/input/touchscreen/zforce_ts.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ static struct i2c_driver zforce_driver = {
850850
.name = "zforce-ts",
851851
.pm = pm_sleep_ptr(&zforce_pm_ops),
852852
.of_match_table = of_match_ptr(zforce_dt_idtable),
853+
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
853854
},
854855
.probe = zforce_probe,
855856
.id_table = zforce_idtable,

0 commit comments

Comments
 (0)