Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192709
b: refs/heads/master
c: 1fade8d
h: refs/heads/master
i:
  192707: addbeac
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 18, 2010
1 parent 06e5e13 commit d0437d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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: 64d339d42d6165c3276b524b939f7866693b83e0
refs/heads/master: 1fade8d9fc8ff37866fd1d4a060133fa31dbeb95
24 changes: 12 additions & 12 deletions trunk/drivers/staging/tm6000/tm6000-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct tm6000_board tm6000_boards[] = {
.name = "Generic tm5600 board",
.type = TM5600,
.tuner_type = TUNER_XC2028,
.tuner_addr = 0xc2,
.tuner_addr = 0xc2 >> 1,
.caps = {
.has_tuner = 1,
},
Expand All @@ -85,7 +85,7 @@ struct tm6000_board tm6000_boards[] = {
[TM6000_BOARD_GENERIC] = {
.name = "Generic tm6000 board",
.tuner_type = TUNER_XC2028,
.tuner_addr = 0xc2,
.tuner_addr = 0xc2 >> 1,
.caps = {
.has_tuner = 1,
.has_dvb = 1,
Expand All @@ -96,7 +96,7 @@ struct tm6000_board tm6000_boards[] = {
.name = "Generic tm6010 board",
.type = TM6010,
.tuner_type = TUNER_XC2028,
.tuner_addr = 0xc2,
.tuner_addr = 0xc2 >> 1,
.caps = {
.has_tuner = 1,
.has_dvb = 1,
Expand All @@ -107,7 +107,7 @@ struct tm6000_board tm6000_boards[] = {
.name = "10Moons UT 821",
.tuner_type = TUNER_XC2028,
.type = TM5600,
.tuner_addr = 0xc2,
.tuner_addr = 0xc2 >> 1,
.caps = {
.has_tuner = 1,
.has_eeprom = 1,
Expand All @@ -117,7 +117,7 @@ struct tm6000_board tm6000_boards[] = {
[TM5600_BOARD_10MOONS_UT330] = {
.name = "10Moons UT 330",
.tuner_type = TUNER_PHILIPS_FQ1216AME_MK4,
.tuner_addr = 0xc8,
.tuner_addr = 0xc8 >> 1,
.caps = {
.has_tuner = 1,
.has_dvb = 0,
Expand All @@ -128,7 +128,7 @@ struct tm6000_board tm6000_boards[] = {
[TM6000_BOARD_ADSTECH_DUAL_TV] = {
.name = "ADSTECH Dual TV USB",
.tuner_type = TUNER_XC2028,
.tuner_addr = 0xc8,
.tuner_addr = 0xc8 >> 1,
.caps = {
.has_tuner = 1,
.has_tda9874 = 1,
Expand All @@ -140,8 +140,8 @@ struct tm6000_board tm6000_boards[] = {
[TM6000_BOARD_FREECOM_AND_SIMILAR] = {
.name = "Freecom Hybrid Stick / Moka DVB-T Receiver Dual",
.tuner_type = TUNER_XC2028, /* has a XC3028 */
.tuner_addr = 0xc2,
.demod_addr = 0x1e,
.tuner_addr = 0xc2 >> 1,
.demod_addr = 0x1e >> 1,
.caps = {
.has_tuner = 1,
.has_dvb = 1,
Expand All @@ -154,8 +154,8 @@ struct tm6000_board tm6000_boards[] = {
[TM6000_BOARD_ADSTECH_MINI_DUAL_TV] = {
.name = "ADSTECH Mini Dual TV USB",
.tuner_type = TUNER_XC2028, /* has a XC3028 */
.tuner_addr = 0xc8,
.demod_addr = 0x1e,
.tuner_addr = 0xc8 >> 1,
.demod_addr = 0x1e >> 1,
.caps = {
.has_tuner = 1,
.has_dvb = 1,
Expand All @@ -167,8 +167,8 @@ struct tm6000_board tm6000_boards[] = {
[TM6010_BOARD_HAUPPAUGE_900H] = {
.name = "Hauppauge HVR-900H",
.tuner_type = TUNER_XC2028, /* has a XC3028 */
.tuner_addr = 0xc2,
.demod_addr = 0x1e,
.tuner_addr = 0xc2 >> 1,
.demod_addr = 0x1e >> 1,
.type = TM6010,
.caps = {
.has_tuner = 1,
Expand Down

0 comments on commit d0437d3

Please sign in to comment.