mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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: TAMUKI Shoichi <tamuki@linet.gr.jp> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
420f32fe4e
commit
ba52429cb4
2 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue