summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-05-17 03:51:26 +0000
committerThierry Vignaud <tv@mageia.org>2013-05-17 03:51:26 +0000
commit4791be6ff29492c23ed2dbd8eb9c761f950e37bd (patch)
tree9dddb3ce4586ec4e8926eaf2c12dc39d5d1efe90
parent6567da8038bb2964c091fb4aa642b42131210b4b (diff)
downloaddrakx-backup-do-not-use-4791be6ff29492c23ed2dbd8eb9c761f950e37bd.tar
drakx-backup-do-not-use-4791be6ff29492c23ed2dbd8eb9c761f950e37bd.tar.gz
drakx-backup-do-not-use-4791be6ff29492c23ed2dbd8eb9c761f950e37bd.tar.bz2
drakx-backup-do-not-use-4791be6ff29492c23ed2dbd8eb9c761f950e37bd.tar.xz
drakx-backup-do-not-use-4791be6ff29492c23ed2dbd8eb9c761f950e37bd.zip
add auto generated list of drivers that need nonfree firmwares
-rw-r--r--perl-install/list_firmwares.pm18
1 files changed, 18 insertions, 0 deletions
diff --git a/perl-install/list_firmwares.pm b/perl-install/list_firmwares.pm
new file mode 100644
index 000000000..752af8029
--- /dev/null
+++ b/perl-install/list_firmwares.pm
@@ -0,0 +1,18 @@
+# This list is autogenerated ; Do NOT alter manually.
+
+package list_firmwares;
+
+our @modules_with_nonfree_firmware =
+ qw(acenic advansys ambassador ar5523 at76c50x-usb ath3k ath6kl_sdio
+ ath6kl_usb ath9k_htc atmel bcm203x bnx2 bnx2x brcmfmac brcmsmac btmrvl_sdio
+ cassini cpia2 csiostor cx18 cx25840 cxgb3 cxgb4 dvb-ttusb-budget dvb-usb-dib0700
+ e100 emi26 emi62 gspca_vicam i2400m-usb ib_qib io_edgeport io_ti ipw2100
+ ipw2200 ivtv iwl3945 iwl4965 iwlwifi kaweth keyspan lgs8gxx libertas_cs
+ libertas_sdio mga mwifiex_sdio mwifiex_usb mwl8k myri10ge netxen_nic orinoco
+ poseidon pvrusb2 qla1280 qla2xxx qlcnic r8169 r8192e_pci r8712u radeon
+ rt2800pci rt2800usb rt61pci rt73usb rtl8192ce rtl8192cu rtl8192de rtl8192se
+ s2250-loader s2255drv slicoss smc91c92_cs snd-korg1212 snd-maestro3 snd-ymfpci
+ starfire tehuti tg3 ti_usb_3410_5052 typhoon ueagle-atm ums-eneub6250 usb8xxx
+ vt6656_stage whiteheat wl12xx wl18xx wlcore xc5000 yam);
+
+1;