提交 d5b02695 编写于 作者: I ISHIKAWA Mutsumi 提交者: Len Brown

sony-laptop: detect the ICH9 chipset as Type3

Signed-off-by: NISHIKAWA Mutsumi <ishikawa@hanzubon.jp>
Signed-off-by: NMattia Dongili <malattia@linux.it>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 2b24ef09
......@@ -1824,6 +1824,13 @@ static void sony_pic_detect_device_type(struct sony_pic_dev *dev)
goto out;
}
pcidev = pci_get_device(PCI_VENDOR_ID_INTEL,
PCI_DEVICE_ID_INTEL_ICH9_1, NULL);
if (pcidev) {
dev->control = &spic_types[2];
goto out;
}
/* default */
dev->control = &spic_types[1];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册