Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76454
b: refs/heads/master
c: 59a636e
h: refs/heads/master
v: v3
  • Loading branch information
Chris Pascoe authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent d3a16fc commit 664d971
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: d7b22c5cfef28d21051331622f9595993a083cc4
refs/heads/master: 59a636e50f339f91880b3a1e395829c43cc6541a
7 changes: 4 additions & 3 deletions trunk/drivers/media/video/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,10 @@ static int check_firmware(struct dvb_frontend *fe, enum tuner_mode new_mode,
tuner_dbg("I should change bandwidth %u\n", change_digital_bandwidth);

if (change_digital_bandwidth) {

/*FIXME: Should allow selecting between D2620 and D2633 */
type |= D2620;
if (priv->ctrl.d2633)
type |= D2633;
else
type |= D2620;

/* FIXME: When should select a DTV78 firmware?
*/
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/tuner-xc2028.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ struct xc2028_ctrl {
enum xc2028_firm_type type;
char *fname;
int max_len;
int d2633:1;
};

struct xc2028_config {
Expand Down

0 comments on commit 664d971

Please sign in to comment.