| .. | .. |
|---|
| 125 | 125 | .bmControls[0] = 1, |
|---|
| 126 | 126 | .bmControls[1] = 0, |
|---|
| 127 | 127 | .iProcessing = 0, |
|---|
| 128 | + .bmVideoStandards = 0, |
|---|
| 128 | 129 | }; |
|---|
| 129 | 130 | |
|---|
| 130 | 131 | static const struct uvc_output_terminal_descriptor uvc_output_terminal = { |
|---|
| .. | .. |
|---|
| 292 | 293 | (const struct uvc_descriptor_header *) &uvc_format_yuv, |
|---|
| 293 | 294 | (const struct uvc_descriptor_header *) &uvc_frame_yuv_360p, |
|---|
| 294 | 295 | (const struct uvc_descriptor_header *) &uvc_frame_yuv_720p, |
|---|
| 296 | + (const struct uvc_descriptor_header *) &uvc_color_matching, |
|---|
| 295 | 297 | (const struct uvc_descriptor_header *) &uvc_format_mjpg, |
|---|
| 296 | 298 | (const struct uvc_descriptor_header *) &uvc_frame_mjpg_360p, |
|---|
| 297 | 299 | (const struct uvc_descriptor_header *) &uvc_frame_mjpg_720p, |
|---|
| .. | .. |
|---|
| 304 | 306 | (const struct uvc_descriptor_header *) &uvc_format_yuv, |
|---|
| 305 | 307 | (const struct uvc_descriptor_header *) &uvc_frame_yuv_360p, |
|---|
| 306 | 308 | (const struct uvc_descriptor_header *) &uvc_frame_yuv_720p, |
|---|
| 309 | + (const struct uvc_descriptor_header *) &uvc_color_matching, |
|---|
| 307 | 310 | (const struct uvc_descriptor_header *) &uvc_format_mjpg, |
|---|
| 308 | 311 | (const struct uvc_descriptor_header *) &uvc_frame_mjpg_360p, |
|---|
| 309 | 312 | (const struct uvc_descriptor_header *) &uvc_frame_mjpg_720p, |
|---|
| .. | .. |
|---|
| 316 | 319 | (const struct uvc_descriptor_header *) &uvc_format_yuv, |
|---|
| 317 | 320 | (const struct uvc_descriptor_header *) &uvc_frame_yuv_360p, |
|---|
| 318 | 321 | (const struct uvc_descriptor_header *) &uvc_frame_yuv_720p, |
|---|
| 322 | + (const struct uvc_descriptor_header *) &uvc_color_matching, |
|---|
| 319 | 323 | (const struct uvc_descriptor_header *) &uvc_format_mjpg, |
|---|
| 320 | 324 | (const struct uvc_descriptor_header *) &uvc_frame_mjpg_360p, |
|---|
| 321 | 325 | (const struct uvc_descriptor_header *) &uvc_frame_mjpg_720p, |
|---|
| .. | .. |
|---|
| 382 | 386 | uvc_opts->fs_streaming = uvc_fs_streaming_cls; |
|---|
| 383 | 387 | uvc_opts->hs_streaming = uvc_hs_streaming_cls; |
|---|
| 384 | 388 | uvc_opts->ss_streaming = uvc_ss_streaming_cls; |
|---|
| 385 | | - uvc_opts->uvc_num_request = UVC_NUM_REQUESTS; |
|---|
| 386 | 389 | uvc_opts->pm_qos_latency = 0; |
|---|
| 387 | 390 | |
|---|
| 388 | 391 | /* Allocate string descriptor numbers ... note that string contents |
|---|