aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-devattr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.c b/drivers/media/video/pvrusb2/pvrusb2-devattr.c
index 4df6d6d936fc..2b7b1fa0094c 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-devattr.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.c
@@ -200,6 +200,8 @@ struct usb_device_id pvr2_device_table[] = {
200#endif 200#endif
201 { USB_DEVICE(0x2040, 0x7500), 201 { USB_DEVICE(0x2040, 0x7500),
202 .driver_info = (kernel_ulong_t)&pvr2_device_75xxx}, 202 .driver_info = (kernel_ulong_t)&pvr2_device_75xxx},
203 { USB_DEVICE(0x2040, 0x7501),
204 .driver_info = (kernel_ulong_t)&pvr2_device_75xxx},
203 { } 205 { }
204}; 206};
205 207