Package: linux-uvc-source
Version: 0.1.0-5
Severity: important

Version 0.1.0-5 does not work on my MacBook Pro.
Version 0.1.0-4 works fine.

Using gnomemeeting the images are complete garbage.

I tested the patch in #389146 but that does not solve the problem.
I then disabled the linux-uvc-0.1.0/debian/patches/07_with_isight.dpatch
patch and it works again.

My iSight webcam is detected as:
uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8501)

Maybe the patch:
@@ -3628,8 +3658,15 @@
            }
        }

-       if (found)
+       if (found){
+           if (dev->udev->descriptor.idVendor == 0x05ac &&
+               dev->udev->descriptor.idProduct == 0x8300) {
+               dev_type = UVC_DEV_ISIGHT ;
+           }else{
+               dev_type = UVC_DEV_QCAM_FUSION ;
+           }
            break;
+       }
    }

    if (!found) {

is not complete enough and the 0x8501 idProduct must be added for
UVC_DEV_ISIGHT


I will test this later and will keep you infirmed.

bye,

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11-efi
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to