I fond small problem ( really my wife :-) ). After stop capture the LED 
of my camera is not turn off. This is patch fix the problem.


--~--~---------~--~----~------------~-------~--~----~
Lets make microdia webcams plug'n play, (currently plug'n pray)
To post to this group, send email to [email protected]
Visit us online https://groups.google.com/group/microdia
-~----------~----~----~----~------~----~------~--~---

diff --git a/sn9c20x-bridge.c b/sn9c20x-bridge.c
index 2cfc4a7..5a9eca9 100644
--- a/sn9c20x-bridge.c
+++ b/sn9c20x-bridge.c
@@ -533,7 +533,7 @@ int sn9c20x_set_LEDs(struct usb_sn9c20x *dev, int enable)
                        led[1] = 0x60;
                        break;
                case MT9V111_SENSOR:
-                       led[0] = 0x80;
+                       led[0] = 0xa0;
                        led[1] = 0xe0;
                        break;
                default:

Reply via email to