]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Input: zforce_ts - switch to using asynchronous probing
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 24 Aug 2024 05:50:42 +0000 (22:50 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 6 Sep 2024 05:56:47 +0000 (22:56 -0700)
commit4172a64ef2c4c519a67037fc4edc78277f786fee
treef0945cd663a1b569d3a130c13f7580cae2c2c56e
parent6a5180c619ed52f9e05767c78bf7edb04304d9bd
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>
drivers/input/touchscreen/zforce_ts.c