Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5b02695 authored by ISHIKAWA Mutsumi's avatar ISHIKAWA Mutsumi Committed by Len Brown
Browse files

sony-laptop: detect the ICH9 chipset as Type3

parent 2b24ef09
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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];