git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86901e0
)
configs: toradex-smarc-imx8mp: enable USB Gadget OS Descriptors for fastboot
author
Emanuele Ghidoli
<emanuele.ghidoli@toradex.com>
Wed, 1 Oct 2025 13:21:07 +0000
(15:21 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 10 Oct 2025 17:07:44 +0000
(11:07 -0600)
USB OS Descriptors are used to install and configure the device without
requiring any user interaction on OS which support them (e.g. Windows).
Enable them in order to improve the user experience when fastboot is used.
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
configs/toradex-smarc-imx8mp_defconfig
patch
|
blob
|
history
diff --git
a/configs/toradex-smarc-imx8mp_defconfig
b/configs/toradex-smarc-imx8mp_defconfig
index
c0d2661
..
79a905d
100644
(file)
--- a/
configs/toradex-smarc-imx8mp_defconfig
+++ b/
configs/toradex-smarc-imx8mp_defconfig
@@
-178,5
+178,6
@@
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_MANUFACTURER="Toradex"
CONFIG_USB_GADGET_VENDOR_NUM=0x1b67
CONFIG_USB_GADGET_PRODUCT_NUM=0x4000
+CONFIG_USB_GADGET_OS_DESCRIPTORS=y
CONFIG_IMX_WATCHDOG=y
CONFIG_HEXDUMP=y