diff options
author | Steven Toth <stoth@hauppauge.com> | 2006-09-29 21:37:07 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2006-09-29 21:37:07 -0400 |
commit | 9e72a27d2c6618eaf1b66750c9021a9a62128508 (patch) | |
tree | f4e8e87be1be8a8d829b502e50d75183c7a241ba /linux/drivers/media | |
parent | a67483ddcf1df21f151caedab677fcbe00174753 (diff) | |
download | mediapointer-dvb-s2-9e72a27d2c6618eaf1b66750c9021a9a62128508.tar.gz mediapointer-dvb-s2-9e72a27d2c6618eaf1b66750c9021a9a62128508.tar.bz2 |
Adding support for Nova-T-PCI PCI ID 0070:9000
From: Steven Toth <stoth@hauppauge.com>
Adding support for Nova-T-PCI PCI ID 0070:9000
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index e89cb8450..8836e7cab 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1619,6 +1619,10 @@ struct cx88_subid cx88_subids[] = { .subvendor = 0x12ab, .subdevice = 0x2300, /* Club3D Zap TV2100 */ .card = CX88_BOARD_KWORLD_DVB_T_CX22702, + },{ + .subvendor = 0x0070, + .subdevice = 0x9000, + .card = CX88_BOARD_HAUPPAUGE_DVB_T1, }, }; const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |