Summary: | SAA7134 v4l2 driver with md5044 card misses PAL-60 mode, which is fully supported on Windows (Using composite in) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rutger <rutto.acolyte> |
Component: | [OLD] Core system | Assignee: | Television related Applications in Gentoo's Portage <media-tv> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Rutger
2004-06-26 06:46:39 UTC
I've submitted a patch to the maintainer of the driver, which has been merged into CVS. In the meantime, the following patch will work against the saa7134-video.c file in the 2.6.10 kernel. 173,181d172 < #define NORM_625_60 \ < .h_start = 0, \ < .h_stop = 719, \ < .video_v_start = 22, \ < .video_v_stop = 22+239, \ < .vbi_v_start = 10, \ < .vbi_v_stop = 21, \ < .src_timing = 1 < 279,289d269 < },{ < .name = "PAL-60", < .id = V4L2_STD_PAL_60, < NORM_625_60, < < .sync_control = 0x18, < .luma_control = 0x40, < .chroma_ctrl1 = 0x81, < .chroma_gain = 0x2a, < .chroma_ctrl2 = 0x06, < .vgate_misc = 0x1c, Cheers, Phil (In reply to comment #1) > I've submitted a patch to the maintainer of the driver, which has been merged > into CVS. Marking UPSTREAM, thanks. Closing a stale bug. |