All pastes #2087500 Raw Edit

Miscellany

public text v1 · immutable
#2087500 ·published 2011-10-07 03:02 UTC
rendered paste body
--- src/camera/CameraTable.vala 2011-08-23 14:19:18.000000000 -0400
+++ src/camera/CameraTable.vala 2011-09-06 19:42:17.052993293 -0400
@@ -157,6 +157,15 @@
             return true;
         }
 
+        // Fix for Kodak camera; camera will not show up otherwise
+        if (current_camera_count == 1) {
+            full_port = port;
+
+            debug("USB ESP: port=%s full_port=%s", port, full_port);
+
+            return true;
+        }
+
         // with more than one camera, skip the mirrored "usb:" port
         if (port == "usb:") {
             debug("USB ESP: Skipping %s", port);