diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dvb-usb.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb.h b/drivers/media/dvb/dvb-usb/dvb-usb.h index 2ec7c777fcef..376c45a8e779 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb.h | |||
@@ -325,6 +325,8 @@ struct dvb_usb_adapter { | |||
325 | * @desc: pointer to the device's struct dvb_usb_device_description. | 325 | * @desc: pointer to the device's struct dvb_usb_device_description. |
326 | * @state: initialization and runtime state of the device. | 326 | * @state: initialization and runtime state of the device. |
327 | * | 327 | * |
328 | * @powered: indicated whether the device is power or not. | ||
329 | * Powered is in/decremented for each call to modify the state. | ||
328 | * @udev: pointer to the device's struct usb_device. | 330 | * @udev: pointer to the device's struct usb_device. |
329 | * | 331 | * |
330 | * @usb_mutex: semaphore of USB control messages (reading needs two messages) | 332 | * @usb_mutex: semaphore of USB control messages (reading needs two messages) |