mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 20:07:00 +00:00
[media] Technisat AirStar TeleStick 2
Based on staging 2.6.39. This patch is based on Veit Berwig's work. Signed-off-by: Lukas Fisch <lukas.fisch@gmail.com> Thanks-to: Veit Berwig <veit.Berwig@fimi.landsh.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
07988007f8
commit
498e677cfd
@ -2801,6 +2801,7 @@ struct usb_device_id dib0700_usb_id_table[] = {
|
|||||||
{ USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_NIM9090MD) },
|
{ USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_NIM9090MD) },
|
||||||
{ USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_NIM7090) },
|
{ USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_NIM7090) },
|
||||||
{ USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_TFE7090PVR) },
|
{ USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_TFE7090PVR) },
|
||||||
|
{ USB_DEVICE(USB_VID_TECHNISAT, USB_PID_TECHNISAT_AIRSTAR_TELESTICK_2) },
|
||||||
{ 0 } /* Terminating entry */
|
{ 0 } /* Terminating entry */
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
|
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
|
||||||
@ -3410,7 +3411,7 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
.num_device_descs = 2,
|
.num_device_descs = 3,
|
||||||
.devices = {
|
.devices = {
|
||||||
{ "DiBcom STK7770P reference design",
|
{ "DiBcom STK7770P reference design",
|
||||||
{ &dib0700_usb_id_table[59], NULL },
|
{ &dib0700_usb_id_table[59], NULL },
|
||||||
@ -3422,6 +3423,10 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|||||||
&dib0700_usb_id_table[60], NULL},
|
&dib0700_usb_id_table[60], NULL},
|
||||||
{ NULL },
|
{ NULL },
|
||||||
},
|
},
|
||||||
|
{ "TechniSat AirStar TeleStick 2",
|
||||||
|
{ &dib0700_usb_id_table[74], NULL },
|
||||||
|
{ NULL },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
.rc.core = {
|
.rc.core = {
|
||||||
|
@ -317,5 +317,6 @@
|
|||||||
#define USB_PID_TERRATEC_DVBS2CI_V2 0x10ac
|
#define USB_PID_TERRATEC_DVBS2CI_V2 0x10ac
|
||||||
#define USB_PID_TECHNISAT_USB2_HDCI_V1 0x0001
|
#define USB_PID_TECHNISAT_USB2_HDCI_V1 0x0001
|
||||||
#define USB_PID_TECHNISAT_USB2_HDCI_V2 0x0002
|
#define USB_PID_TECHNISAT_USB2_HDCI_V2 0x0002
|
||||||
|
#define USB_PID_TECHNISAT_AIRSTAR_TELESTICK_2 0x0004
|
||||||
#define USB_PID_TECHNISAT_USB2_DVB_S2 0x0500
|
#define USB_PID_TECHNISAT_USB2_DVB_S2 0x0500
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user