Bug 19882 - v4l-dvb Missing Latest model of HD-PVR Device
Summary: v4l-dvb Missing Latest model of HD-PVR Device
Status: RESOLVED CODE_FIX
Alias: None
Product: v4l-dvb
Classification: Unclassified
Component: dvb-usb (show other bugs)
Hardware: All Linux
: P1 low
Assignee: dvb-usb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-07 21:21 UTC by Paul Coleman
Modified: 2012-08-13 16:54 UTC (History)
1 user (show)

See Also:
Kernel Version:
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Paul Coleman 2010-10-07 21:21:32 UTC
lsusb:
Bus 001 Device 002: ID 2040:4903 Hauppauge

new Hardware ID 0x4903 is not in the driver.
modifying hdpvr.h and hdpvr-core.c to add a new PRODUCT_ID for the 0x4903 and recompile appears to correct the problem.

hdpvr.h line 34 added:
#define HD_PVR_PRODUCT_ID4      0x4903

hdpvr-core.c line 63 added:
        { USB_DEVICE(HD_PVR_VENDOR_ID, HD_PVR_PRODUCT_ID4) },

Note You need to log in before you can comment on or make changes to this bug.