| Age | Commit message (Collapse) | Author | 
|---|
|  | From: Michael H. Schimek <mschimek@gmx.at>
- V4L2_(G|S|TRY)_FMT returned incorrect VBI start lines for PAL-M,
  NTSC-JP, and PAL-60. They also returned an inaccurate VBI offset.
- V4L2_(G|S)_FMT and V4L2_TRY_FMT disagreed about the start of VBI
  capturing in PAL and SECAM second field. Note the start line fixes
  may break applications using VIDIOCSVBIFMT because this ioctl fails
  when the driver does not support exactly the requested parameters.
- V4L2_TRY_FMT did not clear the reserved field in struct
  v4l2_vbi_format.
- V4L2_(S|TRY)_FMT did not expect very large or small VBI start or
  count values, returning wrong (but safe) counts due to an overflow.
- VIDIOCGVBIFMT confused V4L and V4L2 VBI flags. However this had no
  effect because the flags have the same value and bttv never sets
  them.
- In v4l_compat_translate_ioctl() the VIDIOC(G|S)VBIFMT code did not
  expect V4L2 drivers supporting VBI formats besides V4L2_PIX_FMT_GREY.
Signed-off-by: Michael H. Schimek <mschimek@gmx.at>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - more pinnacle 300i work (still not functional :-/). | 
|  | - some pinnacle 300i progress (can talk to mt352 now, not working yet
  through).
- misc minor stuff. | 
|  | - move more modules to new-style insmod options. | 
|  |  | 
|  | - add i2c scans. | 
|  | a void ptr instead of a file ptr everythere.
- add cx22702 fe driver, | 
|  |  | 
|  | less sensitive to IRQ latencies.
- saa7134: new card added, minor saa7133 fixes (by toshii@netbsd.org). | 
|  |  |