2 # Copyright (C) 2009 David Cooper <dave@kupesoft.com>
3 # Copyright (C) 2006-2010 OpenWrt.org
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
9 VIDEO_MENU
:=Video Support
11 define KernelPackage
/video-core
12 SUBMENU
:=$(VIDEO_MENU
)
13 TITLE
=Video4Linux support
14 DEPENDS
:=@PCI_SUPPORT||USB_SUPPORT
+!TARGET_etrax
:kmod-i2c-core
16 CONFIG_MEDIA_SUPPORT
=m \
19 CONFIG_VIDEO_ALLOW_V4L1
=y \
20 CONFIG_VIDEO_CAPTURE_DRIVERS
=y \
21 CONFIG_V4L_USB_DRIVERS
=y
22 ifeq ($(strip $(call CompareKernelPatchVer
,$(KERNEL_PATCHVER
),ge
,2.6.38)),1)
24 $(LINUX_DIR
)/drivers
/media
/video
/v4l2-common.ko \
25 $(LINUX_DIR
)/drivers
/media
/video
/videodev.ko
26 AUTOLOAD
:=$(call AutoLoad
,60, videodev v4l2-common
)
29 $(LINUX_DIR
)/drivers
/media
/video
/v4l2-common.ko \
30 $(LINUX_DIR
)/drivers
/media
/video
/v4l1-compat.ko \
31 $(LINUX_DIR
)/drivers
/media
/video
/videodev.ko
32 AUTOLOAD
:=$(call AutoLoad
,60, v4l1-compat videodev v4l2-common
)
36 define KernelPackage
/video-core
/description
37 Kernel modules for Video4Linux support
40 $(eval
$(call KernelPackage
,video-core
))
43 define AddDepends
/video
44 SUBMENU
:=$(VIDEO_MENU
)
45 DEPENDS
+=kmod-video-core
$(1)
49 define KernelPackage
/video-cpia2
50 TITLE
:=CPIA2 video driver
51 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
52 KCONFIG
:=CONFIG_VIDEO_CPIA2
53 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/cpia2
/cpia2.ko
54 AUTOLOAD
:=$(call AutoLoad
,70,cpia2
)
55 $(call AddDepends
/video
)
58 define KernelPackage
/video-cpia2
/description
59 Kernel modules for supporting CPIA2 USB based cameras.
62 $(eval
$(call KernelPackage
,video-cpia2
))
65 define KernelPackage
/video-konica
66 TITLE
:=Konica USB webcam support
67 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
68 KCONFIG
:=CONFIG_USB_KONICAWC
69 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/usbvideo
/konicawc.ko
70 AUTOLOAD
:=$(call AutoLoad
,70,konicawc
)
71 $(call AddDepends
/video
)
74 define KernelPackage
/video-konica
/description
75 Kernel support for webcams based on a Konica chipset. This is known to
76 work with the Intel YC76 webcam.
79 $(eval
$(call KernelPackage
,video-konica
))
82 define KernelPackage
/video-ov511
83 TITLE
:=OV511 USB webcam support
84 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
85 KCONFIG
:=CONFIG_USB_OV511
86 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/ov511.ko
87 AUTOLOAD
:=$(call AutoLoad
,70,ov511
)
88 $(call AddDepends
/video
)
92 define KernelPackage
/video-ov511
/description
93 Kernel modules for supporting OmniVision OV511 USB webcams.
96 $(eval
$(call KernelPackage
,video-ov511
))
99 define KernelPackage
/video-ovcamchip
100 TITLE
:=OV6xxx
/OV7xxx Camera Chip support
101 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
102 KCONFIG
:=CONFIG_VIDEO_OVCAMCHIP
103 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/ovcamchip
/ovcamchip.ko
104 AUTOLOAD
:=$(call AutoLoad
,70,ovcamchip
)
105 $(call AddDepends
/video
)
109 define KernelPackage
/video-ovcamchip
/description
110 Kernel modules for supporting OmniVision OV6xxx and OV7xxx series of
114 $(eval
$(call KernelPackage
,video-ovcamchip
))
117 define KernelPackage
/video-sn9c102
118 TITLE
:=SN9C102 Camera Chip support
119 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
120 KCONFIG
:=CONFIG_USB_SN9C102
121 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/sn9c102
/sn9c102.ko
122 AUTOLOAD
:=$(call AutoLoad
,70,gspca_sn9c20x
)
123 $(call AddDepends
/video
)
127 define KernelPackage
/video-sn9c102
/description
128 Kernel modules for supporting SN9C102
132 $(eval
$(call KernelPackage
,video-sn9c102
))
135 define KernelPackage
/video-pwc
136 TITLE
:=Philips USB webcam support
137 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
140 CONFIG_USB_PWC_DEBUG
=n
141 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/pwc
/pwc.ko
142 AUTOLOAD
:=$(call AutoLoad
,70,pwc
)
143 $(call AddDepends
/video
)
147 define KernelPackage
/video-pwc
/description
148 Kernel modules for supporting Philips USB based cameras.
151 $(eval
$(call KernelPackage
,video-pwc
))
153 define KernelPackage
/video-uvc
154 TITLE
:=USB Video Class
(UVC
) support
155 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
156 KCONFIG
:= CONFIG_USB_VIDEO_CLASS
157 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/uvc
/uvcvideo.ko
158 AUTOLOAD
:=$(call AutoLoad
,90,uvcvideo
)
159 $(call AddDepends
/video
)
160 $(call AddDepends
/input
)
164 define KernelPackage
/video-uvc
/description
165 Kernel modules for supporting USB Video Class
(UVC
) devices.
168 $(eval
$(call KernelPackage
,video-uvc
))
171 define KernelPackage
/video-gspca-core
173 TITLE
:=GSPCA webcam core support framework
174 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
175 KCONFIG
:=CONFIG_USB_GSPCA
176 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_main.ko
177 AUTOLOAD
:=$(call AutoLoad
,70,gspca_main
)
178 $(call AddDepends
/video
)
181 define KernelPackage
/video-gspca-core
/description
182 Kernel modules for supporting GSPCA based webcam devices. Note this is just
183 the core of the driver
, please select a submodule that supports your webcam.
186 $(eval
$(call KernelPackage
,video-gspca-core
))
189 define AddDepends
/video-gspca
190 SUBMENU
:=$(VIDEO_MENU
)
191 DEPENDS
+=kmod-video-gspca-core
$(1)
195 define KernelPackage
/video-gspca-conex
196 TITLE
:=conex webcam support
197 KCONFIG
:=CONFIG_USB_GSPCA_CONEX
198 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_conex.ko
199 AUTOLOAD
:=$(call AutoLoad
,75,gspca_conex
)
200 $(call AddDepends
/video-gspca
)
203 define KernelPackage
/video-gspca-conex
/description
204 The Conexant Camera Driver
(conex
) kernel module.
207 $(eval
$(call KernelPackage
,video-gspca-conex
))
210 define KernelPackage
/video-gspca-etoms
211 TITLE
:=etoms webcam support
212 KCONFIG
:=CONFIG_USB_GSPCA_ETOMS
213 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_etoms.ko
214 AUTOLOAD
:=$(call AutoLoad
,75,gspca_etoms
)
215 $(call AddDepends
/video-gspca
)
218 define KernelPackage
/video-gspca-etoms
/description
219 The Etoms USB Camera Driver
(etoms
) kernel module.
222 $(eval
$(call KernelPackage
,video-gspca-etoms
))
225 define KernelPackage
/video-gspca-finepix
226 TITLE
:=finepix webcam support
227 KCONFIG
:=CONFIG_USB_GSPCA_FINEPIX
228 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_finepix.ko
229 AUTOLOAD
:=$(call AutoLoad
,75,gspca_finepix
)
230 $(call AddDepends
/video-gspca
)
233 define KernelPackage
/video-gspca-finepix
/description
234 The Fujifilm FinePix USB V4L2 driver
(finepix
) kernel module.
237 $(eval
$(call KernelPackage
,video-gspca-finepix
))
240 define KernelPackage
/video-gspca-mars
241 TITLE
:=mars webcam support
242 KCONFIG
:=CONFIG_USB_GSPCA_MARS
243 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_mars.ko
244 AUTOLOAD
:=$(call AutoLoad
,75,gspca_mars
)
245 $(call AddDepends
/video-gspca
)
248 define KernelPackage
/video-gspca-mars
/description
249 The Mars USB Camera Driver
(mars
) kernel module.
252 $(eval
$(call KernelPackage
,video-gspca-mars
))
255 define KernelPackage
/video-gspca-mr97310a
256 TITLE
:=mr97310a webcam support
257 KCONFIG
:=CONFIG_USB_GSPCA_MR97310A
258 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_mr97310a.ko
259 AUTOLOAD
:=$(call AutoLoad
,75,gspca_mr97310a
)
260 $(call AddDepends
/video-gspca
)
263 define KernelPackage
/video-gspca-mr97310a
/description
264 The Mars-Semi MR97310A USB Camera Driver
(mr97310a
) kernel module.
267 $(eval
$(call KernelPackage
,video-gspca-mr97310a
))
270 define KernelPackage
/video-gspca-ov519
271 TITLE
:=ov519 webcam support
272 KCONFIG
:=CONFIG_USB_GSPCA_OV519
273 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_ov519.ko
274 AUTOLOAD
:=$(call AutoLoad
,75,gspca_ov519
)
275 $(call AddDepends
/video-gspca
)
278 define KernelPackage
/video-gspca-ov519
/description
279 The OV519 USB Camera Driver
(ov519
) kernel module.
282 $(eval
$(call KernelPackage
,video-gspca-ov519
))
285 define KernelPackage
/video-gspca-ov534
286 TITLE
:=ov534 webcam support
287 KCONFIG
:=CONFIG_USB_GSPCA_OV534
288 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_ov534.ko
289 AUTOLOAD
:=$(call AutoLoad
,75,gspca_ov534
)
290 $(call AddDepends
/video-gspca
)
293 define KernelPackage
/video-gspca-ov534
/description
294 The OV534 USB Camera Driver
(ov534
) kernel module.
297 $(eval
$(call KernelPackage
,video-gspca-ov534
))
300 define KernelPackage
/video-gspca-pac207
301 TITLE
:=pac207 webcam support
302 KCONFIG
:=CONFIG_USB_GSPCA_PAC207
303 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_pac207.ko
304 AUTOLOAD
:=$(call AutoLoad
,75,gspca_pac207
)
305 $(call AddDepends
/video-gspca
)
308 define KernelPackage
/video-gspca-pac207
/description
309 The Pixart PAC207 USB Camera Driver
(pac207
) kernel module.
312 $(eval
$(call KernelPackage
,video-gspca-pac207
))
315 define KernelPackage
/video-gspca-pac7311
316 TITLE
:=pac7311 webcam support
317 KCONFIG
:=CONFIG_USB_GSPCA_PAC7311
318 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_pac7311.ko
319 AUTOLOAD
:=$(call AutoLoad
,75,gspca_pac7311
)
320 $(call AddDepends
/video-gspca
)
323 define KernelPackage
/video-gspca-pac7311
/description
324 The Pixart PAC7311 USB Camera Driver
(pac7311
) kernel module.
327 $(eval
$(call KernelPackage
,video-gspca-pac7311
))
330 define KernelPackage
/video-gspca-sn9c20x
331 TITLE
:=sn9c20x webcam support
332 KCONFIG
:=CONFIG_USB_GSPCA_SN9C20X
333 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sn9c20x.ko
334 AUTOLOAD
:=$(call AutoLoad
,75,sn9c20x
)
335 $(call AddDepends
/video-gspca
)
338 define KernelPackage
/video-gspca-sn9c20x
/description
339 The SN9C20X USB Camera Driver
(sn9c20x
) kernel module.
342 $(eval
$(call KernelPackage
,video-gspca-sn9c20x
))
345 define KernelPackage
/video-gspca-sonixb
346 TITLE
:=sonixb webcam support
347 KCONFIG
:=CONFIG_USB_GSPCA_SONIXB
348 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sonixb.ko
349 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sonixb
)
350 $(call AddDepends
/video-gspca
)
353 define KernelPackage
/video-gspca-sonixb
/description
354 The SONIX Bayer USB Camera Driver
(sonixb
) kernel module.
357 $(eval
$(call KernelPackage
,video-gspca-sonixb
))
360 define KernelPackage
/video-gspca-sonixj
361 TITLE
:=sonixj webcam support
362 KCONFIG
:=CONFIG_USB_GSPCA_SONIXJ
363 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sonixj.ko
364 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sonixj
)
365 $(call AddDepends
/video-gspca
)
368 define KernelPackage
/video-gspca-sonixj
/description
369 The SONIX JPEG USB Camera Driver
(sonixj
) kernel module.
372 $(eval
$(call KernelPackage
,video-gspca-sonixj
))
375 define KernelPackage
/video-gspca-spca500
376 TITLE
:=spca500 webcam support
377 KCONFIG
:=CONFIG_USB_GSPCA_SPCA500
378 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca500.ko
379 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca500
)
380 $(call AddDepends
/video-gspca
)
383 define KernelPackage
/video-gspca-spca500
/description
384 The SPCA500 USB Camera Driver
(spca500
) kernel module.
387 $(eval
$(call KernelPackage
,video-gspca-spca500
))
390 define KernelPackage
/video-gspca-spca501
391 TITLE
:=spca501 webcam support
392 KCONFIG
:=CONFIG_USB_GSPCA_SPCA501
393 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca501.ko
394 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca501
)
395 $(call AddDepends
/video-gspca
)
398 define KernelPackage
/video-gspca-spca501
/description
399 The SPCA501 USB Camera Driver
(spca501
) kernel module.
402 $(eval
$(call KernelPackage
,video-gspca-spca501
))
405 define KernelPackage
/video-gspca-spca505
406 TITLE
:=spca505 webcam support
407 KCONFIG
:=CONFIG_USB_GSPCA_SPCA505
408 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca505.ko
409 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca505
)
410 $(call AddDepends
/video-gspca
)
413 define KernelPackage
/video-gspca-spca505
/description
414 The SPCA505 USB Camera Driver
(spca505
) kernel module.
417 $(eval
$(call KernelPackage
,video-gspca-spca505
))
420 define KernelPackage
/video-gspca-spca506
421 TITLE
:=spca506 webcam support
422 KCONFIG
:=CONFIG_USB_GSPCA_SPCA506
423 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca506.ko
424 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca506
)
425 $(call AddDepends
/video-gspca
)
428 define KernelPackage
/video-gspca-spca506
/description
429 The SPCA506 USB Camera Driver
(spca506
) kernel module.
432 $(eval
$(call KernelPackage
,video-gspca-spca506
))
435 define KernelPackage
/video-gspca-spca508
436 TITLE
:=spca508 webcam support
437 KCONFIG
:=CONFIG_USB_GSPCA_SPCA508
438 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca508.ko
439 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca508
)
440 $(call AddDepends
/video-gspca
)
443 define KernelPackage
/video-gspca-spca508
/description
444 The SPCA508 USB Camera Driver
(spca508
) kernel module.
447 $(eval
$(call KernelPackage
,video-gspca-spca508
))
450 define KernelPackage
/video-gspca-spca561
451 TITLE
:=spca561 webcam support
452 KCONFIG
:=CONFIG_USB_GSPCA_SPCA561
453 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_spca561.ko
454 AUTOLOAD
:=$(call AutoLoad
,75,gspca_spca561
)
455 $(call AddDepends
/video-gspca
)
458 define KernelPackage
/video-gspca-spca561
/description
459 The SPCA561 USB Camera Driver
(spca561
) kernel module.
462 $(eval
$(call KernelPackage
,video-gspca-spca561
))
465 define KernelPackage
/video-gspca-sq905
466 TITLE
:=sq905 webcam support
467 KCONFIG
:=CONFIG_USB_GSPCA_SQ905
468 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sq905.ko
469 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sq905
)
470 $(call AddDepends
/video-gspca
)
473 define KernelPackage
/video-gspca-sq905
/description
474 The SQ Technologies SQ905 based USB Camera Driver
(sq905
) kernel module.
477 $(eval
$(call KernelPackage
,video-gspca-sq905
))
480 define KernelPackage
/video-gspca-sq905c
481 TITLE
:=sq905c webcam support
482 KCONFIG
:=CONFIG_USB_GSPCA_SQ905C
483 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sq905c.ko
484 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sq905c
)
485 $(call AddDepends
/video-gspca
)
488 define KernelPackage
/video-gspca-sq905c
/description
489 The SQ Technologies SQ905C based USB Camera Driver
(sq905c
) kernel module.
492 $(eval
$(call KernelPackage
,video-gspca-sq905c
))
495 define KernelPackage
/video-gspca-stk014
496 TITLE
:=stk014 webcam support
497 KCONFIG
:=CONFIG_USB_GSPCA_STK014
498 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_stk014.ko
499 AUTOLOAD
:=$(call AutoLoad
,75,gspca_stk014
)
500 $(call AddDepends
/video-gspca
)
503 define KernelPackage
/video-gspca-stk014
/description
504 The Syntek DV4000
(STK014
) USB Camera Driver
(stk014
) kernel module.
507 $(eval
$(call KernelPackage
,video-gspca-stk014
))
510 define KernelPackage
/video-gspca-sunplus
511 TITLE
:=sunplus webcam support
512 KCONFIG
:=CONFIG_USB_GSPCA_SUNPLUS
513 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_sunplus.ko
514 AUTOLOAD
:=$(call AutoLoad
,75,gspca_sunplus
)
515 $(call AddDepends
/video-gspca
)
518 define KernelPackage
/video-gspca-sunplus
/description
519 The SUNPLUS USB Camera Driver
(sunplus
) kernel module.
522 $(eval
$(call KernelPackage
,video-gspca-sunplus
))
525 define KernelPackage
/video-gspca-t613
526 TITLE
:=t613 webcam support
527 KCONFIG
:=CONFIG_USB_GSPCA_T613
528 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_t613.ko
529 AUTOLOAD
:=$(call AutoLoad
,75,gspca_t613
)
530 $(call AddDepends
/video-gspca
)
533 define KernelPackage
/video-gspca-t613
/description
534 The T613
(JPEG Compliance
) USB Camera Driver
(t613
) kernel module.
537 $(eval
$(call KernelPackage
,video-gspca-t613
))
540 define KernelPackage
/video-gspca-tv8532
541 TITLE
:=tv8532 webcam support
542 KCONFIG
:=CONFIG_USB_GSPCA_TV8532
543 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_tv8532.ko
544 AUTOLOAD
:=$(call AutoLoad
,75,gspca_tv8532
)
545 $(call AddDepends
/video-gspca
)
548 define KernelPackage
/video-gspca-tv8532
/description
549 The TV8532 USB Camera Driver
(tv8532
) kernel module.
552 $(eval
$(call KernelPackage
,video-gspca-tv8532
))
555 define KernelPackage
/video-gspca-vc032x
556 TITLE
:=vc032x webcam support
557 KCONFIG
:=CONFIG_USB_GSPCA_VC032X
558 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_vc032x.ko
559 AUTOLOAD
:=$(call AutoLoad
,75,gspca_vc032x
)
560 $(call AddDepends
/video-gspca
)
563 define KernelPackage
/video-gspca-vc032x
/description
564 The VC032X USB Camera Driver
(vc032x
) kernel module.
567 $(eval
$(call KernelPackage
,video-gspca-vc032x
))
570 define KernelPackage
/video-gspca-zc3xx
571 TITLE
:=zc3xx webcam support
572 KCONFIG
:=CONFIG_USB_GSPCA_ZC3XX
573 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_zc3xx.ko
574 AUTOLOAD
:=$(call AutoLoad
,75,gspca_zc3xx
)
575 $(call AddDepends
/video-gspca
)
578 define KernelPackage
/video-gspca-zc3xx
/description
579 The ZC3XX USB Camera Driver
(zc3xx
) kernel module.
582 $(eval
$(call KernelPackage
,video-gspca-zc3xx
))
585 define KernelPackage
/video-gspca-m5602
586 TITLE
:=m5602 webcam support
587 KCONFIG
:=CONFIG_USB_M5602
588 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/m5602
/gspca_m5602.ko
589 AUTOLOAD
:=$(call AutoLoad
,75,gspca_m5602
)
590 $(call AddDepends
/video-gspca
)
593 define KernelPackage
/video-gspca-m5602
/description
594 The ALi USB m5602 Camera Driver
(m5602
) kernel module.
597 $(eval
$(call KernelPackage
,video-gspca-m5602
))
600 define KernelPackage
/video-gspca-stv06xx
601 TITLE
:=stv06xx webcam support
602 KCONFIG
:=CONFIG_USB_STV06XX
603 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/stv06xx
/gspca_stv06xx.ko
604 AUTOLOAD
:=$(call AutoLoad
,75,gspca_stv06xx
)
605 $(call AddDepends
/video-gspca
)
608 define KernelPackage
/video-gspca-stv06xx
/description
609 The STV06XX USB Camera Driver
(stv06xx
) kernel module.
612 $(eval
$(call KernelPackage
,video-gspca-stv06xx
))
615 define KernelPackage
/video-gspca-gl860
616 TITLE
:=gl860 webcam support
617 DEPENDS
:=@LINUX_2_6_32
618 KCONFIG
:=CONFIG_USB_GL860
619 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gl860
/gspca_gl860.ko
620 AUTOLOAD
:=$(call AutoLoad
,75,gspca_gl860
)
621 $(call AddDepends
/video-gspca
)
624 define KernelPackage
/video-gspca-gl800
/description
625 The GL860 USB Camera Driver
(gl860
) kernel module.
628 $(eval
$(call KernelPackage
,video-gspca-gl860
))
631 define KernelPackage
/video-gspca-jeilinj
632 TITLE
:=jeilinj webcam support
633 DEPENDS
:=@LINUX_2_6_32
634 KCONFIG
:=CONFIG_USB_GSPCA_JEILINJ
635 FILES
:=$(LINUX_DIR
)/drivers
/media
/video
/gspca
/gspca_jeilinj.ko
636 AUTOLOAD
:=$(call AutoLoad
,75,gspca_jeilinj
)
637 $(call AddDepends
/video-gspca
)
640 define KernelPackage
/video-gspca-jeilinj
/description
641 The JEILINJ USB Camera Driver
(jeilinj
) kernel module.
644 $(eval
$(call KernelPackage
,video-gspca-jeilinj
))