Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130740
b: refs/heads/master
c: dbdf03b
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 29, 2009
1 parent bda2e5c commit 2bab589
Show file tree
Hide file tree
Showing 2 changed files with 9 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: d7e43844e40e07cadc48f1733b9738659f83b38c
refs/heads/master: dbdf03b48bd32150b4023ea0dd22f566958b6294
8 changes: 8 additions & 0 deletions trunk/drivers/media/video/zoran/zoran_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ MODULE_DESCRIPTION("Zoran-36057/36067 JPEG codec driver");
MODULE_AUTHOR("Serguei Miridonov");
MODULE_LICENSE("GPL");

#if (defined(CONFIG_VIDEO_ZORAN_MODULE) && defined(MODULE))
static struct pci_device_id zr36067_pci_tbl[] = {
{PCI_VENDOR_ID_ZORAN, PCI_DEVICE_ID_ZORAN_36057,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0}
};
MODULE_DEVICE_TABLE(pci, zr36067_pci_tbl);
#endif

int zoran_num; /* number of Buzs in use */
struct zoran *zoran[BUZ_MAX];
Expand Down

0 comments on commit 2bab589

Please sign in to comment.