Commit 260a8f7b authored by Jose Alberto Reguero's avatar Jose Alberto Reguero Committed by Mauro Carvalho Chehab

[media] az6007: add another Terratec H7 usb id

Signed-off-by: default avatarJose Alberto Reguero <jareguero@telefonica.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 23268ae5
...@@ -481,6 +481,7 @@ static int az6007_usb_probe(struct usb_interface *intf, ...@@ -481,6 +481,7 @@ static int az6007_usb_probe(struct usb_interface *intf,
static struct usb_device_id az6007_usb_table[] = { static struct usb_device_id az6007_usb_table[] = {
{USB_DEVICE(USB_VID_AZUREWAVE, USB_PID_AZUREWAVE_6007)}, {USB_DEVICE(USB_VID_AZUREWAVE, USB_PID_AZUREWAVE_6007)},
{USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_H7)}, {USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_H7)},
{USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_H7_2)},
{0}, {0},
}; };
...@@ -534,7 +535,7 @@ static struct dvb_usb_device_properties az6007_properties = { ...@@ -534,7 +535,7 @@ static struct dvb_usb_device_properties az6007_properties = {
.warm_ids = { NULL }, .warm_ids = { NULL },
}, },
{ .name = "TerraTec DTV StarBox DVB-T/C USB2.0 (az6007)", { .name = "TerraTec DTV StarBox DVB-T/C USB2.0 (az6007)",
.cold_ids = { &az6007_usb_table[1], NULL }, .cold_ids = { &az6007_usb_table[1], &az6007_usb_table[2], NULL },
.warm_ids = { NULL }, .warm_ids = { NULL },
}, },
{ NULL }, { NULL },
......
...@@ -228,6 +228,7 @@ ...@@ -228,6 +228,7 @@
#define USB_PID_TERRATEC_CINERGY_T_XXS 0x0078 #define USB_PID_TERRATEC_CINERGY_T_XXS 0x0078
#define USB_PID_TERRATEC_CINERGY_T_XXS_2 0x00ab #define USB_PID_TERRATEC_CINERGY_T_XXS_2 0x00ab
#define USB_PID_TERRATEC_H7 0x10b4 #define USB_PID_TERRATEC_H7 0x10b4
#define USB_PID_TERRATEC_H7_2 0x10a3
#define USB_PID_TERRATEC_T3 0x10a0 #define USB_PID_TERRATEC_T3 0x10a0
#define USB_PID_TERRATEC_T5 0x10a1 #define USB_PID_TERRATEC_T5 0x10a1
#define USB_PID_PINNACLE_EXPRESSCARD_320CX 0x022e #define USB_PID_PINNACLE_EXPRESSCARD_320CX 0x022e
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment