Commit dd6e9467 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

V4L/DVB (7496): pvrusb2: add new usb pid for 75xxx models

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 6fdf5e67
...@@ -200,6 +200,8 @@ struct usb_device_id pvr2_device_table[] = { ...@@ -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},
{ } { }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment