diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-08-17 07:46:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-08-17 07:46:28 +0000 |
commit | 78c1ef24b14559772449b0912cff5ce232a4ddcd (patch) | |
tree | 298db0880b909a367629141cbe5cadcf014a4612 | |
parent | e835ceab505e53e51cd9350fbab3f32889e86459 (diff) | |
download | drakx-78c1ef24b14559772449b0912cff5ce232a4ddcd.tar drakx-78c1ef24b14559772449b0912cff5ce232a4ddcd.tar.gz drakx-78c1ef24b14559772449b0912cff5ce232a4ddcd.tar.bz2 drakx-78c1ef24b14559772449b0912cff5ce232a4ddcd.tar.xz drakx-78c1ef24b14559772449b0912cff5ce232a4ddcd.zip |
add support for snd_ctxfi
(backported from main)
-rw-r--r-- | kernel/list_modules.pm | 1 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 6bf33e709..8e321643d 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -194,6 +194,7 @@ our %l = ( qw(snd-als4000 snd-atiixp snd-au8810 snd-au8820 snd-au8830 snd-audigyls snd-aw2 snd-azt2316 snd-azt2320 snd-azt3328 snd-azx), qw(snd-asihpi snd-at73c213 snd-bt87x snd-ca0106 snd-cmi8330 snd-cmi8788 snd-cmipci), qw(snd-cs4231 snd-cs4232 snd-cs4236 snd-cs4281 snd-cs46xx snd-cs5530 snd-cs5535audio), + qw(snd_ctxfi), qw(snd-darla20 snd-darla24 snd-dt019x snd-echo3g snd-emu10k1 snd-emu10k1x), qw(snd-ens1370 snd-ens1371 snd-es1688 snd-es18xx snd-es1938 snd-es1968 snd-es968), qw(snd-fm801 snd-gina20 snd-gina24 snd-gina3g), diff --git a/perl-install/NEWS b/perl-install/NEWS index f946624e8..b47e63e93 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- handle new drivers: + o sound: snd_ctxfi - fix parsing dmidecode output (broken since we use dmidecode-2.10, aka since November 24 2008) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c4a1fcde9..73129e67a 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- handle new drivers: + o sound: snd_ctxfi - fix parsing dmidecode output (broken since we use dmidecode-2.10, aka since November 24 2008) |