diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-02-19 09:10:30 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-02-19 17:20:17 +0100 |
commit | dac6d01cccf8e59d9f2ef02e51cb2c0e67481951 (patch) | |
tree | 4f49879b161987852065643212f2e1d6acd89727 | |
parent | 205d7f34d9cfb81ffb9414cd42883361183b3440 (diff) | |
download | drakx-dac6d01cccf8e59d9f2ef02e51cb2c0e67481951.tar drakx-dac6d01cccf8e59d9f2ef02e51cb2c0e67481951.tar.gz drakx-dac6d01cccf8e59d9f2ef02e51cb2c0e67481951.tar.bz2 drakx-dac6d01cccf8e59d9f2ef02e51cb2c0e67481951.tar.xz drakx-dac6d01cccf8e59d9f2ef02e51cb2c0e67481951.zip |
sync list of modules needing firmware with kernel 5.5
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/list_firmwares.pm | 16 |
2 files changed, 10 insertions, 8 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index d7883ec1a..5a48eb80c 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- sync list for modules needing firmware with kernel 5.5 + Version 18.23 - 25 January 2020 - adapt to libinput-1.15.0 diff --git a/perl-install/list_firmwares.pm b/perl-install/list_firmwares.pm index a833a3a07..915927378 100644 --- a/perl-install/list_firmwares.pm +++ b/perl-install/list_firmwares.pm @@ -1,4 +1,4 @@ -# generated using kernel-desktop-5.4.5-1.mga8 +# generated using kernel-desktop-5.5.4-1.mga8 # This list is autogenerated ; Do NOT alter manually. package list_firmwares; @@ -13,12 +13,12 @@ our @modules_with_nonfree_firmware = keyspan lgs8gxx libertas_cs libertas_sdio libertas_spi liquidio mga mlxsw_spectrum mt7601u mt7615e mt76x0e mt76x0u mt76x2e mt76x2u mwifiex_sdio mwifiex_usb mwl8k myri10ge n5pf netxen_nic nfp nouveau orinoco pvrusb2 qat_c3xxx qat_c62x - qat_dh895xcc qed qla1280 qla2xxx qlcnic r8169 r8188eu r8192e_pci r8712u - radeon rp2 rt2800pci rt2800usb rt61pci rt73usb rtl8188ee rtl8192ce rtl8192cu - rtl8192de rtl8192ee rtl8192se rtl8723be rtl8821ae rtl8xxxu rtw88 s2255drv - saa7134-go7007 slicoss smc91c92_cs smsmdtv snd-hda-codec-ca0132 snd-korg1212 - snd-maestro3 snd-ymfpci starfire tehuti tg3 ti_usb_3410_5052 typhoon ueagle-atm - ums-eneub6250 usb8xxx vt6656_stage whiteheat wil6210 wl1251 wl12xx wl18xx - xc4000 xc5000 yam); + qat_dh895xcc qed qla1280 qla2xxx qlcnic r8152 r8169 r8188eu r8192e_pci + r8712u radeon rp2 rt2800pci rt2800usb rt61pci rt73usb rtl8188ee rtl8192ce + rtl8192cu rtl8192de rtl8192ee rtl8192se rtl8723be rtl8821ae rtl8xxxu rtw88 + s2255drv saa7134-go7007 slicoss smc91c92_cs smsmdtv snd-hda-codec-ca0132 + snd-korg1212 snd-maestro3 snd-ymfpci starfire tehuti tg3 ti_usb_3410_5052 + typhoon ueagle-atm ums-eneub6250 usb8xxx vt6656_stage whiteheat wil6210 + wl1251 wl12xx wl18xx xc4000 xc5000 yam); 1; |