diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-06-21 21:06:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-26 15:58:58 -0300 |
commit | e470d8177ed6ae56f4310ce793a57bcb2fed1749 (patch) | |
tree | 25a184be6b95988133889b8e2ffc651da643976c /drivers/media/common/tuners/xc5000_priv.h | |
parent | 836c28584d4629fdc85365f083b84e1298e14312 (diff) |
V4L/DVB (8097): xc5000: check device hardware state to determine if firmware download is needed
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/common/tuners/xc5000_priv.h')
-rw-r--r-- | drivers/media/common/tuners/xc5000_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/xc5000_priv.h b/drivers/media/common/tuners/xc5000_priv.h index ecebfe4745a..a72a9887fe7 100644 --- a/drivers/media/common/tuners/xc5000_priv.h +++ b/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; }; |