]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/input/mouse/elan_i2c_core.c
Input: elan_i2c - enable asynchronous probing
[karo-tx-linux.git] / drivers / input / mouse / elan_i2c_core.c
index 0a076d30be8bce28451fbf073794a7f4bed451a7..67388f42ed9a08f3decf07a98c0d36bc082bfb2b 100644 (file)
@@ -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,