diff options
| author | Michael Krufky <mkrufky@linuxtv.org> | 2008-03-08 04:07:38 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-06 17:27:58 -0400 |
| commit | dd6e9467e0a7ddf02788f30adfe1cf2851c25fb8 (patch) | |
| tree | fa85f2b37ad208ff4ff6f844369d50576cc2567b /drivers/media | |
| parent | 6fdf5e67fe8d3c83500dad9acae985132c2459a3 (diff) | |
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>
Diffstat (limited to 'drivers/media')
| -rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.c | 2 |
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 | ||
