From 51c6e1fd5c70b5a11ae648e571ec456b34e152b4 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sat, 21 Jun 2008 17:06:02 -0400 Subject: xc5000: check device hardware state to determine if firmware download is needed From: Steven Toth 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 --- linux/drivers/media/common/tuners/xc5000_priv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'linux/drivers/media/common/tuners/xc5000_priv.h') 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; }; -- cgit v1.2.3