V4L/DVB (7496): pvrusb2: add new usb pid for 75xxx models
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
6fdf5e67fe
commit
dd6e9467e0
|
@ -200,6 +200,8 @@ struct usb_device_id pvr2_device_table[] = {
|
||||||
#endif
|
#endif
|
||||||
{ USB_DEVICE(0x2040, 0x7500),
|
{ USB_DEVICE(0x2040, 0x7500),
|
||||||
.driver_info = (kernel_ulong_t)&pvr2_device_75xxx},
|
.driver_info = (kernel_ulong_t)&pvr2_device_75xxx},
|
||||||
|
{ USB_DEVICE(0x2040, 0x7501),
|
||||||
|
.driver_info = (kernel_ulong_t)&pvr2_device_75xxx},
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue