diff options
author | Tharre <tharre3@gmail.com> | 2023-04-13 17:29:16 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2023-04-25 05:33:37 +0200 |
commit | acd5f889d2dd2696f539d5ffda2d81af9ecda68a (patch) | |
tree | 0b2085f45c02068aac0cc32ad3f16755e4d3380e /arch-system/xps13-pci_pm.rules | |
parent | 53487f09b947637283a72cafe61350ae270019a7 (diff) | |
download | pkgbuilds-acd5f889d2dd2696f539d5ffda2d81af9ecda68a.tar.gz pkgbuilds-acd5f889d2dd2696f539d5ffda2d81af9ecda68a.tar.xz pkgbuilds-acd5f889d2dd2696f539d5ffda2d81af9ecda68a.zip |
arch-system: add pci_pm.rules
Diffstat (limited to 'arch-system/xps13-pci_pm.rules')
-rw-r--r-- | arch-system/xps13-pci_pm.rules | 16 |
1 files changed, 16 insertions, 0 deletions
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" |