提交 d5764dc5 编写于 作者: G Gayatri Kammela 提交者: Rafael J. Wysocki

platform/x86: intel-hid: fix: Update Tiger Lake ACPI device ID

Tiger Lake's new unique ACPI device IDs for intel-hid driver is not
valid because of missing 'C' in the ID. Fix the ID by updating it.

After the update, the new ID should now look like
INT1051 --> INTC1051

Fixes: bdd11b65 ("platform/x86: intel-hid: Add Tiger Lake ACPI device ID")
Suggested-by: NSrinivas Pandruvada <srinivas.pandruvada@intel.com>
Signed-off-by: NGayatri Kammela <gayatri.kammela@intel.com>
Reviewed-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 b62c770f
...@@ -19,8 +19,8 @@ MODULE_LICENSE("GPL"); ...@@ -19,8 +19,8 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Alex Hung"); MODULE_AUTHOR("Alex Hung");
static const struct acpi_device_id intel_hid_ids[] = { static const struct acpi_device_id intel_hid_ids[] = {
{"INT1051", 0},
{"INT33D5", 0}, {"INT33D5", 0},
{"INTC1051", 0},
{"", 0}, {"", 0},
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册