Stefan Traby wrote: > On Thu, Nov 09, 2006 at 08:23:17PM -0500, Michael Krufky wrote: > >> It is obvious to me that you didn't test your patch before sending it in. Without the >> change above, autodetection is guaranteed to fail. > > I did a quick test, > make && make install then I unplugged the stick, make rmmod > and then I reinserted the stick. Funny. > New patch attached. 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. -Mike > > ------------------------------------------------------------------------ > > diff -r f48b072c5676 linux/drivers/media/dvb/dvb-usb/dib0700_devices.c > --- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Thu Nov 09 00:06:26 2006 -0200 > +++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Fri Nov 10 19:52:58 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 f48b072c5676 linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h > --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Thu Nov 09 00:06:26 2006 -0200 > +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Fri Nov 10 01:22:44 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 _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb