diff options
Diffstat (limited to 'drivers/media/video/cpia_usb.c')
-rw-r--r-- | drivers/media/video/cpia_usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cpia_usb.c b/drivers/media/video/cpia_usb.c index e893ea978..a3384995f 100644 --- a/drivers/media/video/cpia_usb.c +++ b/drivers/media/video/cpia_usb.c @@ -557,7 +557,7 @@ fail_alloc_0: static void cpia_disconnect(struct usb_device *dev, void *ptr); static struct usb_device_id cpia_id_table [] = { - { idVendor: 0x0553, idProduct: 0x0002 }, + { USB_DEVICE(0x0553, 0x0002) }, { } /* Terminating entry */ }; |