GNU Linux-libre 5.13.14-gnu1 and 5.10.62-gnu1
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Fri, 3 Sep 2021 22:48:45 +0000 (22:48 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Fri, 3 Sep 2021 22:48:45 +0000 (22:48 +0000)
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@18300 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-5.10
deblob-5.13

index d39aac6247d7f242936a0c4812647ca79abe4237..48dc99acf62be51a4d168d202b54fac0965e5a15 100755 (executable)
@@ -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
 
index a60476fd4abcc358a5be98b0215ec2e44dc3b39e..1451643366db2687625078a097fef6fde2c620c4 100755 (executable)
@@ -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