sakumisu 3 lat temu
rodzic
commit
789783b256
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      class/video/usb_video.h

+ 1 - 1
class/video/usb_video.h

@@ -1135,7 +1135,7 @@ struct video_autoexposure_mode {
     0x00, /* bTriggerSupport : Hardware trigger supported for still image capture */                    \
     0x00, /* bTriggerUsage : Hardware trigger should initiate a still image capture. */                 \
     0x01, /* bControlSize : Size of the bmaControls field */                                            \
-    0x00,  /* bmaControls : No VideoStreaming specific controls are supported.*/
+    0x00  /* bmaControls : No VideoStreaming specific controls are supported.*/
 
 #define VIDEO_VS_FORMAT_UNCOMPRESSED_DESCRIPTOR_INIT(bFormatIndex, bNumFrameDescriptors, GUIDFormat)                                                              \
     /*Payload Format(UNCOMPRESSED) Descriptor */                                                                                                                  \