summaryrefslogtreecommitdiff
path: root/util/inteltool/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/inteltool/gpio.c')
-rw-r--r--util/inteltool/gpio.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c
index 708a59aedb..dc2ed77a02 100644
--- a/util/inteltool/gpio.c
+++ b/util/inteltool/gpio.c
@@ -1095,6 +1095,17 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs)
case PCI_DEVICE_ID_INTEL_C256:
case PCI_DEVICE_ID_INTEL_W580:
case PCI_DEVICE_ID_INTEL_ICELAKE_LP_U:
+ case PCI_DEVICE_ID_INTEL_H610:
+ case PCI_DEVICE_ID_INTEL_B660:
+ case PCI_DEVICE_ID_INTEL_H670:
+ case PCI_DEVICE_ID_INTEL_Q670:
+ case PCI_DEVICE_ID_INTEL_Z690:
+ case PCI_DEVICE_ID_INTEL_W680:
+ case PCI_DEVICE_ID_INTEL_W685:
+ case PCI_DEVICE_ID_INTEL_WM690:
+ case PCI_DEVICE_ID_INTEL_HM670:
+ case PCI_DEVICE_ID_INTEL_WM790:
+ case PCI_DEVICE_ID_INTEL_HM770:
print_gpio_groups(sb);
return 0;
case PCI_DEVICE_ID_INTEL_82371XX: