Skip to content

Commit

Permalink
Merge branch 'for-5.10/i2c-hid' into for-linus
Browse files Browse the repository at this point in the history
- prefer async probing in i2c-hid even if built-in
  • Loading branch information
Jiri Kosina committed Oct 15, 2020
2 parents 1142a12 + eafb220 commit 1341c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hid/i2c-hid/i2c-hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,7 @@ static struct i2c_driver i2c_hid_driver = {
.driver = {
.name = "i2c_hid",
.pm = &i2c_hid_pm,
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
.acpi_match_table = ACPI_PTR(i2c_hid_acpi_match),
.of_match_table = of_match_ptr(i2c_hid_of_match),
},
Expand Down

0 comments on commit 1341c58

Please sign in to comment.