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 <[email protected]> # Tolino Shine2HD Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 6a5180c commit 4172a64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)