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

Commit ba52429c authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3398): ELSA EX-VISION 700TV: fix incorrect PCI subsystem ID



- Corrected autodetection for saa7130 card:
  subsystem: 1048:226c, board: ELSA EX-VISION 700TV

Signed-off-by: default avatarTAMUKI Shoichi <tamuki@linet.gr.jp>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 420f32fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,5 +87,5 @@
 86 -> LifeView FlyDVB-T                        [5168:0301]
 87 -> ADS Instant TV Duo Cardbus PTV331        [0331:1421]
 88 -> Tevion DVB-T 220RF                       [17de:7201]
 89 -> ELSA EX-VISION 700TV                     [1131:7130]
 89 -> ELSA EX-VISION 700TV                     [1048:226c]
 90 -> Kworld ATSC110                           [17de:7350]
+2 −2
Original line number Diff line number Diff line
@@ -2887,8 +2887,8 @@ struct pci_device_id saa7134_pci_tbl[] = {
	},{
		.vendor       = PCI_VENDOR_ID_PHILIPS,
		.device       = PCI_DEVICE_ID_PHILIPS_SAA7130,
		.subvendor    = 0x1131,
		.subdevice    = 0x7130,
		.subvendor    = 0x1048,
		.subdevice    = 0x226c,
		.driver_data  = SAA7134_BOARD_ELSA_700TV,
	},{
		.vendor       = PCI_VENDOR_ID_PHILIPS,