diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-09-20 11:06:11 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2006-09-20 11:06:11 +0200 |
commit | c96cfe756cb607fecb05a1715c87c7aab294b0b4 (patch) | |
tree | 7f55069c0bea4984ebcd65841214221161356f7e /linux/drivers/media/dvb/dvb-usb/dvb-usb.h | |
parent | 80b43927247d2513ba4f8e221893d4566f361cae (diff) | |
download | mediapointer-dvb-s2-c96cfe756cb607fecb05a1715c87c7aab294b0b4.tar.gz mediapointer-dvb-s2-c96cfe756cb607fecb05a1715c87c7aab294b0b4.tar.bz2 |
Power control of the device for dual board
From: Patrick Boettcher <pb@linuxtv.org>
Corrected power control of the device for dual boards
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/dvb-usb.h')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/dvb-usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h index a26a91d50..883496c00 100644 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h @@ -328,6 +328,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) |