Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2007 23:27:09 GMT
From:      germain le chapelain<glecha@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/109539: spcaview and quickcam chat
Message-ID:  <200702252327.l1PNR9vN092043@www.freebsd.org>
Resent-Message-ID: <200702252330.l1PNU5wQ021270@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702252327.l1PNR9vN092043>