浏览代码

pata_ali: Add Mitac 8317 and derivatives

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Alan Cox 17 年之前
父节点
当前提交
8f59a13acc
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      drivers/ata/pata_ali.c

+ 3 - 0
drivers/ata/pata_ali.c

@@ -63,6 +63,9 @@ static int ali_cable_override(struct pci_dev *pdev)
 	/* Fujitsu P2000 */
 	/* Fujitsu P2000 */
 	if (pdev->subsystem_vendor == 0x10CF && pdev->subsystem_device == 0x10AF)
 	if (pdev->subsystem_vendor == 0x10CF && pdev->subsystem_device == 0x10AF)
 	   	return 1;
 	   	return 1;
+	/* Mitac 8317 (Winbook-A) and relatives */
+	if (pdev->subsystem_vendor == 0x1071  && pdev->subsystem_device == 0x8317)
+		return 1;
 	/* Systems by DMI */
 	/* Systems by DMI */
 	if (dmi_check_system(cable_dmi_table))
 	if (dmi_check_system(cable_dmi_table))
 		return 1;
 		return 1;