V4L/DVB (4805): Dib0700: Add support for Leadtek Winfast DTV Dongle (STK7700P based)
This patch adds support for the new, STK7700-based revision of the Leadtek Winfast DTV Dongle. Signed-off-by: Michal CIJOML Semler <cijoml@volny.cz> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
111f33564e
commit
8637a87595
@ -277,6 +277,7 @@ struct usb_device_id dib0700_usb_id_table[] = {
|
|||||||
{ USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_VOLAR) },
|
{ USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_VOLAR) },
|
||||||
{ USB_DEVICE(USB_VID_COMPRO, USB_PID_COMPRO_VIDEOMATE_U500) },
|
{ USB_DEVICE(USB_VID_COMPRO, USB_PID_COMPRO_VIDEOMATE_U500) },
|
||||||
{ USB_DEVICE(USB_VID_UNIWILL, USB_PID_UNIWILL_STK7700P) },
|
{ USB_DEVICE(USB_VID_UNIWILL, USB_PID_UNIWILL_STK7700P) },
|
||||||
|
{ USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV_DONGLE_STK7700P) },
|
||||||
{ } /* Terminating entry */
|
{ } /* Terminating entry */
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
|
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
|
||||||
@ -318,7 +319,7 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
.num_device_descs = 5,
|
.num_device_descs = 6,
|
||||||
.devices = {
|
.devices = {
|
||||||
{ "DiBcom STK7700P reference design",
|
{ "DiBcom STK7700P reference design",
|
||||||
{ &dib0700_usb_id_table[0], &dib0700_usb_id_table[1] },
|
{ &dib0700_usb_id_table[0], &dib0700_usb_id_table[1] },
|
||||||
@ -339,6 +340,10 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|||||||
{ "Uniwill STK7700P based (Hama and others)",
|
{ "Uniwill STK7700P based (Hama and others)",
|
||||||
{ &dib0700_usb_id_table[7], NULL },
|
{ &dib0700_usb_id_table[7], NULL },
|
||||||
{ NULL },
|
{ NULL },
|
||||||
|
},
|
||||||
|
{ "Leadtek Winfast DTV Dongle (STK7700P based)",
|
||||||
|
{ &dib0700_usb_id_table[8], NULL },
|
||||||
|
{ NULL },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
||||||
|
@ -129,6 +129,7 @@
|
|||||||
#define USB_PID_GRANDTEC_DVBT_USB2_WARM 0x0bc7
|
#define USB_PID_GRANDTEC_DVBT_USB2_WARM 0x0bc7
|
||||||
#define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025
|
#define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025
|
||||||
#define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026
|
#define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026
|
||||||
|
#define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f00
|
||||||
#define USB_PID_GENPIX_8PSK_COLD 0x0200
|
#define USB_PID_GENPIX_8PSK_COLD 0x0200
|
||||||
#define USB_PID_GENPIX_8PSK_WARM 0x0201
|
#define USB_PID_GENPIX_8PSK_WARM 0x0201
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user