mirror of https://gitee.com/openkylin/linux.git
media: Added support for the TerraTec T1 DVB-T USB tuner [IT9135 chipset]
Signed-off-by: Nuno Henriques <nuno.amhenriques@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
ff05c9849a
commit
b5e0733ffc
|
@ -279,6 +279,7 @@
|
|||
#define USB_PID_TERRATEC_H7 0x10b4
|
||||
#define USB_PID_TERRATEC_H7_2 0x10a3
|
||||
#define USB_PID_TERRATEC_H7_3 0x10a5
|
||||
#define USB_PID_TERRATEC_T1 0x10ae
|
||||
#define USB_PID_TERRATEC_T3 0x10a0
|
||||
#define USB_PID_TERRATEC_T5 0x10a1
|
||||
#define USB_PID_NOXON_DAB_STICK 0x00b3
|
||||
|
|
|
@ -2108,6 +2108,8 @@ static const struct usb_device_id af9035_id_table[] = {
|
|||
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, USB_PID_CTVDIGDUAL_V2,
|
||||
&af9035_props, "Digital Dual TV Receiver CTVDIGDUAL_V2",
|
||||
RC_MAP_IT913X_V1) },
|
||||
{ DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_T1,
|
||||
&af9035_props, "TerraTec T1", RC_MAP_IT913X_V1) },
|
||||
/* XXX: that same ID [0ccd:0099] is used by af9015 driver too */
|
||||
{ DVB_USB_DEVICE(USB_VID_TERRATEC, 0x0099,
|
||||
&af9035_props, "TerraTec Cinergy T Stick Dual RC (rev. 2)",
|
||||
|
|
Loading…
Reference in New Issue