mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
Input: elan_i2c - enable asynchronous probing
It takes a bit of time to go through controller power up sequence and initialization. To not stall the overall boot progress let's probe the controller asynchronously, given that userspace is usually prepared for hot-plugging of input devices and thus does not rely on particular ordering. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
9f6a07b67f
commit
71d0f56235
1 changed files with 1 additions and 0 deletions
|
@ -1185,6 +1185,7 @@ static struct i2c_driver elan_driver = {
|
|||
.pm = &elan_pm_ops,
|
||||
.acpi_match_table = ACPI_PTR(elan_acpi_id),
|
||||
.of_match_table = of_match_ptr(elan_of_match),
|
||||
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
||||
},
|
||||
.probe = elan_probe,
|
||||
.id_table = elan_id,
|
||||
|
|
Loading…
Add table
Reference in a new issue