Bug 11997

Summary: gspca does not recognize supported camera 0471:0328
Product: Drivers Reporter: Andrej (suligoi)
Component: Video(Other)Assignee: Jean-Francois Moine (moinejf)
Status: CLOSED CODE_FIX    
Severity: normal CC: moinejf
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.27-7 Subsystem:
Regression: --- Bisected commit-id:

Description Andrej 2008-11-09 12:46:16 UTC
Latest working kernel version: 2.6.26
Earliest failing kernel version: 2.6.27
Distribution: Ubuntu Intrepid
Hardware Environment: USB webcam Philips SPC 700 NC
Software Environment:
Problem Description: gspca_sonixj doesn't recognize this camera, which doesn't work fine with the driver sn9c102. With the driver sonixj works fine even with skype and cheese, with camorama doesn't

Steps to reproduce:

The same as in bug #11920 with another camera: PHILIPS SPC 700 NC. (0471:0328), with kernel 2.6.27 on ubuntu and on archlinux. With gspca module on debian kernel 2.6.26 works fine.
I have solved with the same method as in bug #11920 and as here: http://linuxtv.org/hg/~jfrancois/gspca/rev/09c8fa13bcff
I remove the line

{USB_DEVICE(0x0471, 0x0328), BSI(SN9C105, MI0360, 0x5d)},

in sonixj.c from the construct 
#if !defined CONFIG_USB_SN9C102 && !defined CONFIG_USB_SN9C102_MODULE
...
#endif

With the module sn9c102 sometimes don't recognise the image sensor and when it does, don't work fine.
Thanks
Comment 1 Jean-Francois Moine 2008-11-10 00:03:35 UTC
(In reply to comment #0)
> Problem Description: gspca_sonixj doesn't recognize this camera, which
> doesn't
> work fine with the driver sn9c102. With the driver sonixj works fine even
> with
> skype and cheese, with camorama doesn't
    [snip]
> I have solved with the same method as in bug #11920 and as here:
> http://linuxtv.org/hg/~jfrancois/gspca/rev/09c8fa13bcff
    [snip]

Thank you, I did the patch.