diff options
author | Michael Krufky <devnull@localhost> | 2005-12-02 04:38:13 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-12-02 04:38:13 +0000 |
commit | 0b269b5bc3b66634d680573ac18dd0b6064c767c (patch) | |
tree | 8a06e8f4ecf80c1d8c01bf8d935612dc84513e0b /linux/drivers | |
parent | a9932f4f5a408a40e53e6b5a6db93805bf0e3cc0 (diff) | |
download | mediapointer-dvb-s2-0b269b5bc3b66634d680573ac18dd0b6064c767c.tar.gz mediapointer-dvb-s2-0b269b5bc3b66634d680573ac18dd0b6064c767c.tar.bz2 |
Add support for another Nova-T-PCI PCI subdevice 0x9001
From: Steven Toth <stoth@hauppauge.com>
- Add support for another Nova-T-PCI PCI subdevice 0x9001
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 8bd21eb08..67f697c80 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.111 2005/12/02 04:16:47 mkrufky Exp $ + * $Id: cx88-cards.c,v 1.112 2005/12/02 04:38:14 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -1163,6 +1163,10 @@ struct cx88_subid cx88_subids[] = { .subvendor = 0x0070, .subdevice = 0x9802, .card = CX88_BOARD_HAUPPAUGE_HVR1100LP, + },{ + .subvendor = 0x0070, + .subdevice = 0x9001, + .card = CX88_BOARD_HAUPPAUGE_DVB_T1, }, }; const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |