-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb(uvc_stream/usbh_cdc): get fullspeed descriptor by default
- Loading branch information
Showing
11 changed files
with
530 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,27 @@ | ||
menu "UVC Stream" | ||
|
||
config CTRL_TRANSFER_DATA_MAX_BYTES | ||
int "Max control transfer data size (Bytes)" | ||
range 64 2048 | ||
default 600 | ||
config UVC_GET_DEVICE_DESC | ||
bool "Get camera device descriptor during emum" | ||
default y | ||
config UVC_GET_CONFIG_DESC | ||
bool "Get camera config descriptor during emum" | ||
default y | ||
config UVC_PRINT_DESC_VERBOSE | ||
bool "Print camera more descriptor info" | ||
default n | ||
config UVC_PRINT_PROBE_RESULT | ||
bool "Print video cur probe result" | ||
default y | ||
config SOURCE_SIMULATE | ||
bool "Enable Simulate Pictures From Flash" | ||
default false | ||
default n | ||
|
||
config TRIGGER_PIN | ||
bool "Enable Trigger Pin For Debug" | ||
default false | ||
default n | ||
|
||
endmenu |
Oops, something went wrong.