diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-01-07 20:12:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:34:19 -0500 |
commit | 19790db00bb7ff4d6621b82933afb3423586644e (patch) | |
tree | ea298196cfa58c715c1b508e7128c13c7b0283a6 /sound/pci | |
parent | de6a1b8edc48155249896f2600398e139f4860c6 (diff) |
V4L/DVB (5061): Bt8xx: add support for Ultraview DVB-T Lite
Ultraview DVB-T Lite is a clone of DViCO FusionHDTV DVB-T Lite
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/bt87x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c index c3f3da211234..e9b029e1cd6d 100644 --- a/sound/pci/bt87x.c +++ b/sound/pci/bt87x.c | |||
@@ -804,6 +804,7 @@ static struct { | |||
804 | {0x1822, 0x0001}, /* Twinhan VisionPlus DVB-T */ | 804 | {0x1822, 0x0001}, /* Twinhan VisionPlus DVB-T */ |
805 | {0x18ac, 0xd500}, /* DVICO FusionHDTV 5 Lite */ | 805 | {0x18ac, 0xd500}, /* DVICO FusionHDTV 5 Lite */ |
806 | {0x18ac, 0xdb10}, /* DVICO FusionHDTV DVB-T Lite */ | 806 | {0x18ac, 0xdb10}, /* DVICO FusionHDTV DVB-T Lite */ |
807 | {0x18ac, 0xdb11}, /* Ultraview DVB-T Lite */ | ||
807 | {0x270f, 0xfc00}, /* Chaintech Digitop DST-1000 DVB-S */ | 808 | {0x270f, 0xfc00}, /* Chaintech Digitop DST-1000 DVB-S */ |
808 | {0x7063, 0x2000}, /* pcHDTV HD-2000 TV */ | 809 | {0x7063, 0x2000}, /* pcHDTV HD-2000 TV */ |
809 | }; | 810 | }; |