linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] xc5000: tuner firmware update
@ 2014-10-25 20:17 Michael Krufky
  2014-10-27 11:46 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Krufky @ 2014-10-25 20:17 UTC (permalink / raw)
  To: linux-media
  Cc: Mauro Carvalho Chehab, Richard Vollkommer, Devin Heitmueller,
	Michael Ira Krufky

From: Richard Vollkommer <linux@hauppauge.com>

- Update the xc5000 tuner firmware to version 1.6.821

- Update the xc5000c tuner firmware to version 4.1.33

Firmware files can be downloaded from:

- http://hauppauge.lightpath.net/software/hvr950q/xc5000c-4.1.33.zip
- http://hauppauge.lightpath.net/software/hvr950q/xc5000-1.6.821.zip

Signed-off-by: Richard Vollkommer <linux@hauppauge.com>
Cc: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
---
 drivers/media/tuners/xc5000.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/media/tuners/xc5000.c b/drivers/media/tuners/xc5000.c
index e44c8ab..fafff4c 100644
--- a/drivers/media/tuners/xc5000.c
+++ b/drivers/media/tuners/xc5000.c
@@ -222,15 +222,15 @@ struct xc5000_fw_cfg {
 	u8 fw_checksum_supported;
 };
 
-#define XC5000A_FIRMWARE "dvb-fe-xc5000-1.6.114.fw"
-static const struct xc5000_fw_cfg xc5000a_1_6_114 = {
+#define XC5000A_FIRMWARE "dvb-fe-xc5000-1.6.821.fw"
+static const struct xc5000_fw_cfg xc5000a_fw_cfg = {
 	.name = XC5000A_FIRMWARE,
 	.size = 12401,
-	.pll_reg = 0x806c,
+	.pll_reg = 0x8067,
 };
 
-#define XC5000C_FIRMWARE "dvb-fe-xc5000c-4.1.30.7.fw"
-static const struct xc5000_fw_cfg xc5000c_41_024_5 = {
+#define XC5000C_FIRMWARE "dvb-fe-xc5000c-4.1.33.fw"
+static const struct xc5000_fw_cfg xc5000c_fw_cfg = {
 	.name = XC5000C_FIRMWARE,
 	.size = 16497,
 	.pll_reg = 0x13,
@@ -243,9 +243,9 @@ static inline const struct xc5000_fw_cfg *xc5000_assign_firmware(int chip_id)
 	switch (chip_id) {
 	default:
 	case XC5000A:
-		return &xc5000a_1_6_114;
+		return &xc5000a_fw_cfg;
 	case XC5000C:
-		return &xc5000c_41_024_5;
+		return &xc5000c_fw_cfg;
 	}
 }
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-10-30 13:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-25 20:17 [PATCH 1/3] xc5000: tuner firmware update Michael Krufky
2014-10-27 11:46 ` Mauro Carvalho Chehab
2014-10-27 14:25   ` Michael Ira Krufky
2014-10-27 15:57     ` Mauro Carvalho Chehab
2014-10-27 16:22       ` Johannes Stezenbach
2014-10-27 17:38         ` Michael Ira Krufky
2014-10-27 19:07           ` Mauro Carvalho Chehab
2014-10-30 13:20             ` Devin Heitmueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).