commit | 3315c59a45d5314c935a7dd82ab3c324c0d01343 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Wed Mar 20 15:29:52 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Apr 14 20:00:55 2013 -0300 |
tree | 9938a497a3a0068516d43b455306f34202774338 | |
parent | 8f69da955873f5e33b60ff117856a2bf1309a336 [diff] [blame] |
[media] hdpvr: add dv_timings support Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/drivers/media/usb/hdpvr/hdpvr.h b/drivers/media/usb/hdpvr/hdpvr.h index 050c6b9..1478f3d 100644 --- a/drivers/media/usb/hdpvr/hdpvr.h +++ b/drivers/media/usb/hdpvr/hdpvr.h
@@ -92,6 +92,7 @@ /* holds the current set options */ struct hdpvr_options options; v4l2_std_id cur_std; + struct v4l2_dv_timings cur_dv_timings; uint flags;