162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA) += gspca_main.o 362306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_BENQ) += gspca_benq.o 462306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_CONEX) += gspca_conex.o 562306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_CPIA1) += gspca_cpia1.o 662306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_DTCS033) += gspca_dtcs033.o 762306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_ETOMS) += gspca_etoms.o 862306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_FINEPIX) += gspca_finepix.o 962306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_JEILINJ) += gspca_jeilinj.o 1062306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_JL2005BCD) += gspca_jl2005bcd.o 1162306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_KINECT) += gspca_kinect.o 1262306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_KONICA) += gspca_konica.o 1362306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_MARS) += gspca_mars.o 1462306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_MR97310A) += gspca_mr97310a.o 1562306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_NW80X) += gspca_nw80x.o 1662306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_OV519) += gspca_ov519.o 1762306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_OV534) += gspca_ov534.o 1862306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_OV534_9) += gspca_ov534_9.o 1962306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_PAC207) += gspca_pac207.o 2062306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_PAC7302) += gspca_pac7302.o 2162306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_PAC7311) += gspca_pac7311.o 2262306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SE401) += gspca_se401.o 2362306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SN9C2028) += gspca_sn9c2028.o 2462306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SN9C20X) += gspca_sn9c20x.o 2562306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SONIXB) += gspca_sonixb.o 2662306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SONIXJ) += gspca_sonixj.o 2762306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA500) += gspca_spca500.o 2862306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA501) += gspca_spca501.o 2962306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA505) += gspca_spca505.o 3062306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA506) += gspca_spca506.o 3162306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA508) += gspca_spca508.o 3262306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA561) += gspca_spca561.o 3362306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SPCA1528) += gspca_spca1528.o 3462306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SQ905) += gspca_sq905.o 3562306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SQ905C) += gspca_sq905c.o 3662306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SQ930X) += gspca_sq930x.o 3762306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o 3862306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_STK014) += gspca_stk014.o 3962306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_STK1135) += gspca_stk1135.o 4062306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_STV0680) += gspca_stv0680.o 4162306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o 4262306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_TOPRO) += gspca_topro.o 4362306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_TOUPTEK) += gspca_touptek.o 4462306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o 4562306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o 4662306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_VICAM) += gspca_vicam.o 4762306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_XIRLINK_CIT) += gspca_xirlink_cit.o 4862306a36Sopenharmony_ciobj-$(CONFIG_USB_GSPCA_ZC3XX) += gspca_zc3xx.o 4962306a36Sopenharmony_ci 5062306a36Sopenharmony_cigspca_main-objs := gspca.o autogain_functions.o 5162306a36Sopenharmony_cigspca_benq-objs := benq.o 5262306a36Sopenharmony_cigspca_conex-objs := conex.o 5362306a36Sopenharmony_cigspca_cpia1-objs := cpia1.o 5462306a36Sopenharmony_cigspca_dtcs033-objs := dtcs033.o 5562306a36Sopenharmony_cigspca_etoms-objs := etoms.o 5662306a36Sopenharmony_cigspca_finepix-objs := finepix.o 5762306a36Sopenharmony_cigspca_jeilinj-objs := jeilinj.o 5862306a36Sopenharmony_cigspca_jl2005bcd-objs := jl2005bcd.o 5962306a36Sopenharmony_cigspca_kinect-objs := kinect.o 6062306a36Sopenharmony_cigspca_konica-objs := konica.o 6162306a36Sopenharmony_cigspca_mars-objs := mars.o 6262306a36Sopenharmony_cigspca_mr97310a-objs := mr97310a.o 6362306a36Sopenharmony_cigspca_nw80x-objs := nw80x.o 6462306a36Sopenharmony_cigspca_ov519-objs := ov519.o 6562306a36Sopenharmony_cigspca_ov534-objs := ov534.o 6662306a36Sopenharmony_cigspca_ov534_9-objs := ov534_9.o 6762306a36Sopenharmony_cigspca_pac207-objs := pac207.o 6862306a36Sopenharmony_cigspca_pac7302-objs := pac7302.o 6962306a36Sopenharmony_cigspca_pac7311-objs := pac7311.o 7062306a36Sopenharmony_cigspca_se401-objs := se401.o 7162306a36Sopenharmony_cigspca_sn9c2028-objs := sn9c2028.o 7262306a36Sopenharmony_cigspca_sn9c20x-objs := sn9c20x.o 7362306a36Sopenharmony_cigspca_sonixb-objs := sonixb.o 7462306a36Sopenharmony_cigspca_sonixj-objs := sonixj.o 7562306a36Sopenharmony_cigspca_spca500-objs := spca500.o 7662306a36Sopenharmony_cigspca_spca501-objs := spca501.o 7762306a36Sopenharmony_cigspca_spca505-objs := spca505.o 7862306a36Sopenharmony_cigspca_spca506-objs := spca506.o 7962306a36Sopenharmony_cigspca_spca508-objs := spca508.o 8062306a36Sopenharmony_cigspca_spca561-objs := spca561.o 8162306a36Sopenharmony_cigspca_spca1528-objs := spca1528.o 8262306a36Sopenharmony_cigspca_sq905-objs := sq905.o 8362306a36Sopenharmony_cigspca_sq905c-objs := sq905c.o 8462306a36Sopenharmony_cigspca_sq930x-objs := sq930x.o 8562306a36Sopenharmony_cigspca_stk014-objs := stk014.o 8662306a36Sopenharmony_cigspca_stk1135-objs := stk1135.o 8762306a36Sopenharmony_cigspca_stv0680-objs := stv0680.o 8862306a36Sopenharmony_cigspca_sunplus-objs := sunplus.o 8962306a36Sopenharmony_cigspca_t613-objs := t613.o 9062306a36Sopenharmony_cigspca_topro-objs := topro.o 9162306a36Sopenharmony_cigspca_touptek-objs := touptek.o 9262306a36Sopenharmony_cigspca_tv8532-objs := tv8532.o 9362306a36Sopenharmony_cigspca_vc032x-objs := vc032x.o 9462306a36Sopenharmony_cigspca_vicam-objs := vicam.o 9562306a36Sopenharmony_cigspca_xirlink_cit-objs := xirlink_cit.o 9662306a36Sopenharmony_cigspca_zc3xx-objs := zc3xx.o 9762306a36Sopenharmony_ci 9862306a36Sopenharmony_ciobj-$(CONFIG_USB_M5602) += m5602/ 9962306a36Sopenharmony_ciobj-$(CONFIG_USB_STV06XX) += stv06xx/ 10062306a36Sopenharmony_ciobj-$(CONFIG_USB_GL860) += gl860/ 101