diff options
author | Hans de Goede <j.w.r.degoede@hhs.nl> | 2008-04-23 13:09:12 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 12:14:32 +0200 |
commit | e2997a72ddfafc25bd0c8f1f52bcf41979d5a559 (patch) | |
tree | be39e1c2f946a5d3c2e82fe7a2d663f54fda11d4 /drivers/media/video/gspca/Makefile | |
parent | V4L/DVB (8152): Initial release of gspca with only one driver. (diff) | |
download | linux-e2997a72ddfafc25bd0c8f1f52bcf41979d5a559.tar.xz linux-e2997a72ddfafc25bd0c8f1f52bcf41979d5a559.zip |
V4L/DVB (8153): Subdriver pac207 added and minor changes.
pac207 added.
Check status on mutex lock.
Call back on frame dequeue.
Free the resources on last close only.
Avoid URB and ISOC errors on close.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/gspca/Makefile')
-rw-r--r-- | drivers/media/video/gspca/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/Makefile b/drivers/media/video/gspca/Makefile index 885d4454d8e5..81170c19ba47 100644 --- a/drivers/media/video/gspca/Makefile +++ b/drivers/media/video/gspca/Makefile @@ -1,4 +1,5 @@ -obj-$(CONFIG_GSPCA) += gspca_main.o gspca_stk014.o +obj-$(CONFIG_GSPCA) += gspca_main.o gspca_pac207.o gspca_stk014.o gspca_main-objs := gspca.o +gspca_pac207-objs := pac207.o gspca_stk014-objs := stk014.o |