I've ArchLinux ARM installed on Seagate DockStar (ARM5) with v4l-utils 0.8.8-1 and gspca_zc3xx webcam driver v2.13.0 . The driver is installed as a kernel module:
$this->bbcode_second_pass_code('', '[root@alarm ~]# modinfo gspca_zc3xx
{{bc|filename: /usr/lib/modules/3.1.10-12-ARCH/kernel/drivers/media/video/gspca/gspca_zc3xx.ko.gz
license: GPL
description: GSPCA ZC03xx/VC3xx USB Camera Driver
[root@alarm ~]# pacman -Qo /usr/lib/modules/3.1.10-12-ARCH/kernel/drivers/media/video/gspca/gspca_zc3xx.ko.gz
/usr/lib/modules/3.1.10-12-ARCH/kernel/drivers/media/video/gspca/gspca_zc3xx.ko.gz is owned by linux 3.1.10-12}}')
This driver version is outdated, it has a major bug: doesn't support correctly Auto Gain and Exposure controls in most webcams, like mine Logitech Quickcam Communicate STX. On its developer's site in Webcam GSPCA driver V4L version 2 section there is an updated version of this driver v2.15.18, and I found the thread gspca_zc3xx possible options in Mint lxde 12? stating the above issues were fixed in it, as tested with several webcam modules.
Can someone make an installable package for it and add it to ARM depository? Webcam Setup ArchLinux Wiki lists various drivers, but come very short on explaining how to install them or update already installed driver. I'm new to ArchLinux. Is there a Wiki on how to install or update any device drivers in it?