]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
V4L/DVB (4819): Dib0700: Add support for new revision of Nova-T Stick
authorStefan Traby <stefan@hello-penguin.com>
Sun, 12 Nov 2006 16:02:51 +0000 (13:02 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 10 Dec 2006 10:51:19 +0000 (08:51 -0200)
Added support for Nova-T Stick with USB-pid: 0x7060

Signed-off-by: Stefan Traby <stefan@hello-penguin.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-usb/dib0700_devices.c
drivers/media/dvb/dvb-usb/dvb-usb-ids.h

index 1c3546d6c03085599aab07c34712015db62de93f..4428ab322621a5288413a1daf40a79eb90c9545f 100644 (file)
@@ -278,6 +278,7 @@ struct usb_device_id dib0700_usb_id_table[] = {
                { USB_DEVICE(USB_VID_COMPRO,    USB_PID_COMPRO_VIDEOMATE_U500) },
                { USB_DEVICE(USB_VID_UNIWILL,   USB_PID_UNIWILL_STK7700P) },
                { USB_DEVICE(USB_VID_LEADTEK,   USB_PID_WINFAST_DTV_DONGLE_STK7700P) },
+               { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_STICK_2) },
                { }             /* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -326,7 +327,7 @@ struct dvb_usb_device_properties dib0700_devices[] = {
                                { NULL },
                        },
                        {   "Hauppauge Nova-T Stick",
-                               { &dib0700_usb_id_table[4], NULL },
+                               { &dib0700_usb_id_table[4], &dib0700_usb_id_table[9], NULL },
                                { NULL },
                        },
                        {   "AVerMedia AVerTV DVB-T Volar",
index 727d5003997c49c7722c7a7c2aa38b5d546d438a..ec1f3b31c54c695a8d53be7a6a2741fdd4557d55 100644 (file)
 #define USB_PID_HAUPPAUGE_NOVA_T_500                   0x9941
 #define USB_PID_HAUPPAUGE_NOVA_T_500_2                 0x9950
 #define USB_PID_HAUPPAUGE_NOVA_T_STICK                 0x7050
+#define USB_PID_HAUPPAUGE_NOVA_T_STICK_2               0x7060
 #define USB_PID_AVERMEDIA_VOLAR                                0xa807
 #define USB_PID_NEBULA_DIGITV                          0x0201
 #define USB_PID_DVICO_BLUEBIRD_LGDT                    0xd820