summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-04 06:35:26 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-04 06:35:26 +0000
commit29927fdd5ae77046944092e7d31edfca5ea5c11d (patch)
tree44e068d28b949288d2077731282f59dabf09b4b2
parent12eaf88448c9d94e160a2cd913fbac4eb5f71d37 (diff)
downloaddrakx-backup-do-not-use-29927fdd5ae77046944092e7d31edfca5ea5c11d.tar
drakx-backup-do-not-use-29927fdd5ae77046944092e7d31edfca5ea5c11d.tar.gz
drakx-backup-do-not-use-29927fdd5ae77046944092e7d31edfca5ea5c11d.tar.bz2
drakx-backup-do-not-use-29927fdd5ae77046944092e7d31edfca5ea5c11d.tar.xz
drakx-backup-do-not-use-29927fdd5ae77046944092e7d31edfca5ea5c11d.zip
include/detect new drivers:
- crypto: aesni_intel - input: hid-aureal synaptics_usb - wifi: qmi_wwan, mwifiex_usb
-rw-r--r--images/NEWS5
-rw-r--r--kernel/list_modules.pm11
-rw-r--r--perl-install/NEWS4
-rw-r--r--perl-install/install/NEWS4
4 files changed, 19 insertions, 5 deletions
diff --git a/images/NEWS b/images/NEWS
index ac4883b9d..aa409790b 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,8 @@
+- include new drivers:
+ o crypto: aesni_intel
+ o input: hid-aureal synaptics_usb
+ o wifi: qmi_wwan, mwifiex_usb
+
Version 1.80 - 3 September 2012 by Thierry Vignaud
- fix creating some directories when not in debug mode
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index fa6c42c42..e05a60582 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -70,9 +70,9 @@ our %l = (
qw(ath_pci atmel_cs atmel_pci b43 b43legacy bcm43xx bcm_wimax brcm80211 brcmsmac brcmfmac carl9170 com20020_cs),
qw(dyc_ar5 hostap_cs hostap_pci hostap_plx i2400m-usb ipw2100),
qw(i2400m_usb ipw2200 ipw3945 iwl3945 iwl4965 iwlagn iwlwifi madwifi_pci),
- qw(mwl8k ndiswrapper netwave_cs orinoco orinoco_cs),
+ qw(mwifiex_usb mwl8k ndiswrapper netwave_cs orinoco orinoco_cs),
qw(orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd orinoco_usb p54pci),
- qw(p54usb prism2_cs prism2_pci prism2_usb prism54 r8180),
+ qw(p54usb prism2_cs prism2_pci prism2_usb prism54 qmi_wwan r8180),
qw(r8187se r8192_pci r8192s_usb r8192u_usb r8712u ray_cs rndis_wlan rt2400 rt2400pci rt2500),
qw(rt2500pci rt2500usb rt2570 rt2800pci rt2800usb rt2860 rt2860sta rt2870),
qw(rt3070sta rt61 rt61pci rt73 rt73usb rtl8180 rtl8187 rtl8187se rtusb ),
@@ -182,7 +182,7 @@ our %l = (
pcmcia => [
if_(arch() !~ /^sparc/, qw(au1x00_ss i82365 i82092 pd6729 tcic vrc4171_card vrc4173_cardu yenta_socket)), # cb_enabler
],
- hid => [ qw(ff-memless hid-a4tech hid-apple hid-belkin hid-cypress
+ hid => [ qw(ff-memless hid-a4tech hid-apple hid-aureal hid-belkin hid-cypress
hid-cherry hid hid-axff hid-dr hid-elecom hid-emsff hid-generic hid-holtekff
hid-hyperv hid-lcpower hid-magicmouse hid-multitouch hid-ortek
hid-picolcd hid-primax hid-prodikeys hid-roccat hid-roccat-arvo
@@ -300,7 +300,7 @@ our %l = (
mouse => [
qw(atixlmouse busmouse generic_serial inport ioc3_serial logibm logibusmouse msbusmouse pcips2 qpmouse synclinkmp),
if_(arch() =~ /ppc/, 'macserial'),
- qw(mousedev usbhid usbmouse),
+ qw(mousedev usbhid usbmouse synaptics_usb),
],
char => [
if_(arch() =~ /ia64/, qw(efivars)),
@@ -308,7 +308,7 @@ our %l = (
qw(wdt_pci i810-tco sx), #- what are these???
],
crypto => [
- qw(amd768_rng amd7xx_tco cbc hw_random i810_rng leedslite padlock sha256_generic),
+ qw(aesni_intel amd768_rng amd7xx_tco cbc hw_random i810_rng leedslite padlock sha256_generic),
],
laptop => [
qw(i8k sonypi toshiba),
@@ -332,6 +332,7 @@ our %l = (
qw(rrunner meye),
qw(virtio_pci virtio_balloon),
+ qw(mei pch_phub),
],
agpgart => [
if_(arch() =~ /alpha/, qw(alpha-agp)),
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 28544f9f4..ed4af5395 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,7 @@
+- recognize new drivers:
+ o input: hid-aureal synaptics_usb
+ o wifi: qmi_wwan, mwifiex_usb
+
Version 14.40 - 3 September 2012
- boodloader:
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 1e9c9c458..d691da219 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,7 @@
+- recognize new drivers:
+ o input: hid-aureal synaptics_usb
+ o wifi: qmi_wwan, mwifiex_usb
+
Version 14.41 - 3 September 2012
- include back Ia Ora files for matchbox (mga#6451)