From d376239fd37a5541b2bb0baad01014f2eda3503e Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Sat, 26 Nov 2005 14:43:46 +0000 Subject: Add workaround for Hauppauge PVR150 hardware problem with certain NTSC tuner models. - add workaround for Hauppauge PVR150 hardware problem with tuner models 85, 99 and 112 (model numbers as reported by tveeprom). The audio standard autodetection does not always work correctly for these models. Signed-off-by: Hans Verkuil --- linux/include/media/tveeprom.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'linux/include/media/tveeprom.h') diff --git a/linux/include/media/tveeprom.h b/linux/include/media/tveeprom.h index 4722f3d3f..b9c8f7e14 100644 --- a/linux/include/media/tveeprom.h +++ b/linux/include/media/tveeprom.h @@ -1,5 +1,5 @@ /* - * $Id: tveeprom.h,v 1.5 2005/11/18 07:25:08 mchehab Exp $ + * $Id: tveeprom.h,v 1.6 2005/11/26 14:43:46 hverkuil Exp $ */ struct tveeprom { @@ -9,9 +9,11 @@ struct tveeprom { u32 tuner_type; u32 tuner_formats; + u32 tuner_hauppauge_model; u32 tuner2_type; u32 tuner2_formats; + u32 tuner2_hauppauge_model; u32 digitizer; u32 digitizer_formats; -- cgit v1.2.3