diff options
Diffstat (limited to 'drivers/media/video/gspca/spca506.c')
-rw-r--r-- | drivers/media/video/gspca/spca506.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/video/gspca/spca506.c b/drivers/media/video/gspca/spca506.c index 36dc13c11cbb..2c281a0563e5 100644 --- a/drivers/media/video/gspca/spca506.c +++ b/drivers/media/video/gspca/spca506.c | |||
@@ -800,12 +800,12 @@ static struct sd_desc sd_desc = { | |||
800 | }; | 800 | }; |
801 | 801 | ||
802 | /* -- module initialisation -- */ | 802 | /* -- module initialisation -- */ |
803 | #define DVNM(name) .driver_info = (kernel_ulong_t) name | ||
804 | static __devinitdata struct usb_device_id device_table[] = { | 803 | static __devinitdata struct usb_device_id device_table[] = { |
805 | {USB_DEVICE(0x06e1, 0xa190), DVNM("ADS Instant VCD")}, | 804 | {USB_DEVICE(0x06e1, 0xa190)}, |
806 | /* {USB_DEVICE(0x0733, 0x0430), DVNM("UsbGrabber PV321c")}, */ | 805 | /*fixme: may be IntelPCCameraPro BRIDGE_SPCA505 |
807 | {USB_DEVICE(0x0734, 0x043b), DVNM("3DeMon USB Capture aka")}, | 806 | {USB_DEVICE(0x0733, 0x0430)}, */ |
808 | {USB_DEVICE(0x99fa, 0x8988), DVNM("Grandtec V.cap")}, | 807 | {USB_DEVICE(0x0734, 0x043b)}, |
808 | {USB_DEVICE(0x99fa, 0x8988)}, | ||
809 | {} | 809 | {} |
810 | }; | 810 | }; |
811 | MODULE_DEVICE_TABLE(usb, device_table); | 811 | MODULE_DEVICE_TABLE(usb, device_table); |