Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295042
b: refs/heads/master
c: 632fba4
h: refs/heads/master
v: v3
  • Loading branch information
Sander Eikelenboom authored and Mauro Carvalho Chehab committed Mar 8, 2012
1 parent 198fb16 commit 37d8a33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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: 1b1301e67bbcad0649a8b3c6a944d2b2acddc411
refs/heads/master: 632fba4d012458fd5fedc678fb9b0f8bc59ceda2
9 changes: 7 additions & 2 deletions trunk/drivers/media/video/cx25821/cx25821-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1474,8 +1474,13 @@ static DEFINE_PCI_DEVICE_TABLE(cx25821_pci_tbl) = {
.device = 0x8210,
.subvendor = 0x14f1,
.subdevice = 0x0920,
},
{
}, {
/* CX25821 No Brand */
.vendor = 0x14f1,
.device = 0x8210,
.subvendor = 0x0000,
.subdevice = 0x0000,
}, {
/* --- end of list --- */
}
};
Expand Down

0 comments on commit 37d8a33

Please sign in to comment.