From da3df4c5ba560664e1ca1ef8c66b55ba67bf4f0f Mon Sep 17 00:00:00 2001 From: Jean-Francois Moine Date: Wed, 1 Oct 2008 09:51:53 +0200 Subject: gspca: Subdriver m5602 (ALi) added. From: Erik Andren This patch adds support for the ALi m5602 usb bridge and is based on the gspca framework. It contains code for communicating with 5 different sensors: OmniVision OV9650, Pixel Plus PO1030, Samsung S5K83A, S5K4AA and finally Micron MT9M111. Priority: high Signed-off-by: Erik Andren Signed-off-by: Jean-Francois Moine --- linux/drivers/media/video/gspca/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux/drivers/media/video/gspca/Makefile') diff --git a/linux/drivers/media/video/gspca/Makefile b/linux/drivers/media/video/gspca/Makefile index 78bad0459..488ed97c5 100644 --- a/linux/drivers/media/video/gspca/Makefile +++ b/linux/drivers/media/video/gspca/Makefile @@ -28,3 +28,6 @@ gspca_t613-objs := t613.o gspca_tv8532-objs := tv8532.o gspca_vc032x-objs := vc032x.o gspca_zc3xx-objs := zc3xx.o + +obj-$(CONFIG_USB_M5602) += m5602/ + -- cgit v1.2.3