Since 5.8.x kernel required renesas xhci firmware blob

Seems this is a bigger issue for some USB-3.0 Hubs. With the recent changes in 5.8 development cycle the renesas_usb_fw.mem is now needed for some rensas controller like uPD720201 and uPD720202. However this firmware is due to its license not distributable.

There are some commits:

If we look closer we got this note:

config USB_XHCI_PCI_RENESAS
	tristate "Support for additional Renesas xHCI controller with firwmare"
	depends on USB_XHCI_PCI
	---help---
	  Say 'Y' to enable the support for the Renesas xHCI controller with
	  firwmare. Make sure you have the firwmare for the device and
	  installed on your system for this device to work.
	  If unsure, say 'N'.

So we will try to remove that driver support as recommended by upstream and revisit it, as soon as the firmware lands into linux-firmware.

See also:

2 Likes