summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2007-12-19 23:17:15 -0500
committerSteven Toth <stoth@hauppauge.com>2007-12-19 23:17:15 -0500
commitf8070826fc436ab1f5a6e13d8dc0b106e8ca3d8d (patch)
treed7907ac5670432942d852c7f195456cbdb0f896b /linux/drivers/media/video
parent80c27750a493f1a2515e536cef29f7fe4aacf550 (diff)
downloadmediapointer-dvb-s2-f8070826fc436ab1f5a6e13d8dc0b106e8ca3d8d.tar.gz
mediapointer-dvb-s2-f8070826fc436ab1f5a6e13d8dc0b106e8ca3d8d.tar.bz2
Avoid 'unknown model' message for the HVR1500-Q
From: Steven Toth <stoth@hauppauge.com> Avoid 'unknown model' message for the HVR1500-Q Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/cx23885/cx23885-cards.c1
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 79b74bd9a..2e117df9e 100644
--- a/linux/drivers/media/video/cx23885/cx23885-cards.c
+++ b/linux/drivers/media/video/cx23885/cx23885-cards.c
@@ -195,6 +195,7 @@ static void hauppauge_eeprom(struct cx23885_dev *dev, u8 *eeprom_data)
{
case 76601: /* WinTV-HVR1800lp (PCIe, Retail, No IR, Dual channel ATSC and MPEG2 HW Encoder */
case 77001: /* WinTV-HVR1500 (Express Card, Retail, No IR, ATSC and Basic analog */
+ case 77041: /* WinTV-HVR1500Q (Express Card, Retail, No IR, ATSC/QAM and Basic analog */
case 78501: /* WinTV-HVR1800 (PCIe, Retail, IR, Dual channel ATSC and MPEG2 HW Encoder */
case 78521: /* WinTV-HVR1800 (PCIe, Retail, IR, Dual channel ATSC and MPEG2 HW Encoder */
break;