Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27049dc3 authored by Barry Kitson's avatar Barry Kitson Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11996): saa7134: add support for AVerMedia M103 (f736)



Add 1461:f736 to the list of identifiers corresponding to the
SAA7134_BOARD_AVERMEDIA_M103 board.  This patch adds support for
a variant of the AVerMedia M103 MiniPCI DVB-T Hybrid card.

Signed-off-by: default avatarBarry Kitson <b.kitson@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent de99d76a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@
142 -> Beholder BeholdTV H6                     [5ace:6290]
143 -> Beholder BeholdTV M63                    [5ace:6191]
144 -> Beholder BeholdTV M6 Extra               [5ace:6193]
145 -> AVerMedia MiniPCI DVB-T Hybrid M103      [1461:f636]
145 -> AVerMedia MiniPCI DVB-T Hybrid M103      [1461:f636,1461:f736]
146 -> ASUSTeK P7131 Analog
147 -> Asus Tiger 3in1                          [1043:4878]
148 -> Encore ENLTV-FM v5.3                     [1a7f:2008]
+6 −0
Original line number Diff line number Diff line
@@ -6199,6 +6199,12 @@ struct pci_device_id saa7134_pci_tbl[] = {
		.subvendor    = 0x1461, /* Avermedia Technologies Inc */
		.subdevice    = 0xf636,
		.driver_data  = SAA7134_BOARD_AVERMEDIA_M103,
	}, {
		.vendor       = PCI_VENDOR_ID_PHILIPS,
		.device       = PCI_DEVICE_ID_PHILIPS_SAA7133,
		.subvendor    = 0x1461, /* Avermedia Technologies Inc */
		.subdevice    = 0xf736,
		.driver_data  = SAA7134_BOARD_AVERMEDIA_M103,
	}, {
		.vendor       = PCI_VENDOR_ID_PHILIPS,
		.device       = PCI_DEVICE_ID_PHILIPS_SAA7133,