summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/mantis/mantis_common.h
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-11 20:41:07 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 11:55:44 -0200
commita1497357dce240880d984f4b657b54245f739dbc (patch)
tree1c041b7b1859f18a964228e099e58a01f2d0c113 /drivers/media/dvb/mantis/mantis_common.h
parentc5e598a6f89ca7335db9f327e24e3abd13d137cf (diff)
V4L/DVB (13806): Register and Initialize Remote control
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_common.h')
-rw-r--r--drivers/media/dvb/mantis/mantis_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_common.h b/drivers/media/dvb/mantis/mantis_common.h
index 6ae3aabe5604..c2d085460e60 100644
--- a/drivers/media/dvb/mantis/mantis_common.h
+++ b/drivers/media/dvb/mantis/mantis_common.h
@@ -170,6 +170,8 @@ struct mantis_pci {
wait_queue_head_t uart_wq;
struct work_struct uart_work;
spinlock_t uart_lock;
+
+ struct input_dev *rc;
};
#define MANTIS_HIF_STATUS (mantis->gpio_status)