Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1bad777 authored by Thierry MERLE's avatar Thierry MERLE Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5824): Usbvision: Hauppauge WinTV USB SECAM_L fix



- Hauppauge WinTV USB SECAM_L fixed (needed some picture X and Y shiftings)

Signed-off-by: default avatarThierry MERLE <thierry.merle@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent f5c965ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -311,8 +311,8 @@ struct usbvision_device_data_st usbvision_device_data[] = {
		.vbi           = 1,
		.Tuner         = 1,
		.TunerType     = TUNER_PHILIPS_SECAM,
		.X_Offset      = -1,
		.Y_Offset      = -1,
		.X_Offset      = 0x80,
		.Y_Offset      = 0x16,
		.ModelString   = "Hauppauge WinTV USB (PAL/SECAM L)",
	},
	[HPG_WINTV_PAL_D_K] = {