Skip to content

Commit 0f58daa

Browse files
a3fdtor
authored andcommitted
Input: edt-ft5x06 - prefer asynchronous probe
Probing the device takes a while, because we sleep for 300 ms after a reset; allow asynchronous probing so this can happen in the background while other devices are being probed. Signed-off-by: Ahmad Fatoum <[email protected]> Signed-off-by: Marco Felsch <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 21d1611 commit 0f58daa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/touchscreen/edt-ft5x06.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,6 +1398,7 @@ static struct i2c_driver edt_ft5x06_ts_driver = {
13981398
.name = "edt_ft5x06",
13991399
.of_match_table = edt_ft5x06_of_match,
14001400
.pm = &edt_ft5x06_ts_pm_ops,
1401+
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
14011402
},
14021403
.id_table = edt_ft5x06_ts_id,
14031404
.probe = edt_ft5x06_ts_probe,

0 commit comments

Comments
 (0)