Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271865
b: refs/heads/master
c: 6e89648
h: refs/heads/master
i:
  271863: c512782
v: v3
  • Loading branch information
Thierry Reding authored and Mauro Carvalho Chehab committed Sep 21, 2011
1 parent 34fa247 commit e198109
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42845708363fc92a190f5c47e6fe750e3919f867
refs/heads/master: 6e89648195eba51ae7f6de9104fdb2e0920b4aef
10 changes: 10 additions & 0 deletions trunk/drivers/staging/tm6000/tm6000-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,16 @@ static int fill_board_specific_data(struct tm6000_core *dev)
dev->vinput[2] = tm6000_boards[dev->model].vinput[2];
dev->rinput = tm6000_boards[dev->model].rinput;

/* setup per-model quirks */
switch (dev->model) {
case TM6010_BOARD_TERRATEC_CINERGY_HYBRID_XE:
dev->quirks |= TM6000_QUIRK_NO_USB_DELAY;
break;

default:
break;
}

/* initialize hardware */
rc = tm6000_init(dev);
if (rc < 0)
Expand Down

0 comments on commit e198109

Please sign in to comment.