Bug #725

HDPVR Driver not recognizing new product ID

Added by BigBoyStan over 13 years ago. Updated over 13 years ago.

Status:Closed Start date:10/26/2010
Priority:High Due date:
Assignee:- % Done:

0%

Category:- Spent time: -
Target version:-

Description

The current driver for the HDPVR (hdpvr.ko) which is included with the v4l-dvb update does not recognize the latest product ID (4903) which is being shipped by Hauppauge.

The following files must be updated with ID4 and the driver compiled. Unfortunelty, the current package does not include these files.

./v4l-dvb/linux/drivers/media/video/hdpvr/hdpvr.h

Code:
/* Define these values to match your devices */
#define HD_PVR_VENDOR_ID 0x2040
#define HD_PVR_PRODUCT_ID 0x4900
#define HD_PVR_PRODUCT_ID1 0x4901
#define HD_PVR_PRODUCT_ID2 0x4902
#define HD_PVR_PRODUCT_ID3 0x4982
#define HD_PVR_PRODUCT_ID4 0x4903

./v4l-dvb/linux/drivers/media/video/hdpvr/hdpvr-core.c

Code:
/* table of devices that work with this driver */
static struct usb_device_id hdpvr_table[] = { { USB_DEVICE(HD_PVR_VENDOR_ID, HD_PVR_PRODUCT_ID) }, { USB_DEVICE(HD_PVR_VENDOR_ID, HD_PVR_PRODUCT_ID1) }, { USB_DEVICE(HD_PVR_VENDOR_ID, HD_PVR_PRODUCT_ID2) }, { USB_DEVICE(HD_PVR_VENDOR_ID, HD_PVR_PRODUCT_ID3) }, { USB_DEVICE(HD_PVR_VENDOR_ID, HD_PVR_PRODUCT_ID4) }, { } /* Terminating entry */
};

History

Updated by jams over 13 years ago

  • Status changed from New to Closed

duplicate of #723

Also available in: Atom PDF