From 2d83081fd4c61f9ce167fbb02f4c44026322272b Mon Sep 17 00:00:00 2001 From: lxoliva Date: Fri, 3 Sep 2021 22:48:45 +0000 Subject: [PATCH] GNU Linux-libre 5.13.14-gnu1 and 5.10.62-gnu1 git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@18300 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-5.10 | 6 +++++- deblob-5.13 | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/deblob-5.10 b/deblob-5.10 index d39aac6247d..48dc99acf62 100755 --- a/deblob-5.10 +++ b/deblob-5.10 @@ -3140,7 +3140,11 @@ clean_mk CONFIG_USB_UEAGLEATM drivers/usb/atm/Makefile # host announce USB_XHCI_PCI_RENESAS - "Support for additional Renesas xHCI controller with firwmare" -reject_firmware drivers/usb/host/xhci-pci-renesas.c +if grep -q 'firmware_request_nowarn' drivers/usb/host/xhci-pci-renesas.c; then + reject_firmware_nowarn drivers/usb/host/xhci-pci-renesas.c +else + reject_firmware drivers/usb/host/xhci-pci-renesas.c +fi clean_kconfig drivers/usb/host/Kconfig USB_XHCI_PCI_RENESAS clean_mk CONFIG_USB_XHCI_PCI_RENESAS drivers/usb/host/Makefile diff --git a/deblob-5.13 b/deblob-5.13 index a60476fd4ab..1451643366d 100755 --- a/deblob-5.13 +++ b/deblob-5.13 @@ -3172,7 +3172,11 @@ clean_mk CONFIG_USB_UEAGLEATM drivers/usb/atm/Makefile # host announce USB_XHCI_PCI_RENESAS - "Support for additional Renesas xHCI controller with firwmare" -reject_firmware drivers/usb/host/xhci-pci-renesas.c +if grep -q 'firmware_request_nowarn' drivers/usb/host/xhci-pci-renesas.c; then + reject_firmware_nowarn drivers/usb/host/xhci-pci-renesas.c +else + reject_firmware drivers/usb/host/xhci-pci-renesas.c +fi clean_kconfig drivers/usb/host/Kconfig USB_XHCI_PCI_RENESAS clean_mk CONFIG_USB_XHCI_PCI_RENESAS drivers/usb/host/Makefile -- 2.31.1