From: Gerd Knorr Add new tuner type to the v4l2 API. Signed-off-by: Gerd Knorr Signed-off-by: Andrew Morton --- 25-akpm/include/linux/videodev2.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/linux/videodev2.h~v4l2-tuner-api-update include/linux/videodev2.h --- 25/include/linux/videodev2.h~v4l2-tuner-api-update 2005-01-22 18:44:37.530519560 -0800 +++ 25-akpm/include/linux/videodev2.h 2005-01-22 18:44:37.534518952 -0800 @@ -78,6 +78,7 @@ enum v4l2_ctrl_type { enum v4l2_tuner_type { V4L2_TUNER_RADIO = 1, V4L2_TUNER_ANALOG_TV = 2, + V4L2_TUNER_DIGITAL_TV = 3, }; enum v4l2_memory { _