diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-01-07 20:12:22 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-01-07 20:12:22 -0500 |
commit | 2004d8595d6bc684a644c92bbca15be9ba0d1141 (patch) | |
tree | bae2e7d0ec15f635932cff1240e1e296cded7e6d /linux/sound/pci | |
parent | 3e2f25b6cac4a20c4045b0dc0b35c9cf58b83bd4 (diff) | |
download | mediapointer-dvb-s2-2004d8595d6bc684a644c92bbca15be9ba0d1141.tar.gz mediapointer-dvb-s2-2004d8595d6bc684a644c92bbca15be9ba0d1141.tar.bz2 |
bt8xx: add support for Ultraview DVB-T Lite
From: Michael Krufky <mkrufky@linuxtv.org>
Ultraview DVB-T Lite is a clone of DViCO FusionHDTV DVB-T Lite
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/sound/pci')
-rw-r--r-- | linux/sound/pci/bt87x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/sound/pci/bt87x.c b/linux/sound/pci/bt87x.c index 69888fdcb..d90232a1f 100644 --- a/linux/sound/pci/bt87x.c +++ b/linux/sound/pci/bt87x.c @@ -842,6 +842,7 @@ static struct { {0x1822, 0x0001}, /* Twinhan VisionPlus DVB-T */ {0x18ac, 0xd500}, /* DVICO FusionHDTV 5 Lite */ {0x18ac, 0xdb10}, /* DVICO FusionHDTV DVB-T Lite */ + {0x18ac, 0xdb11}, /* Ultraview DVB-T Lite */ {0x270f, 0xfc00}, /* Chaintech Digitop DST-1000 DVB-S */ {0x7063, 0x2000}, /* pcHDTV HD-2000 TV */ }; |