diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-05-26 12:51:14 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-05-26 12:51:14 +0000 |
commit | ca5d6f2f8ef97f924e7906f278170645c27dc875 (patch) | |
tree | 35684f527c1d73e83c8148cbe206bf8f961360a9 /linux/drivers | |
parent | 3770b913d4b690be02408c03d71dad417ef98121 (diff) | |
download | mediapointer-dvb-s2-ca5d6f2f8ef97f924e7906f278170645c27dc875.tar.gz mediapointer-dvb-s2-ca5d6f2f8ef97f924e7906f278170645c27dc875.tar.bz2 |
C.Y.M. reported that tt_2_1 cards can also be rev2.2
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110.c b/linux/drivers/media/dvb/ttpci/av7110.c index 850ffc08f..365dc0c3c 100644 --- a/linux/drivers/media/dvb/ttpci/av7110.c +++ b/linux/drivers/media/dvb/ttpci/av7110.c @@ -1633,7 +1633,7 @@ static struct saa7146_pci_extension_data x_var = { \ MAKE_AV7110_INFO(fs_1_5, "Siemens cable card PCI rev1.5"); MAKE_AV7110_INFO(fs_1_3, "Siemens/Technotrend/Hauppauge PCI rev1.3"); MAKE_AV7110_INFO(tt_1_6, "Technotrend/Hauppauge PCI rev1.3 or 1.6"); -MAKE_AV7110_INFO(tt_2_1, "Technotrend/Hauppauge PCI rev2.1"); +MAKE_AV7110_INFO(tt_2_1, "Technotrend/Hauppauge PCI rev2.1 or 2.2"); MAKE_AV7110_INFO(tt_t, "Technotrend/Hauppauge PCI DVB-T"); MAKE_AV7110_INFO(unkwn0, "Technotrend/Hauppauge PCI rev?(unknown0)?"); MAKE_AV7110_INFO(unkwn1, "Technotrend/Hauppauge PCI rev?(unknown1)?"); |