[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#532474: marked as done (linux-image-2.6.29-2-686: GSPCA V4L2 dropped support for in 2.6.26 supported webcams - Metabug)



Your message dated Fri, 29 Jan 2010 23:39:09 +0100
with message-id <20100129223909.GA3244@galadriel.inutil.org>
and subject line Re: linux-image-2.6.29-2-686: GSPCA V4L2 dropped support for in 2.6.26 supported webcams - Metabug
has caused the Debian Bug report #532474,
regarding linux-image-2.6.29-2-686: GSPCA V4L2 dropped support for in 2.6.26 supported webcams - Metabug
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
532474: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532474
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image-2.6.29-2-686
Version: 2.6.29-5
Severity: normal

The new GSPCA in the kernel mainline dropped support for this webcam and probably more since 
inclusion:

ID 0ac8:303b Z-Star Microelectronics Corp. ZC0303 WebCam

There's a C-hardcoded "KConfig" #ifdef in the respective GSPCA chipset module which 
passes handling of this cam to the legacy zc0301 driver but it cannot support it:

Jun  9 16:33:11 tom2 kernel: [ 1086.185254] usb 2-2.3: new full speed USB device using uhci_hcd and address 5
Jun  9 16:33:11 tom2 kernel: [ 1086.339258] usb 2-2.3: New USB device found, idVendor=0ac8, idProduct=303b
Jun  9 16:33:11 tom2 kernel: [ 1086.339271] usb 2-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun  9 16:33:11 tom2 kernel: [ 1086.339280] usb 2-2.3: Product: PC Camera
Jun  9 16:33:11 tom2 kernel: [ 1086.339286] usb 2-2.3: Manufacturer: Vimicro Corp.
Jun  9 16:33:11 tom2 kernel: [ 1086.339532] usb 2-2.3: configuration #1 chosen from 1 choice
Jun  9 16:33:11 tom2 kernel: [ 1086.920576] zc0301: V4L2 driver for ZC0301[P] Image Processor and Control Chip 
v1:1.10
Jun  9 16:33:11 tom2 kernel: [ 1086.920656] usb 2-2.3: ZC0301[P] Image Processor and Control Chip detected (vid/pid 
0x0AC8:0x303B)
Jun  9 16:33:11 tom2 kernel: [ 1086.990296] usb 2-2.3: No supported image sensor detected <----------
Jun  9 16:33:11 tom2 kernel: [ 1086.990379] usbcore: registered new interface driver zc0301

I can remember fixing this months before but did not submit the patch for some reason... nor can I find it 
anymore up to this time.
It worked but the new gspca v4l2 main has dropped other useful things like the brightness/contrast/color 
module parameters, so it was useless to me with applications not supporting v4l controls like 
adobe flash + flashcoms video chat.

-- Package-specific info:
** Version:
Linux version 2.6.29-2-686 (Debian 2.6.29-5) (waldi@debian.org) (gcc version 4.3.3 (Debian 4.3.3-10) ) #1 SMP Sun May 17 17:56:29 UTC 2009

** Not tainted



--- End Message ---
--- Begin Message ---
Version: 2.6.30-1

On Tue, Jul 28, 2009 at 11:33:11AM +0200, thomas schorpp wrote:
> Moritz Muehlenhoff wrote:
> >On Tue, Jun 09, 2009 at 05:22:00PM +0200, schorpp wrote:
> >>Package: linux-image-2.6.29-2-686
> >>Version: 2.6.29-5
> >>Severity: normal
> >>
> >>The new GSPCA in the kernel mainline dropped support for this
> >>webcam and probably more since inclusion:
> >>
> >>ID 0ac8:303b Z-Star Microelectronics Corp. ZC0303 WebCam
> >>
> >>There's a C-hardcoded "KConfig" #ifdef in the respective GSPCA
> >>chipset module which passes handling of this cam to the legacy
> >>zc0301 driver but it cannot support it:
> >>
> >>Jun  9 16:33:11 tom2 kernel: [ 1086.185254] usb 2-2.3: new full speed USB device using uhci_hcd and address 5
> >>Jun  9 16:33:11 tom2 kernel: [ 1086.339258] usb 2-2.3: New USB device found, idVendor=0ac8, idProduct=303b
> >>Jun  9 16:33:11 tom2 kernel: [ 1086.339271] usb 2-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> >>Jun  9 16:33:11 tom2 kernel: [ 1086.339280] usb 2-2.3: Product: PC Camera
> >>Jun  9 16:33:11 tom2 kernel: [ 1086.339286] usb 2-2.3: Manufacturer: Vimicro Corp.
> >>Jun  9 16:33:11 tom2 kernel: [ 1086.339532] usb 2-2.3: configuration #1 chosen from 1 choice
> >>Jun  9 16:33:11 tom2 kernel: [ 1086.920576] zc0301: V4L2 driver
> >>for ZC0301[P] Image Processor and Control Chip v1:1.10
> >>Jun  9 16:33:11 tom2 kernel: [ 1086.920656] usb 2-2.3: ZC0301[P]
> >>Image Processor and Control Chip detected (vid/pid
> >>0x0AC8:0x303B)
> >>Jun  9 16:33:11 tom2 kernel: [ 1086.990296] usb 2-2.3: No supported image sensor detected <----------
> >>Jun  9 16:33:11 tom2 kernel: [ 1086.990379] usbcore: registered new interface driver zc0301
> >>
> >>I can remember fixing this months before but did not submit the
> >>patch for some reason... nor can I find it anymore up to this
> >>time.
> 
> >>It worked but the new gspca v4l2 main has dropped other useful
> >>things like the brightness/contrast/color module parameters, so
> >>it was useless to me with applications not supporting v4l
> >>controls like adobe flash + flashcoms video chat.
> 
> Takeback, e.g. v4l2ucp can be used to adjust picture settings :)
> 
> >
> >What is the status in 2.6.30 (or even better, current mainline i.e. 2.6.31-rcX)?
> 
> Status for ID 0ac8:303b Z-Star Microelectronics Corp. ZC0303 WebCam is FIXED.

Thanks, closing the bug, then.

Cheers,
        Moritz



--- End Message ---

Reply to: