diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-08 17:25:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-08 17:25:32 +0000 |
commit | 19c3a1941b96419222192a5593f8bb582d9dfb93 (patch) | |
tree | 529b5e6a2df46d58b35a18c12bafe73bfe5350aa | |
parent | 7f69fd34ae579ad49fc9c6b625ae618c25b840a7 (diff) | |
download | ldetect-lst-19c3a1941b96419222192a5593f8bb582d9dfb93.tar ldetect-lst-19c3a1941b96419222192a5593f8bb582d9dfb93.tar.gz ldetect-lst-19c3a1941b96419222192a5593f8bb582d9dfb93.tar.bz2 ldetect-lst-19c3a1941b96419222192a5593f8bb582d9dfb93.tar.xz ldetect-lst-19c3a1941b96419222192a5593f8bb582d9dfb93.zip |
better fix for #10859: only swith to OSS the card reported to works
with OSS since other work with ALSA and not with OSS
-rw-r--r-- | lst/pcitable | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lst/pcitable b/lst/pcitable index 75fc5b53..00a955fc 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2691,7 +2691,8 @@ 0x1106 0x3053 "via-rhine" "VIA Technologies|VT6105M [Rhine III 10/100]" 0x1106 0x3057 "i2c-viapro" "VIA Technologies|VT82C686 [Apollo Super ACPI]" 0x1106 0x3058 "snd-via82xx" "VIA Technologies|VT82C686 [Apollo Super AC97/Audio]" -0x1106 0x3059 "via82cxxx_audio" "VIA Technologies|VT8233 [AC97 Audio Controller]" +0x1106 0x3059 "snd-via82xx" "VIA Technologies|VT8233 [AC97 Audio Controller]" +0x1106 0x3059 0x1462 0x5901 "via82cxxx_audio" "VIA Technologies|VT8233 [AC97 Audio Controller]" 0x1106 0x3065 "via-rhine" "VIA Technologies|VT6102 [Rhine II 10/100]" 0x1106 0x3068 "slamr" "VIA Technologies|VT82C686 [Apollo Super AC97/Modem]" 0x1106 0x3074 "via-ircc" "VIA Technologies|VT8233 PCI to ISA Bridge" |