CONFIG_USB_CONFIGFS_F_HID=y CONFIG_USB_CONFIGFS_F_UVC=y CONFIG_TYPEC_TCPM=y CONFIG_TYPEC_TCPCI=y 1 change: 1 addition & 0 deletions 1 arch/arm64/configs/nanopi6_linux_defconfig Original file line numberDiff line numberDiff line change @@ -1435,6 +1435,7 @@ CONFIG_USB_CONFIG...
Before using any of these utilities, you should check if your linux kernel as well as your hardware/development board itself supportconfiguring USB Hid gadget through configfs. Try finding the mount point of configfs: sudo mount -l|grep configfs ...
Some of the fields currently in hid_device_data are constant. Move them to a const config struct to save some RAM and drop the rest of the data static initializers to runtime to save some flash as well. zephyrbot added the area: USB label Jul 22, 2024 zephyrbot requested review from...