Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357531
b: refs/heads/master
c: 9690fd8
h: refs/heads/master
i:
  357529: ec8c56d
  357527: c852011
v: v3
  • Loading branch information
Vadim Frolov authored and Mauro Carvalho Chehab committed Feb 8, 2013
1 parent cb0c233 commit 1c3953b
Show file tree
Hide file tree
Showing 4 changed files with 20 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: 88b404c435ffb6c103faf85cc1b41077dcd03bf9
refs/heads/master: 9690fd80d3fb1bbfe04d7e1d8dde0cfd353c7b8d
1 change: 1 addition & 0 deletions trunk/Documentation/video4linux/CARDLIST.saa7134
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,4 @@
188 -> Sensoray 811/911 [6000:0811,6000:0911]
189 -> Kworld PC150-U [17de:a134]
190 -> Asus My Cinema PS3-100 [1043:48cd]
191 -> Hawell HW-9004V1
17 changes: 17 additions & 0 deletions trunk/drivers/media/pci/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -5773,6 +5773,23 @@ struct saa7134_board saa7134_boards[] = {
.gpio = 0x0000000,
},
},
[SAA7134_BOARD_HAWELL_HW_9004V1] = {
/* Hawell HW-9004V1 */
/* Vadim Frolov <fralik@gmail.com> */
.name = "Hawell HW-9004V1",
.audio_clock = 0x00200000,
.tuner_type = UNSET,
.radio_type = UNSET,
.tuner_addr = ADDR_UNSET,
.radio_addr = ADDR_UNSET,
.gpiomask = 0x618E700,
.inputs = {{
.name = name_comp1,
.vmux = 3,
.amux = LINE1,
.gpio = 0x6010000,
} },
},

};

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/pci/saa7134/saa7134.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ struct saa7134_card_ir {
#define SAA7134_BOARD_SENSORAY811_911 188
#define SAA7134_BOARD_KWORLD_PC150U 189
#define SAA7134_BOARD_ASUSTeK_PS3_100 190
#define SAA7134_BOARD_HAWELL_HW_9004V1 191

#define SAA7134_MAXBOARDS 32
#define SAA7134_INPUT_MAX 8
Expand Down

0 comments on commit 1c3953b

Please sign in to comment.