summaryrefslogtreecommitdiff
path: root/drivers/media/usb/dvb-usb/dvb-usb.h
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2017-09-06 08:19:06 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2017-10-04 15:25:13 -0300
commit771f87268e8cd0e50719eb20f0b613ec4b2a19ec (patch)
tree8c0bd98be3c38ddb0537b97c628c47c5ed8df69f /drivers/media/usb/dvb-usb/dvb-usb.h
parentb9f407e31c50730784f70ec2deec71491395565f (diff)
[media] media: vp7045: port TwinhanDTV Alpha to rc-core
Only the nec protocol is understood, but then it doesn't pass on the full scancode and it ignores the nec repeats its own remote sends, so holding buttons does not work. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb/dvb-usb.h')
-rw-r--r--drivers/media/usb/dvb-usb/dvb-usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb/dvb-usb.h b/drivers/media/usb/dvb-usb/dvb-usb.h
index 72468fdffa18..1da9e47553f5 100644
--- a/drivers/media/usb/dvb-usb/dvb-usb.h
+++ b/drivers/media/usb/dvb-usb/dvb-usb.h
@@ -207,6 +207,7 @@ struct dvb_rc {
int (*rc_query) (struct dvb_usb_device *d);
int rc_interval;
bool bulk_mode; /* uses bulk mode */
+ u32 scancode_mask;
};
/**