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:
Michael Krufky 2008-03-08 06:07:38 -03:00 committed by Mauro Carvalho Chehab
parent 6fdf5e67fe
commit dd6e9467e0
1 changed files with 2 additions and 0 deletions

View File

@ -200,6 +200,8 @@ struct usb_device_id pvr2_device_table[] = {
#endif
{ USB_DEVICE(0x2040, 0x7500),
.driver_info = (kernel_ulong_t)&pvr2_device_75xxx},
{ USB_DEVICE(0x2040, 0x7501),
.driver_info = (kernel_ulong_t)&pvr2_device_75xxx},
{ }
};