| .. | .. |
|---|
| 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 = { |
|---|
| .. | .. |
|---|
| 382 | 383 | uvc_opts->fs_streaming = uvc_fs_streaming_cls; |
|---|
| 383 | 384 | uvc_opts->hs_streaming = uvc_hs_streaming_cls; |
|---|
| 384 | 385 | uvc_opts->ss_streaming = uvc_ss_streaming_cls; |
|---|
| 385 | | - uvc_opts->uvc_num_request = UVC_NUM_REQUESTS; |
|---|
| 386 | 386 | uvc_opts->pm_qos_latency = 0; |
|---|
| 387 | 387 | |
|---|
| 388 | 388 | /* Allocate string descriptor numbers ... note that string contents |
|---|