commit | 7fa8e6fa1519194fc0c931f40d530fb55137bad9 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sat Jun 21 13:23:27 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Thu Jun 26 15:58:57 2008 -0300 |
tree | 252e62177f7424c00d004a32388e6385147dab73 | |
parent | 7876ad75b1a3b7dc3d5d765d0be086d89fd2e663 [diff] |
V4L/DVB (8092): videodev: simplify and fix standard enumeration VIDIOC_ENUMSTD did not return all the PAL/SECAM/NTSC variants: it just returned one single PAL/SECAM/NTSC standard without separate entries for the trickier standards like NTSC-JP. Changed the code so that it behaves better. Also simplified the if/switch statements into a common standards lookup table. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>