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

Commit 5265ea54 authored by Igor M. Liplianin's avatar Igor M. Liplianin Committed by Mauro Carvalho Chehab
Browse files

[media] dw2102: X3M TV SPC1400HD added



The card consist of PCI to USB bridge and USB DVB-S2 receiver.

Signed-off-by: default avatarIgor M. Liplianin <liplianin@me.by>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 738e8ff9
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -1440,6 +1440,7 @@ static struct usb_device_id dw2102_table[] = {
	{USB_DEVICE(USB_VID_TERRATEC, 0x00a8)},
	{USB_DEVICE(USB_VID_TERRATEC, 0x00a8)},
	{USB_DEVICE(0x9022, USB_PID_TEVII_S480_1)},
	{USB_DEVICE(0x9022, USB_PID_TEVII_S480_1)},
	{USB_DEVICE(0x9022, USB_PID_TEVII_S480_2)},
	{USB_DEVICE(0x9022, USB_PID_TEVII_S480_2)},
	{USB_DEVICE(0x1f4d, 0x3100)},
	{ }
	{ }
};
};


@@ -1813,7 +1814,7 @@ static struct dvb_usb_device_properties su3000_properties = {
			}
			}
		}
		}
	},
	},
	.num_device_descs = 2,
	.num_device_descs = 3,
	.devices = {
	.devices = {
		{ "SU3000HD DVB-S USB2.0",
		{ "SU3000HD DVB-S USB2.0",
			{ &dw2102_table[10], NULL },
			{ &dw2102_table[10], NULL },
@@ -1823,6 +1824,10 @@ static struct dvb_usb_device_properties su3000_properties = {
			{ &dw2102_table[11], NULL },
			{ &dw2102_table[11], NULL },
			{ NULL },
			{ NULL },
		},
		},
		{ "X3M TV SPC1400HD PCI",
			{ &dw2102_table[14], NULL },
			{ NULL },
		},
	}
	}
};
};