diff options
author | Hans Verkuil | 2012-09-11 11:50:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2013-02-05 18:31:33 -0200 |
commit | 770056c47fbb5c4d892d1cd55ae5ec68cf44c2b4 (patch) | |
tree | 674919c0d81c9ff58900fbc1313ea1e8ccc623cd /drivers/media/usb/tm6000/tm6000.h | |
parent | 9f7473592bd2c8d73657dcc1644de4ab610b0d90 (diff) |
[media] tm6000: add support for control events and prio handling
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/tm6000/tm6000.h')
-rw-r--r-- | drivers/media/usb/tm6000/tm6000.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/tm6000/tm6000.h b/drivers/media/usb/tm6000/tm6000.h index a9ac262fcc93..08bd0740dd23 100644 --- a/drivers/media/usb/tm6000/tm6000.h +++ b/drivers/media/usb/tm6000/tm6000.h @@ -28,6 +28,7 @@ #include <linux/mutex.h> #include <media/v4l2-device.h> #include <media/v4l2-ctrls.h> +#include <media/v4l2-fh.h> #include <linux/dvb/frontend.h> #include "dvb_demux.h" @@ -290,6 +291,7 @@ struct tm6000_ops { }; struct tm6000_fh { + struct v4l2_fh fh; struct tm6000_core *dev; unsigned int radio; |