diff options
author | Erik Andren <erik.andren@gmail.com> | 2008-10-01 03:51:53 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:13 -0400 |
commit | c109f8168f259ea1f1ab7009c6b99dbe8ea0e2b2 (patch) | |
tree | 6dac06f9756469284dcc8c6dccb88ecdd4b10f9c /drivers/media/video/gspca/Makefile | |
parent | a3a58467db3c90a1e289970ef319c7abb90be617 (diff) |
V4L/DVB (9091): gspca: Subdriver m5602 (ALi) added.
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.
Signed-off-by: Erik Andren <erik.andren@gmail.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
[mchehab@redhat.com: fix m5602/Makefile]
[mchehab@redhat.com: extern debug caused conflicts. Renamed to m5602_debug]
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/Makefile')
-rw-r--r-- | drivers/media/video/gspca/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Makefile b/drivers/media/video/gspca/Makefile index 78bad045913f..488ed97c58a3 100644 --- a/drivers/media/video/gspca/Makefile +++ b/drivers/media/video/gspca/Makefile | |||
@@ -28,3 +28,6 @@ gspca_t613-objs := t613.o | |||
28 | gspca_tv8532-objs := tv8532.o | 28 | gspca_tv8532-objs := tv8532.o |
29 | gspca_vc032x-objs := vc032x.o | 29 | gspca_vc032x-objs := vc032x.o |
30 | gspca_zc3xx-objs := zc3xx.o | 30 | gspca_zc3xx-objs := zc3xx.o |
31 | |||
32 | obj-$(CONFIG_USB_M5602) += m5602/ | ||
33 | |||