You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
V4L/DVB: gspca - spca1528: New subdriver
Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
4462864d72
commit
5b0ff8c43a
@@ -142,6 +142,7 @@ finepix 04cb:013d Fujifilm FinePix unknown model
|
||||
finepix 04cb:013f Fujifilm FinePix F420
|
||||
sunplus 04f1:1001 JVC GC A50
|
||||
spca561 04fc:0561 Flexcam 100
|
||||
spca1528 04fc:1528 Sunplus MD80 clone
|
||||
sunplus 04fc:500c Sunplus CA500C
|
||||
sunplus 04fc:504a Aiptek Mini PenCam 1.3
|
||||
sunplus 04fc:504b Maxell MaxPocket LE 1.3
|
||||
|
||||
@@ -246,6 +246,15 @@ config USB_GSPCA_SPCA561
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gspca_spca561.
|
||||
|
||||
config USB_GSPCA_SPCA1528
|
||||
tristate "SPCA1528 USB Camera Driver"
|
||||
depends on VIDEO_V4L2 && USB_GSPCA
|
||||
help
|
||||
Say Y here if you want support for cameras based on the SPCA1528 chip.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gspca_spca1528.
|
||||
|
||||
config USB_GSPCA_SQ905
|
||||
tristate "SQ Technologies SQ905 based USB Camera Driver"
|
||||
depends on VIDEO_V4L2 && USB_GSPCA
|
||||
|
||||
@@ -23,6 +23,7 @@ obj-$(CONFIG_USB_GSPCA_SPCA505) += gspca_spca505.o
|
||||
obj-$(CONFIG_USB_GSPCA_SPCA506) += gspca_spca506.o
|
||||
obj-$(CONFIG_USB_GSPCA_SPCA508) += gspca_spca508.o
|
||||
obj-$(CONFIG_USB_GSPCA_SPCA561) += gspca_spca561.o
|
||||
obj-$(CONFIG_USB_GSPCA_SPCA1528) += gspca_spca1528.o
|
||||
obj-$(CONFIG_USB_GSPCA_SQ905) += gspca_sq905.o
|
||||
obj-$(CONFIG_USB_GSPCA_SQ905C) += gspca_sq905c.o
|
||||
obj-$(CONFIG_USB_GSPCA_SQ930X) += gspca_sq930x.o
|
||||
@@ -59,6 +60,7 @@ gspca_spca505-objs := spca505.o
|
||||
gspca_spca506-objs := spca506.o
|
||||
gspca_spca508-objs := spca508.o
|
||||
gspca_spca561-objs := spca561.o
|
||||
gspca_spca1528-objs := spca1528.o
|
||||
gspca_sq905-objs := sq905.o
|
||||
gspca_sq905c-objs := sq905c.o
|
||||
gspca_sq930x-objs := sq930x.o
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user