diff options
Diffstat (limited to 'drivers/media/video/gspca/spca505.c')
-rw-r--r-- | drivers/media/video/gspca/spca505.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/spca505.c b/drivers/media/video/gspca/spca505.c index 32ffe5556061..3c2be80cbd65 100644 --- a/drivers/media/video/gspca/spca505.c +++ b/drivers/media/video/gspca/spca505.c | |||
@@ -835,8 +835,8 @@ static const struct sd_desc sd_desc = { | |||
835 | 835 | ||
836 | /* -- module initialisation -- */ | 836 | /* -- module initialisation -- */ |
837 | static const __devinitdata struct usb_device_id device_table[] = { | 837 | static const __devinitdata struct usb_device_id device_table[] = { |
838 | {USB_DEVICE(0x041e, 0x401d), Nxultra}, | 838 | {USB_DEVICE(0x041e, 0x401d), .driver_info = Nxultra}, |
839 | {USB_DEVICE(0x0733, 0x0430), IntelPCCameraPro}, | 839 | {USB_DEVICE(0x0733, 0x0430), .driver_info = IntelPCCameraPro}, |
840 | /*fixme: may be UsbGrabberPV321 BRIDGE_SPCA506 SENSOR_SAA7113 */ | 840 | /*fixme: may be UsbGrabberPV321 BRIDGE_SPCA506 SENSOR_SAA7113 */ |
841 | {} | 841 | {} |
842 | }; | 842 | }; |