[linux-dvb] Additional USB-id for Nova-T Stick
Michael Krufky
mkrufky at linuxtv.org
Thu Nov 9 22:57:19 CET 2006
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 at addre.ss>
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
More information about the linux-dvb
mailing list