Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294930
b: refs/heads/master
c: d839880
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Feb 14, 2012
1 parent b5a6273 commit eed5bd2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 76efb0ba2118c286231dd062bf02b2537cc8738f
refs/heads/master: d83988058cba594ac2011a4ca0c50097bd24c2de
5 changes: 5 additions & 0 deletions trunk/drivers/media/common/tuners/xc5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ struct xc5000_fw_cfg xc5000a_1_6_114 = {
.size = 12401,
};

struct xc5000_fw_cfg xc5000c_41_024_5_31875 = {
.name = "dvb-fe-xc5000c-41.024.5-31875.fw",
.size = 16503,
};

static int xc_load_fw_and_init_tuner(struct dvb_frontend *fe);
static int xc5000_is_firmware_loaded(struct dvb_frontend *fe);
static int xc5000_readreg(struct xc5000_priv *priv, u16 reg, u16 *val);
Expand Down
5 changes: 4 additions & 1 deletion trunk/drivers/media/common/tuners/xc5000.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ struct xc5000_fw_cfg {
};

extern struct xc5000_fw_cfg xc5000a_1_6_114;
extern struct xc5000_fw_cfg xc5000c_41_024_5_31875;

#define XC5000_FW_A_1_6_114 &xc5000a_1_6_114
#define XC5000_FW_A_1_6_114 &xc5000a_1_6_114
#define XC5000_FW_C_41_024_5_31875 &xc5000c_41_024_5_31875

#define XC5000_DEFAULT_FIRMWARE XC5000_FW_A_1_6_114
#define XC5000C_DEFAULT_FIRMWARE XC5000_FW_C_41_024_5_31875

struct xc5000_config {
u8 i2c_address;
Expand Down

0 comments on commit eed5bd2

Please sign in to comment.