提交 e4b91470 编写于 作者: F Florian R. Hölzlwimmer 提交者: Lee Jones

mfd: intel-lpss: Add missing PCI ID for Intel Sunrise Point LPSS devices

This patch adds a missing PCI ID of the Intel Sunrise Point chipset to the Intel LPSS driver.
It fixes a bug causing the touchpad of the Lenovo Yoga 720-15 not to be recognized.
See also bug 1700657 on bugs.launchpad.net.

Many thanks to CoolStar, who found this solution!
Reported-by: NCoolStar <coolstarorganization@gmail.com>
Tested-by: NMike Schwartz <mykesx@gmail.com>
Tested-by: NBjörn Dahlgren <bjodah@gmail.com>
Signed-off-by: NFlorian R. Hölzlwimmer <git.ich@frhoelzlwimmer.de>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 b62d8dbe
......@@ -221,6 +221,7 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {
{ PCI_VDEVICE(INTEL, 0xa12a), (kernel_ulong_t)&spt_info },
{ PCI_VDEVICE(INTEL, 0xa160), (kernel_ulong_t)&spt_i2c_info },
{ PCI_VDEVICE(INTEL, 0xa161), (kernel_ulong_t)&spt_i2c_info },
{ PCI_VDEVICE(INTEL, 0xa162), (kernel_ulong_t)&spt_i2c_info },
{ PCI_VDEVICE(INTEL, 0xa166), (kernel_ulong_t)&spt_uart_info },
/* KBL-H */
{ PCI_VDEVICE(INTEL, 0xa2a7), (kernel_ulong_t)&spt_uart_info },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册