Re: Additional USB-id for Nova-T Stick

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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, v4l-dvb-1743615a44e1)
> 
> Thanks for the nice driver.
> 

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 maybe replace the "REV2" with the hauppauge model # found on the device.

Once you've done that, add the VID and PID to the usb table of the driver,
and then add the reference to that table entry to the dvb_usb_device_properties
struct for the Nova-T stick.

When you're all done with that, and after successful testing, please
generate a diff like this:

hg diff > nova-t-new-revision.patch

Email that patch here to the list, and be sure to include a brief description
and sign-off, in the form:

Signed-off-by: Your Name <email@xxxxxxxx>

If you have trouble doing this, please let me know, and I'll be happy to 
generate the appropriate patch for you.

Good Luck,

Michael Krufky


_______________________________________________
linux-dvb mailing list
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux