From acd5f889d2dd2696f539d5ffda2d81af9ecda68a Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 13 Apr 2023 17:29:16 +0200 Subject: arch-system: add pci_pm.rules --- arch-system/xps13-pci_pm.rules | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 arch-system/xps13-pci_pm.rules (limited to 'arch-system/xps13-pci_pm.rules') diff --git a/arch-system/xps13-pci_pm.rules b/arch-system/xps13-pci_pm.rules new file mode 100644 index 0000000..8a59bbf --- /dev/null +++ b/arch-system/xps13-pci_pm.rules @@ -0,0 +1,16 @@ +# whitelist for pci autosuspend + +# Intel Sunrise PCI Express Port #1 +SUBSYSTEM=="pci", ATTR{vendor}=="0x8086", ATTR{device}=="0x9d10", ATTR{power/control}="auto" + +# Intel Xeon E3-1200 v6/7th Gen +SUBSYSTEM=="pci", ATTR{vendor}=="0x8086", ATTR{device}=="0x5914", ATTR{power/control}="auto" + +# Intel Sunrise Point LPC Controller/eSPI Controller +SUBSYSTEM=="pci", ATTR{vendor}=="0x8086", ATTR{device}=="0x9d4e", ATTR{power/control}="auto" + +# SK hynix PC300 NVMe SSD +SUBSYSTEM=="pci", ATTR{vendor}=="0x1c5c", ATTR{device}=="0x1283", ATTR{power/control}="auto" + +# Qualcomm Atheros QCA6174 802.11ac Wireless Adapter +SUBSYSTEM=="pci", ATTR{vendor}=="0x168c", ATTR{device}=="0x003e", ATTR{power/control}="auto" -- cgit v1.2.3-70-g09d2