Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124325
b: refs/heads/master
c: a552568
h: refs/heads/master
i:
  124323: 58ac40d
v: v3
  • Loading branch information
Hermann Pitton authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent da5d2de commit 17af510
Show file tree
Hide file tree
Showing 3 changed files with 8 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: ea023df5f8a6f2f788247a4d8a7d5483c0d9266b
refs/heads/master: a5525685eeaec8e720323180530181ffe69a24f5
2 changes: 1 addition & 1 deletion trunk/Documentation/video4linux/CARDLIST.saa7134
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
9 -> Medion 5044
10 -> Kworld/KuroutoShikou SAA7130-TVPCI
11 -> Terratec Cinergy 600 TV [153b:1143]
12 -> Medion 7134 [16be:0003]
12 -> Medion 7134 [16be:0003,16be:5000]
13 -> Typhoon TV+Radio 90031
14 -> ELSA EX-VISION 300TV [1048:226b]
15 -> ELSA EX-VISION 500TV [1048:226a]
Expand Down
6 changes: 6 additions & 0 deletions trunk/drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -4772,6 +4772,12 @@ struct pci_device_id saa7134_pci_tbl[] = {
.subdevice = 0x0003,
.driver_data = SAA7134_BOARD_MD7134,
},{
.vendor = PCI_VENDOR_ID_PHILIPS,
.device = PCI_DEVICE_ID_PHILIPS_SAA7134,
.subvendor = 0x16be, /* CTX946 analog TV, HW mpeg, DVB-T */
.subdevice = 0x5000, /* only analog TV and DVB-T for now */
.driver_data = SAA7134_BOARD_MD7134,
}, {
.vendor = PCI_VENDOR_ID_PHILIPS,
.device = PCI_DEVICE_ID_PHILIPS_SAA7130,
.subvendor = 0x1048,
Expand Down

0 comments on commit 17af510

Please sign in to comment.