]> Git Repo - linux.git/commitdiff
hwmon: (k10temp) Add PCI ID for family 19, model 78h
authorMario Limonciello <[email protected]>
Thu, 27 Apr 2023 05:33:37 +0000 (00:33 -0500)
committerBorislav Petkov (AMD) <[email protected]>
Mon, 8 May 2023 09:36:19 +0000 (11:36 +0200)
Enable k10temp on this system.

  [ bp: Massage. ]

Signed-off-by: Mario Limonciello <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
drivers/hwmon/k10temp.c

index ba2f6a4f8c167f9676775f165e8a01a9d3aa88cb..7b177b9fbb0972ced9e40cbd61d3ba2f88d911e9 100644 (file)
@@ -507,6 +507,7 @@ static const struct pci_device_id k10temp_id_table[] = {
        { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_19H_M50H_DF_F3) },
        { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_19H_M60H_DF_F3) },
        { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_19H_M70H_DF_F3) },
+       { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_19H_M78H_DF_F3) },
        { PCI_VDEVICE(HYGON, PCI_DEVICE_ID_AMD_17H_DF_F3) },
        {}
 };
This page took 0.058764 seconds and 4 git commands to generate.