diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-09-14 05:30:21 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-09-14 05:30:21 +0000 |
commit | 85055f8467cf58d9ee53f9cfae6946a474e75a10 (patch) | |
tree | 807e92b1cbaf083b87bdbf58f4ef8904b5f7cf08 | |
parent | ffcc3deb97b969cf41b49088e9eb282bc229f039 (diff) | |
download | ldetect-lst-85055f8467cf58d9ee53f9cfae6946a474e75a10.tar ldetect-lst-85055f8467cf58d9ee53f9cfae6946a474e75a10.tar.gz ldetect-lst-85055f8467cf58d9ee53f9cfae6946a474e75a10.tar.bz2 ldetect-lst-85055f8467cf58d9ee53f9cfae6946a474e75a10.tar.xz ldetect-lst-85055f8467cf58d9ee53f9cfae6946a474e75a10.zip |
add empty type for capi driven devices
-rw-r--r-- | lst/pcitable | 4 | ||||
-rw-r--r-- | lst/usbtable | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lst/pcitable b/lst/pcitable index 5e6e0d77..cedf3bed 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -3395,8 +3395,8 @@ 0x1244 0x0f00 "ISDN:capidrv" "AVM Audiovisuelles|Fritz DSL ISDN/DSL Adapter" 0x1244 0x1100 "ISDN:c4" "AVM AUDIOVISUELLES MKTG & Computer GmbH|C2 ISDN Controller" 0x1244 0x1200 "t1pci" "AVM Audiovisuelles|T1 pci adapter" -0x1244 0x2700 "ISDN:fcdslsl,firmware:fdssbase.bin" "AVM Audiovisuelles|Fritz!Card DSL SL" -0x1244 0x2900 "ISDN:fcdsl2,firmware:fds2base.bin" "AVM Audiovisuelles|Fritz!Card DSL SL Ver. 2.0" +0x1244 0x2700 "ISDN:fcdslsl,type=,firmware:fdssbase.bin" "AVM Audiovisuelles|Fritz!Card DSL SL" +0x1244 0x2900 "ISDN:fcdsl2,type=,firmware:fds2base.bin" "AVM Audiovisuelles|Fritz!Card DSL SL Ver. 2.0" 0x124b 0x0040 "unknown" "SBS/Greenspring Modular I/O|cPCI-200 Four Slot IndustryPack carrier" 0x124d 0x0000 "unknown" "Stallion|EasyConnection 8/32" 0x124d 0x0002 "unknown" "Stallion|EasyConnection 8/64" diff --git a/lst/usbtable b/lst/usbtable index 5764ca27..3ce0a224 100644 --- a/lst/usbtable +++ b/lst/usbtable @@ -686,8 +686,8 @@ 0x057c 0x2000 "ISDN:capidrv" "AVM GmbH|Fritz X USB ISDN TA" 0x057c 0x2300 "ISDN:capidrv" "AVM GmbH|FtitzCard USB DSL ISDN TA/ DSL Modem" 0x057c 0x2800 "ISDN:capidrv" "AVM GmbH|Fritz X USB OEM ISDN TA" -0x057c 0x3000 "ISDN:fcdslusba,firmware:fdlabase.frm" "AVM GmbH|FtitzCard USB DSL SL USB Analog" -0x057c 0x3500 "ISDN:fcdslslusb,firmware:fdlubase.frm" "AVM GmbH|FtitzCard USB DSL SL USB" +0x057c 0x3000 "ISDN:fcdslusba,type=,firmware:fdlabase.frm" "AVM GmbH|FtitzCard USB DSL SL USB Analog" +0x057c 0x3500 "ISDN:fcdslslusb,type=,firmware:fdlubase.frm" "AVM GmbH|FtitzCard USB DSL SL USB" 0x0582 0x0000 "snd-usb-audio" "" 0x0582 0x0002 "snd-usb-audio" "Roland Corp.|MPU64 Midi Interface" 0x0582 0x0003 "snd-usb-audio" "Roland Corp.|Sound Canvas SC-8850" |