On Fri, Nov 10, 2006 at 02:16:38PM -0500, Michael Krufky wrote: > This patch is good, but it is missing a Sign-off. Please see > README.patches and README.HG in the top-level directory of the repository. Patch attached. -- ciao - Stefan
# HG changeset patch # User Stefan Traby <stefan@xxxxxxxxxxxxxxxxx> # Date 1163336068 -3600 # Node ID d80ff5226a01b3ee24e848a81f7f8081c1766d1d # Parent 2aa8e64c3e3ae3b09120c0e393bce91b23e442f1 Support for new-revision Nova-T Stick From: Stefan Traby <stefan@xxxxxxxxxxxxxxxxx> Added support for Nova-T Stick with USB-id: 0x7060 Signed-off-by: Stefan Traby <stefan@xxxxxxxxxxxxxxxxx> diff -r 2aa8e64c3e3a -r d80ff5226a01 linux/drivers/media/dvb/dvb-usb/dib0700_devices.c --- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sun Nov 12 03:07:30 2006 -0200 +++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sun Nov 12 13:54:28 2006 +0100 @@ -278,6 +278,7 @@ struct usb_device_id dib0700_usb_id_tabl { 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 { 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", diff -r 2aa8e64c3e3a -r d80ff5226a01 linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sun Nov 12 03:07:30 2006 -0200 +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sun Nov 12 13:54:28 2006 +0100 @@ -101,6 +101,7 @@ #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
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb