mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
V4L/DVB (10161): saa7134: fix autodetection for AVer TV GO 007 FM Plus
This patch fixes autodetection for Avermedia AVerTV GO 007 FM Plus (M15C) (PCI ID 1461:f31d). Signed-off-by: Pham Thanh Nam <phamthanhnam.ptn@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
87ea5f9d38
commit
4a87d7c4f2
1 changed files with 7 additions and 7 deletions
|
@ -5732,6 +5732,13 @@ struct pci_device_id saa7134_pci_tbl[] = {
|
|||
.subvendor = 0x17de,
|
||||
.subdevice = 0x7128,
|
||||
.driver_data = SAA7134_BOARD_KWORLD_PLUS_TV_ANALOG,
|
||||
}, {
|
||||
.vendor = PCI_VENDOR_ID_PHILIPS,
|
||||
.device = PCI_DEVICE_ID_PHILIPS_SAA7133,
|
||||
.subvendor = 0x1461, /* Avermedia Technologies Inc */
|
||||
.subdevice = 0xf31d,
|
||||
.driver_data = SAA7134_BOARD_AVERMEDIA_GO_007_FM_PLUS,
|
||||
|
||||
}, {
|
||||
/* --- boards without eeprom + subsystem ID --- */
|
||||
.vendor = PCI_VENDOR_ID_PHILIPS,
|
||||
|
@ -5771,13 +5778,6 @@ struct pci_device_id saa7134_pci_tbl[] = {
|
|||
.subdevice = PCI_ANY_ID,
|
||||
.driver_data = SAA7134_BOARD_UNKNOWN,
|
||||
},{
|
||||
.vendor = PCI_VENDOR_ID_PHILIPS,
|
||||
.device = PCI_DEVICE_ID_PHILIPS_SAA7133,
|
||||
.subvendor = 0x1461, /* Avermedia Technologies Inc */
|
||||
.subdevice = 0xf31d,
|
||||
.driver_data = SAA7134_BOARD_AVERMEDIA_GO_007_FM_PLUS,
|
||||
|
||||
}, {
|
||||
/* --- end of list --- */
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue