Skip to content

Commit

Permalink
feat: add support for upd72020x-fw (#449)
Browse files Browse the repository at this point in the history
This will install Renesas uPD720201 / uPD720202 USB 3.0 chipsets
firmware and resolves the xhci_pci missing firmware warning for
mkinitcpio.
  • Loading branch information
storm1ng authored Oct 29, 2020
1 parent 669cf16 commit 7bf0150
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@ install_additional_firmwares(){
echo "10) $(menu_item "libmtp") [Android Devices]"
echo "11) $(menu_item "libraw1394") [IEEE1394 Driver]"
echo "12) $(menu_item "wd719x-firmware") $AUR"
echo "13) $(menu_item "upd72020x-fw") $AUR"
echo ""
echo " d) DONE"
echo ""
Expand Down Expand Up @@ -944,6 +945,9 @@ install_additional_firmwares(){
12)
aur_package_install "wd719x-firmware"
;;
13)
aur_package_install "upd72020x-fw"
;;
"d")
break
;;
Expand Down

0 comments on commit 7bf0150

Please sign in to comment.