-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V4L/DVB (10366): gspca - mr97310a: New subdriver.
This patch adds support for USB webcams based on the MR97310A chip. It was tested with an Aiptek PenCam VGA+ webcam. Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
- Loading branch information
Kyle Guinn
authored and
Mauro Carvalho Chehab
committed
Mar 30, 2009
1 parent
553d0d8
commit d661e62
Showing
5 changed files
with
439 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,52 @@ | ||
obj-$(CONFIG_USB_GSPCA) += gspca_main.o | ||
obj-$(CONFIG_USB_GSPCA_CONEX) += gspca_conex.o | ||
obj-$(CONFIG_USB_GSPCA_ETOMS) += gspca_etoms.o | ||
obj-$(CONFIG_USB_GSPCA_FINEPIX) += gspca_finepix.o | ||
obj-$(CONFIG_USB_GSPCA_MARS) += gspca_mars.o | ||
obj-$(CONFIG_USB_GSPCA_OV519) += gspca_ov519.o | ||
obj-$(CONFIG_USB_GSPCA_OV534) += gspca_ov534.o | ||
obj-$(CONFIG_USB_GSPCA_PAC207) += gspca_pac207.o | ||
obj-$(CONFIG_USB_GSPCA_PAC7311) += gspca_pac7311.o | ||
obj-$(CONFIG_USB_GSPCA_SONIXB) += gspca_sonixb.o | ||
obj-$(CONFIG_USB_GSPCA_SONIXJ) += gspca_sonixj.o | ||
obj-$(CONFIG_USB_GSPCA_SPCA500) += gspca_spca500.o | ||
obj-$(CONFIG_USB_GSPCA_SPCA501) += gspca_spca501.o | ||
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_SUNPLUS) += gspca_sunplus.o | ||
obj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o | ||
obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o | ||
obj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o | ||
obj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o | ||
obj-$(CONFIG_USB_GSPCA_ZC3XX) += gspca_zc3xx.o | ||
obj-$(CONFIG_USB_GSPCA) += gspca_main.o | ||
obj-$(CONFIG_USB_GSPCA_CONEX) += gspca_conex.o | ||
obj-$(CONFIG_USB_GSPCA_ETOMS) += gspca_etoms.o | ||
obj-$(CONFIG_USB_GSPCA_FINEPIX) += gspca_finepix.o | ||
obj-$(CONFIG_USB_GSPCA_MARS) += gspca_mars.o | ||
obj-$(CONFIG_USB_GSPCA_MR97310A) += gspca_mr97310a.o | ||
obj-$(CONFIG_USB_GSPCA_OV519) += gspca_ov519.o | ||
obj-$(CONFIG_USB_GSPCA_OV534) += gspca_ov534.o | ||
obj-$(CONFIG_USB_GSPCA_PAC207) += gspca_pac207.o | ||
obj-$(CONFIG_USB_GSPCA_PAC7311) += gspca_pac7311.o | ||
obj-$(CONFIG_USB_GSPCA_SONIXB) += gspca_sonixb.o | ||
obj-$(CONFIG_USB_GSPCA_SONIXJ) += gspca_sonixj.o | ||
obj-$(CONFIG_USB_GSPCA_SPCA500) += gspca_spca500.o | ||
obj-$(CONFIG_USB_GSPCA_SPCA501) += gspca_spca501.o | ||
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_SUNPLUS) += gspca_sunplus.o | ||
obj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o | ||
obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o | ||
obj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o | ||
obj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o | ||
obj-$(CONFIG_USB_GSPCA_ZC3XX) += gspca_zc3xx.o | ||
|
||
gspca_main-objs := gspca.o | ||
gspca_conex-objs := conex.o | ||
gspca_etoms-objs := etoms.o | ||
gspca_finepix-objs := finepix.o | ||
gspca_mars-objs := mars.o | ||
gspca_ov519-objs := ov519.o | ||
gspca_ov534-objs := ov534.o | ||
gspca_pac207-objs := pac207.o | ||
gspca_pac7311-objs := pac7311.o | ||
gspca_sonixb-objs := sonixb.o | ||
gspca_sonixj-objs := sonixj.o | ||
gspca_spca500-objs := spca500.o | ||
gspca_spca501-objs := spca501.o | ||
gspca_spca505-objs := spca505.o | ||
gspca_spca506-objs := spca506.o | ||
gspca_spca508-objs := spca508.o | ||
gspca_spca561-objs := spca561.o | ||
gspca_stk014-objs := stk014.o | ||
gspca_sunplus-objs := sunplus.o | ||
gspca_t613-objs := t613.o | ||
gspca_tv8532-objs := tv8532.o | ||
gspca_vc032x-objs := vc032x.o | ||
gspca_zc3xx-objs := zc3xx.o | ||
gspca_main-objs := gspca.o | ||
gspca_conex-objs := conex.o | ||
gspca_etoms-objs := etoms.o | ||
gspca_finepix-objs := finepix.o | ||
gspca_mars-objs := mars.o | ||
gspca_mr97310a-objs := mr97310a.o | ||
gspca_ov519-objs := ov519.o | ||
gspca_ov534-objs := ov534.o | ||
gspca_pac207-objs := pac207.o | ||
gspca_pac7311-objs := pac7311.o | ||
gspca_sonixb-objs := sonixb.o | ||
gspca_sonixj-objs := sonixj.o | ||
gspca_spca500-objs := spca500.o | ||
gspca_spca501-objs := spca501.o | ||
gspca_spca505-objs := spca505.o | ||
gspca_spca506-objs := spca506.o | ||
gspca_spca508-objs := spca508.o | ||
gspca_spca561-objs := spca561.o | ||
gspca_stk014-objs := stk014.o | ||
gspca_sunplus-objs := sunplus.o | ||
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/ | ||
obj-$(CONFIG_USB_STV06XX) += stv06xx/ | ||
obj-$(CONFIG_USB_M5602) += m5602/ | ||
obj-$(CONFIG_USB_STV06XX) += stv06xx/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.