diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-04-02 20:50:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:21:05 -0400 |
commit | 361d4892cdec41faac5806fcd43cf4898990e0a4 (patch) | |
tree | 8c5b24fa4a22e980d60bb608f0e61562f3578380 | |
parent | a78baacffe910bfdce2e08e93b31e702cc811114 (diff) |
V4L/DVB (11792): xc5000: switch to new version of Xceive firmware
This switches to a new version of the xc5000 firmware, extracted from the
latest Hauppauge driver. It includes the support for the XREG_BUSY register
(a lack of which was causing tuning to take 3200ms instead of around 300ms).
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/common/tuners/xc5000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c index c9e72ae94fbb..a9493e1f0f60 100644 --- a/drivers/media/common/tuners/xc5000.c +++ b/drivers/media/common/tuners/xc5000.c | |||
@@ -42,8 +42,8 @@ static LIST_HEAD(hybrid_tuner_instance_list); | |||
42 | #define dprintk(level, fmt, arg...) if (debug >= level) \ | 42 | #define dprintk(level, fmt, arg...) if (debug >= level) \ |
43 | printk(KERN_INFO "%s: " fmt, "xc5000", ## arg) | 43 | printk(KERN_INFO "%s: " fmt, "xc5000", ## arg) |
44 | 44 | ||
45 | #define XC5000_DEFAULT_FIRMWARE "dvb-fe-xc5000-1.1.fw" | 45 | #define XC5000_DEFAULT_FIRMWARE "dvb-fe-xc5000-1.4.68.fw" |
46 | #define XC5000_DEFAULT_FIRMWARE_SIZE 12332 | 46 | #define XC5000_DEFAULT_FIRMWARE_SIZE 12378 |
47 | 47 | ||
48 | struct xc5000_priv { | 48 | struct xc5000_priv { |
49 | struct tuner_i2c_props i2c_props; | 49 | struct tuner_i2c_props i2c_props; |