ports/109539: spcaview and quickcam chat
germain le chapelain
glecha at gmail.com
Sun Feb 25 23:30:06 UTC 2007
>Number: 109539
>Category: ports
>Synopsis: spcaview and quickcam chat
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Feb 25 23:30:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: germain le chapelain
>Release: cvs
>Organization:
pi
>Environment:
FreeBSD germ 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Nov 26 22:08:28 UTC 2006 german at germ:/usr/obj/usr/src/sys/GENERIC i386
>Description:
spcaview doesn't numbes of usb device which was released after the linux driver.
Here is a patch for the quickcam chat
>How-To-Repeat:
plug your quickcam chat camera, spca says it s not supported, but it is
>Fix:
enclosed patch, based on gscpa-*, the next driver on linux
Patch attached with submission follows:
diff -rub drivers/usb/spca561.h drivers.new/usb/spca561.h
--- drivers/usb/spca561.h Sun Feb 25 18:11:32 2007
+++ drivers.new/usb/spca561.h Sun Feb 25 18:14:57 2007
@@ -735,6 +735,7 @@
case 0x403b:
case 0x092b:
case 0x092c:
+ case 0x092e:
spca50x->chip_revision = Rev012A;
break;
default:
diff -rub drivers/usb/spca5xx.c drivers.new/usb/spca5xx.c
--- drivers/usb/spca5xx.c Sun Feb 25 18:11:32 2007
+++ drivers.new/usb/spca5xx.c Sun Feb 25 18:14:57 2007
@@ -6924,6 +6924,19 @@
info("USB SPCA5XX camera found. Logitech QC IM ");
break;
+ case 0x092e:
+
+ spca50x->desc = QCimA1;
+ spca50x->bridge = BRIDGE_SPCA561;
+ spca50x->sensor = SENSOR_INTERNAL;
+ spca50x->header_len = SPCA561_OFFSET_DATA;
+ spca50x->i2c_ctrl_reg = SPCA50X_REG_I2C_CTRL;
+ spca50x->i2c_base = 0;
+ spca50x->i2c_trigger_on_write = 0;
+ spca50x->cameratype = S561;
+ info("USB SPCA5XX camera found. Logitech QC IM ");
+ break;
+
case 0x08a2: // zc302 chips
spca50x->desc = LabtecPro;
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list