提交 c540d9f1 编写于 作者: P Peter De Schrijver 提交者: Mauro Carvalho Chehab

[media] bt8xx: add support for PCI device ID 0x36c

add support for conexant PCI device 0x36c. Seems to be fully compatible with
the currently supported chips, yet the chip has different PCI ID.
Signed-off-by: NPeter De Schrijver <p2@psychaos.be>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 de2843b6
...@@ -30,6 +30,10 @@ ...@@ -30,6 +30,10 @@
#ifndef PCI_DEVICE_ID_BT849 #ifndef PCI_DEVICE_ID_BT849
#define PCI_DEVICE_ID_BT849 0x351 #define PCI_DEVICE_ID_BT849 0x351
#endif #endif
#ifndef PCI_DEVICE_ID_FUSION879
#define PCI_DEVICE_ID_FUSION879 0x36c
#endif
#ifndef PCI_DEVICE_ID_BT878 #ifndef PCI_DEVICE_ID_BT878
#define PCI_DEVICE_ID_BT878 0x36e #define PCI_DEVICE_ID_BT878 0x36e
#endif #endif
...@@ -37,7 +41,6 @@ ...@@ -37,7 +41,6 @@
#define PCI_DEVICE_ID_BT879 0x36f #define PCI_DEVICE_ID_BT879 0x36f
#endif #endif
/* Brooktree 848 registers */ /* Brooktree 848 registers */
#define BT848_DSTATUS 0x000 #define BT848_DSTATUS 0x000
......
...@@ -4572,6 +4572,7 @@ static struct pci_device_id bttv_pci_tbl[] = { ...@@ -4572,6 +4572,7 @@ static struct pci_device_id bttv_pci_tbl[] = {
{PCI_VDEVICE(BROOKTREE, PCI_DEVICE_ID_BT849), 0}, {PCI_VDEVICE(BROOKTREE, PCI_DEVICE_ID_BT849), 0},
{PCI_VDEVICE(BROOKTREE, PCI_DEVICE_ID_BT878), 0}, {PCI_VDEVICE(BROOKTREE, PCI_DEVICE_ID_BT878), 0},
{PCI_VDEVICE(BROOKTREE, PCI_DEVICE_ID_BT879), 0}, {PCI_VDEVICE(BROOKTREE, PCI_DEVICE_ID_BT879), 0},
{PCI_VDEVICE(BROOKTREE, PCI_DEVICE_ID_FUSION879), 0},
{0,} {0,}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册