aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb-v2/dvb_usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/dvb_usb.h')
-rw-r--r--drivers/media/usb/dvb-usb-v2/dvb_usb.h3
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 059291b892b8..3cac8bd0b116 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 {
347 * @props: device properties 347 * @props: device properties
348 * @name: device name 348 * @name: device name
349 * @rc_map: name of rc codes table 349 * @rc_map: name of rc codes table
350 * @rc_polling_active: set when RC polling is active
350 * @udev: pointer to the device's struct usb_device 351 * @udev: pointer to the device's struct usb_device
351 * @intf: pointer to the device's usb interface 352 * @intf: pointer to the device's usb interface
352 * @rc: remote controller configuration 353 * @rc: remote controller configuration
@@ -364,7 +365,7 @@ struct dvb_usb_device {
364 const struct dvb_usb_device_properties *props; 365 const struct dvb_usb_device_properties *props;
365 const char *name; 366 const char *name;
366 const char *rc_map; 367 const char *rc_map;
367 368 bool rc_polling_active;
368 struct usb_device *udev; 369 struct usb_device *udev;
369 struct usb_interface *intf; 370 struct usb_interface *intf;
370 struct dvb_usb_rc rc; 371 struct dvb_usb_rc rc;