From: Matthew Garrett Date: Sat, 30 Jun 2007 18:41:27 +0000 (-0300) Subject: V4L/DVB (5825): Alter the tuner type for the WinTV USB UK PAL model. X-Git-Tag: v2.6.23-rc1~493^2~17 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=ffddcaa6ec4e85ed8504deac1f51f44c86ec1d23;p=linux-2.6-omap-h63xx.git V4L/DVB (5825): Alter the tuner type for the WinTV USB UK PAL model. Alter the tuner type for the WinTV USB UK PAL model. Signed-off-by: Matthew Garrett Signed-off-by: Thierry MERLE Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/usbvision/usbvision-cards.c b/drivers/media/video/usbvision/usbvision-cards.c index eaae6f41df7..380564cd331 100644 --- a/drivers/media/video/usbvision/usbvision-cards.c +++ b/drivers/media/video/usbvision/usbvision-cards.c @@ -586,7 +586,7 @@ struct usbvision_device_data_st usbvision_device_data[] = { .Radio = 0, .vbi = 1, .Tuner = 1, - .TunerType = TUNER_PHILIPS_PAL, + .TunerType = TUNER_LG_PAL_NEW_TAPC, .X_Offset = 0, .Y_Offset = 3, .Dvi_yuv_override = 1,