Re: [linux-dvb] Additional USB-id for Nova-T Stick

2006-11-12 Thread Stefan Traby
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 [EMAIL

Re: [linux-dvb] Additional USB-id for Nova-T Stick

2006-11-12 Thread Michael Krufky
Stefan Traby wrote: Support for new-revision Nova-T Stick From: Stefan Traby [EMAIL PROTECTED] Added support for Nova-T Stick with USB-id: 0x7060 Signed-off-by: Stefan Traby [EMAIL PROTECTED] I've applied your patch to my repository, located at: http://linuxtv.org/hg/~mkrufky/v4l-dvb

Re: [linux-dvb] Additional USB-id for Nova-T Stick

2006-11-10 Thread Michael Krufky
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

[linux-dvb] Additional USB-id for Nova-T Stick

2006-11-09 Thread Stefan Traby
Hi! Bus 001 Device 018: ID 2040:7060 Hauppauge I did only -#define USB_PID_HAUPPAUGE_NOVA_T_STICK 0x7050 +#define USB_PID_HAUPPAUGE_NOVA_T_STICK 0x7060 and the card worked. (today, v4l-dvb-1743615a44e1) Thanks for the nice

Re: [linux-dvb] Additional USB-id for Nova-T Stick

2006-11-09 Thread Michael Krufky
Stefan Traby wrote: Hi! Bus 001 Device 018: ID 2040:7060 Hauppauge I did only -#define USB_PID_HAUPPAUGE_NOVA_T_STICK 0x7050 +#define USB_PID_HAUPPAUGE_NOVA_T_STICK 0x7060 and the card worked. (today,

Re: [linux-dvb] Additional USB-id for Nova-T Stick

2006-11-09 Thread Stefan Traby
On Thu, Nov 09, 2006 at 04:57:19PM -0500, Michael Krufky wrote: In order to add support for your device without removing support for the 7050 device, you should create a new #define got 7060... perhaps like this: #define USB_PID_HAUPPAUGE_NOVA_T_STICK_REV2 0x7060 ... or

Re: [linux-dvb] Additional USB-id for Nova-T Stick

2006-11-09 Thread Michael Krufky
Stefan Traby wrote: On Thu, Nov 09, 2006 at 04:57:19PM -0500, Michael Krufky wrote: In order to add support for your device without removing support for the 7050 device, you should create a new #define got 7060... perhaps like this: #define USB_PID_HAUPPAUGE_NOVA_T_STICK_REV2