diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-06-21 17:06:02 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-06-21 17:06:02 -0400 |
commit | 51c6e1fd5c70b5a11ae648e571ec456b34e152b4 (patch) | |
tree | 5324b3ea44d25c3ba73ab6e8345c20fd2d3fe8f5 /linux/drivers/media/common/tuners/xc5000_priv.h | |
parent | 5ec2138136188f7ec74986cf00f05f1ad9be56d6 (diff) | |
download | mediapointer-dvb-s2-51c6e1fd5c70b5a11ae648e571ec456b34e152b4.tar.gz mediapointer-dvb-s2-51c6e1fd5c70b5a11ae648e571ec456b34e152b4.tar.bz2 |
xc5000: check device hardware state to determine if firmware download is needed
From: Steven Toth <stoth@linuxtv.org>
This patch ensures that the xc5000 will have firmware loaded as needed if the
part is powered down or reset via gpio from the host. An example of this, in
some cases, could be after the system resumes from standby or hibernate modes.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/common/tuners/xc5000_priv.h')
-rw-r--r-- | linux/drivers/media/common/tuners/xc5000_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/common/tuners/xc5000_priv.h b/linux/drivers/media/common/tuners/xc5000_priv.h index ecebfe474..a72a9887f 100644 --- a/linux/drivers/media/common/tuners/xc5000_priv.h +++ b/linux/drivers/media/common/tuners/xc5000_priv.h @@ -30,7 +30,6 @@ struct xc5000_priv { u32 bandwidth; u8 video_standard; u8 rf_mode; - u8 fwloaded; void *devptr; }; |