commit | e75f9cee32827853fc2f9d1ceb6352e3edc33e9d | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Mon Nov 20 13:19:20 2006 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Sun Dec 10 09:05:01 2006 -0200 |
tree | e1f1db30c237a08773fcf155a771545f3b6aa54f | |
parent | 207705cd7f82b9f160c6ed552d5788a823701fd1 [diff] |
V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2 video_ioctl2 will auto-generate standard entries at ENUM_FMT. Also, now, a driver may return a subset of the video array at the return, to be stored as the current_norm. For example, a driver may ask for V4L2_STD_PAL. At return, driver may change it to V4L2_STD_PAL_B. This way, a futher call to G_STD will return the exact detected video std. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>