diff options
author | Michael Krufky <devnull@localhost> | 2006-01-17 05:50:23 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2006-01-17 05:50:23 +0000 |
commit | a0479e1b02ac0859ec4b731a1c20223edd82679e (patch) | |
tree | bb676650beee4d3b8afee348c5025db0a2b4d1ea /linux/drivers | |
parent | 8bd7bc82dd39ba77dd88c4dc39800dbe1a3346b6 (diff) | |
download | mediapointer-dvb-s2-a0479e1b02ac0859ec4b731a1c20223edd82679e.tar.gz mediapointer-dvb-s2-a0479e1b02ac0859ec4b731a1c20223edd82679e.tar.bz2 |
Add PCI ID for DigitalNow DVB-T Dual, rebranded DViCO FusionHDTV DVB-T Dual.
- Add PCI ID for DigitalNow DVB-T Dual,
rebranded DViCO FusionHDTV DVB-T Dual.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index e3c07dd34..951d0b057 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.119 2006/01/12 00:52:28 mkrufky Exp $ + * $Id: cx88-cards.c,v 1.120 2006/01/17 05:50:23 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -1248,6 +1248,11 @@ struct cx88_subid cx88_subids[] = { .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL, },{ .subvendor = 0x18ac, + .subdevice = 0xdb54, + .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL, + /* Re-branded DViCO: DigitalNow DVB-T Dual */ + },{ + .subvendor = 0x18ac, .subdevice = 0xdb11, .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS, /* Re-branded DViCO: UltraView DVB-T Plus */ |