[media] Support for Sveon STV22 (IT9137)
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 6 Nov 2011 21:30:26 +0000 (18:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 8 Nov 2011 13:37:41 +0000 (11:37 -0200)
This indeed a clone of Kworld UB499 2T

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/dvb-usb-ids.h
drivers/media/dvb/dvb-usb/it913x.c

index 2d08c9b5128a2759a60f04e7a3bf9e31cd23fd88..0040aa24f89f21a81d4f783b579439962390892e 100644 (file)
 #define USB_PID_TVWAY_PLUS                             0x0002
 #define USB_PID_SVEON_STV20                            0xe39d
 #define USB_PID_SVEON_STV22                            0xe401
+#define USB_PID_SVEON_STV22_IT9137                     0xe411
 #define USB_PID_AZUREWAVE_AZ6027                       0x3275
 #define USB_PID_TERRATEC_DVBS2CI_V1                    0x10a4
 #define USB_PID_TERRATEC_DVBS2CI_V2                    0x10ac
index 9f582411e7d3ac161d4ec2b8847414b5b8acbf07..9abdaee4aa6c307dc5aa71fe250850ca7b7f71bc 100644 (file)
@@ -577,6 +577,7 @@ static int it913x_probe(struct usb_interface *intf,
 static struct usb_device_id it913x_table[] = {
        { USB_DEVICE(USB_VID_KWORLD_2, USB_PID_KWORLD_UB499_2T_T09) },
        { USB_DEVICE(USB_VID_ITETECH, USB_PID_ITETECH_IT9135) },
+       { USB_DEVICE(USB_VID_KWORLD_2, USB_PID_SVEON_STV22_IT9137) },
        {}              /* Terminating entry */
 };
 
@@ -652,7 +653,7 @@ static struct dvb_usb_device_properties it913x_properties = {
                .rc_codes       = RC_MAP_KWORLD_315U,
        },
        .i2c_algo         = &it913x_i2c_algo,
-       .num_device_descs = 2,
+       .num_device_descs = 3,
        .devices = {
                {   "Kworld UB499-2T T09(IT9137)",
                        { &it913x_table[0], NULL },
@@ -660,6 +661,9 @@ static struct dvb_usb_device_properties it913x_properties = {
                {   "ITE 9135 Generic",
                        { &it913x_table[1], NULL },
                        },
+               {   "Sveon STV22 Dual DVB-T HDTV(IT9137)",
+                       { &it913x_table[2], NULL },
+                       },
        }
 };