diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-09-20 13:06:11 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 22:13:18 +0400 |
commit | a37ddced86b092f8f4fd8dc20d4f5dce2e7cc6d3 (patch) | |
tree | a65b8f04b7489e27b0efef5ebda105084f1692c5 /drivers/media/dvb/dvb-usb/dvb-usb.h | |
parent | 1d57436040a7ff486fb90a82b6f542fbe275f624 (diff) | |
download | linux-a37ddced86b092f8f4fd8dc20d4f5dce2e7cc6d3.tar.xz |
V4L/DVB (4657): Power control of the device for dual board
Corrected power control of the device for dual boards
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 { * @desc: pointer to the device's struct dvb_usb_device_description. * @state: initialization and runtime state of the device. * + * @powered: indicated whether the device is power or not. + * Powered is in/decremented for each call to modify the state. * @udev: pointer to the device's struct usb_device. * * @usb_mutex: semaphore of USB control messages (reading needs two messages) |