diff options
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/dvb_usb.h')
| -rw-r--r-- | drivers/media/usb/dvb-usb-v2/dvb_usb.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/dvb_usb.h b/drivers/media/usb/dvb-usb-v2/dvb_usb.h index 059291b892b..3cac8bd0b11 100644 --- a/drivers/media/usb/dvb-usb-v2/dvb_usb.h +++ b/drivers/media/usb/dvb-usb-v2/dvb_usb.h @@ -347,6 +347,7 @@ struct dvb_usb_adapter {   * @props: device properties   * @name: device name   * @rc_map: name of rc codes table + * @rc_polling_active: set when RC polling is active   * @udev: pointer to the device's struct usb_device   * @intf: pointer to the device's usb interface   * @rc: remote controller configuration @@ -364,7 +365,7 @@ struct dvb_usb_device {  	const struct dvb_usb_device_properties *props;  	const char *name;  	const char *rc_map; - +	bool rc_polling_active;  	struct usb_device *udev;  	struct usb_interface *intf;  	struct dvb_usb_rc rc;  |