diff --git a/0001-Enable-all-disabled-pci-devices-by-moving-to-unmaint.patch b/0001-Enable-all-disabled-pci-devices-by-moving-to-unmaint.patch index 21b936e34..2461afb21 100644 --- a/0001-Enable-all-disabled-pci-devices-by-moving-to-unmaint.patch +++ b/0001-Enable-all-disabled-pci-devices-by-moving-to-unmaint.patch @@ -1,18 +1,18 @@ -From 122ad46137ec1fae695b8047c5ae1eafef0a7491 Mon Sep 17 00:00:00 2001 +From 4af075404ae842c878034b9c8030c9e96f459f30 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko -Date: Thu, 8 Aug 2024 16:36:33 +0000 -Subject: [PATCH 01/10] Enable all disabled pci devices by moving to - unmaintained list +Date: Wed, 5 Feb 2025 16:39:01 +0000 +Subject: [PATCH] Enable all disabled pci devices by moving to unmaintained + list --- - kernel/rh_messages.h | 66 ++++++++++++++++++++++---------------------- - 1 file changed, 33 insertions(+), 33 deletions(-) + kernel/rh_messages.h | 64 ++++++++++++++++++++++---------------------- + 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/kernel/rh_messages.h b/kernel/rh_messages.h -index 3ac7e00e0..c0737616b 100644 +index 647d7b9a4fe9..2f9d607d5f0c 100644 --- a/kernel/rh_messages.h +++ b/kernel/rh_messages.h -@@ -123,6 +123,39 @@ static const struct pci_device_id rh_deprecated_pci_devices[] = { +@@ -123,6 +123,38 @@ static const struct pci_device_id rh_deprecated_pci_devices[] = { }; static const struct pci_device_id rh_disabled_pci_devices[] = { @@ -31,7 +31,6 @@ index 3ac7e00e0..c0737616b 100644 + { 0x1000, 0x0071, PCI_ANY_ID, PCI_ANY_ID }, + { 0x1000, 0x0073, PCI_ANY_ID, PCI_ANY_ID }, + { 0x1000, 0x0079, PCI_ANY_ID, PCI_ANY_ID }, -+ { 0x15B3, 0xA2DC, PCI_ANY_ID, PCI_ANY_ID }, + { 0x1000, 0x006E, PCI_ANY_ID, PCI_ANY_ID }, + { 0x1000, 0x0080, PCI_ANY_ID, PCI_ANY_ID }, + { 0x1000, 0x0081, PCI_ANY_ID, PCI_ANY_ID }, @@ -52,7 +51,7 @@ index 3ac7e00e0..c0737616b 100644 { 0x1011, 0x0046, 0x103c, 0x10c2 }, { 0x1011, 0x0046, 0x9005, 0x0364 }, { 0x1011, 0x0046, 0x9005, 0x0365 }, -@@ -289,37 +322,4 @@ static const struct pci_device_id rh_disabled_pci_devices[] = { +@@ -291,36 +323,4 @@ static const struct pci_device_id rh_disabled_pci_devices[] = { {0} /* Terminating entry */ }; @@ -68,7 +67,6 @@ index 3ac7e00e0..c0737616b 100644 - { 0x1000, 0x0071, PCI_ANY_ID, PCI_ANY_ID }, - { 0x1000, 0x0073, PCI_ANY_ID, PCI_ANY_ID }, - { 0x1000, 0x0079, PCI_ANY_ID, PCI_ANY_ID }, -- { 0x15B3, 0xA2DC, PCI_ANY_ID, PCI_ANY_ID }, - { 0x1000, 0x006E, PCI_ANY_ID, PCI_ANY_ID }, - { 0x1000, 0x0080, PCI_ANY_ID, PCI_ANY_ID }, - { 0x1000, 0x0081, PCI_ANY_ID, PCI_ANY_ID },