Oh,
I forgot to add the clones with different Vendor IDs. The attached patch should fix that.

GWater


Vasily Khoruzhick schrieb:
On 23 November 2008 17:42:16 GWater wrote:
And here comes the final version (note the slightly different name ;) ).

Please test it - I hope to get this into origin/development soon - this
stuff is the base for new sensors, formats etc.

GWater

Breaks nothing for me.
Here's one more small patch to disable AGC for ov9650 sensor. With AGC enabled image became too noisy, as result compression ratio in videoconf apps are low. It's better to increase exposure value than use AGC.

Regards
Vasily

From 72645b974c0891485e49e2905986c6ae0048a652 Mon Sep 17 00:00:00 2001
From: GWater <[EMAIL PROTECTED]>
Date: Sun, 23 Nov 2008 21:01:18 +0100
Subject: [PATCH] Add product PIDs from other vendors

Signed-off-by: GWater <[EMAIL PROTECTED]>
---
 microdia-dev.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/microdia-dev.c b/microdia-dev.c
index c8cb7fc..a1d6d7f 100644
--- a/microdia-dev.c
+++ b/microdia-dev.c
@@ -139,6 +139,9 @@ static __u16 known_cams[][2] = {
        {0x62a0, OV7670_SENSOR},
        {0x62b3, OV9655_SENSOR},
        {0x62bb, OV7660_SENSOR},
+       /* The following PIDs have VIDs different from 0x0c45. */
+       {0x00f4, OV9650_SENSOR},
+       {0x013d, OV7660_SENSOR},
 };
 
 int dev_microdia_assign_sensor(struct usb_microdia *dev)
-- 
1.5.6.5

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to