diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-03-29 13:37:00 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-03-29 13:37:00 -0400 |
commit | 6ae887b1a1e62f244b6c81421adab044b3056629 (patch) | |
tree | 8e898c785fc68687430fc499867feac8c74fe8db /linux/drivers/media | |
parent | 0a04727c5e8581de5813fd4cb447ca00a4a636e6 (diff) | |
download | mediapointer-dvb-s2-6ae887b1a1e62f244b6c81421adab044b3056629.tar.gz mediapointer-dvb-s2-6ae887b1a1e62f244b6c81421adab044b3056629.tar.bz2 |
Avoid minor model number warning when an OEM HVR1250 board is detected.
From: Steven Toth <stoth@hauppauge.com>
Avoid minor model number warning when an OEM HVR1250 board is detected.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-cards.c b/linux/drivers/media/video/cx23885/cx23885-cards.c index 5b1716427..8a4d5143f 100644 --- a/linux/drivers/media/video/cx23885/cx23885-cards.c +++ b/linux/drivers/media/video/cx23885/cx23885-cards.c @@ -233,6 +233,7 @@ static void hauppauge_eeprom(struct cx23885_dev *dev, u8 *eeprom_data) case 78631: /* WinTV-HVR1800 (PCIe, OEM, No IR, No FM, Dual channel ATSC and MPEG2 HW Encoder */ case 79001: /* WinTV-HVR1250 (PCIe, Retail, IR, full height, ATSC and Basic analog */ case 79101: /* WinTV-HVR1250 (PCIe, Retail, IR, half height, ATSC and Basic analog */ + case 79561: /* WinTV-HVR1250 (PCIe, OEM, No IR, half height, ATSC and Basic analog */ case 79571: /* WinTV-HVR1250 (PCIe, OEM, No IR, full height, ATSC and Basic analog */ case 79671: /* WinTV-HVR1250 (PCIe, OEM, No IR, half height, ATSC and Basic analog */ break; |