Bug 19882

Summary: v4l-dvb Missing Latest model of HD-PVR Device
Product: v4l-dvb Reporter: Paul Coleman (paulc)
Component: dvb-usbAssignee: dvb-usb (v4l-dvb_dvb-usb)
Status: RESOLVED CODE_FIX    
Severity: low CC: alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: Subsystem:
Regression: No Bisected commit-id:

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) },