The patch number 8892 was added via Mike Isely <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ From: Mike Isely <[EMAIL PROTECTED]> pvrusb2: Handle USB ID 2040:2950 same as 2040:2900 The device 2040:2950 is a really old variant of the PVR USB2 hardware. I have just learned of its existence. For the purposes of the pvrusb2 driver, it is functionally identical to the well known 29xxx series (2040:2900). Amazing that this went undetected for 3+ years. Priority: high Signed-off-by: Mike Isely <[EMAIL PROTECTED]> --- linux/drivers/media/video/pvrusb2/pvrusb2-devattr.c | 2 ++ 1 file changed, 2 insertions(+) diff -r 6032ecd6ad7e -r abbc739a847f linux/drivers/media/video/pvrusb2/pvrusb2-devattr.c --- a/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.c Sat Aug 30 11:07:04 2008 -0300 +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.c Sat Aug 30 13:08:28 2008 -0500 @@ -488,6 +488,8 @@ static const struct pvr2_device_desc pvr struct usb_device_id pvr2_device_table[] = { { USB_DEVICE(0x2040, 0x2900), + .driver_info = (kernel_ulong_t)&pvr2_device_29xxx}, + { USB_DEVICE(0x2040, 0x2950), /* Logically identical to 2900 */ .driver_info = (kernel_ulong_t)&pvr2_device_29xxx}, { USB_DEVICE(0x2040, 0x2400), .driver_info = (kernel_ulong_t)&pvr2_device_24xxx}, --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/abbc739a847f89e7cb43dfd6115e187e86e16bd2 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits