diff --git a/SOURCES/0001-Enable-all-disabled-pci-devices-by-moving-to-unmaint.patch b/SOURCES/0001-Enable-all-disabled-pci-devices-by-moving-to-unmaint.patch index 2e6570a..802ae2b 100644 --- a/SOURCES/0001-Enable-all-disabled-pci-devices-by-moving-to-unmaint.patch +++ b/SOURCES/0001-Enable-all-disabled-pci-devices-by-moving-to-unmaint.patch @@ -1,20 +1,24 @@ -From fd0ae267b04d212b5b3be3a2f638ef60ab9174f5 Mon Sep 17 00:00:00 2001 +From 0b958871e6d47dfdd641f1e0fad3a4830c9e8094 Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 24 May 2024 13:00:16 +0300 Subject: [PATCH] Enable all disabled pci devices by moving to unmaintained --- - kernel/rh_messages.h | 62 +++++++++++++++++++++----------------------- - 1 file changed, 29 insertions(+), 33 deletions(-) + kernel/rh_messages.h | 66 ++++++++++++++++++++++---------------------- + 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/kernel/rh_messages.h b/kernel/rh_messages.h -index 2ae3f94ad..ba7df5418 100644 +index 2ae3f94ad..73e1f2519 100644 --- a/kernel/rh_messages.h +++ b/kernel/rh_messages.h -@@ -121,6 +121,35 @@ static const struct pci_device_id rh_deprecated_pci_devices[] = { +@@ -121,6 +121,39 @@ static const struct pci_device_id rh_deprecated_pci_devices[] = { }; static const struct pci_device_id rh_disabled_pci_devices[] = { ++ {0} /* Terminating entry */ ++}; ++ ++static const struct pci_device_id rh_unmaintained_pci_devices[] = { + { 0x10df, 0xe220, PCI_ANY_ID, PCI_ANY_ID }, + { 0x10df, 0x0724, PCI_ANY_ID, PCI_ANY_ID }, + { 0x10df, 0xe200, PCI_ANY_ID, PCI_ANY_ID }, @@ -47,7 +51,7 @@ index 2ae3f94ad..ba7df5418 100644 { 0x1011, 0x0046, 0x103c, 0x10c2 }, { 0x1011, 0x0046, 0x9005, 0x0364 }, { 0x1011, 0x0046, 0x9005, 0x0365 }, -@@ -273,37 +302,4 @@ static const struct pci_device_id rh_disabled_pci_devices[] = { +@@ -273,37 +306,4 @@ static const struct pci_device_id rh_disabled_pci_devices[] = { {0} /* Terminating entry */ };