* tinker: initial support * Fix info * Fix uboot defconfig * Split kernel config * Fix name * Add post-image * Init different boot * Add SPL images * Dynamic rauc config * Support SPL for OTA * Fix expand script style * Fix SPL * Bump build u-boot * Cleanup * Add cmd for scritps * Use kernel from armbian * Fix u-boot * Add bluetooth support * Fix bt * Fix env * Change uart debug like rpi * move config
18 lines
617 B
Diff
18 lines
617 B
Diff
diff --git a/configs/tinker-rk3288_defconfig b/configs/tinker-rk3288_defconfig
|
|
index ac878c71..e2bed4e0 100644
|
|
--- a/configs/tinker-rk3288_defconfig
|
|
+++ b/configs/tinker-rk3288_defconfig
|
|
@@ -72,9 +72,9 @@ CONFIG_USB_DWC2=y
|
|
CONFIG_ROCKCHIP_USB2_PHY=y
|
|
CONFIG_USB_STORAGE=y
|
|
CONFIG_USB_GADGET=y
|
|
-CONFIG_USB_GADGET_MANUFACTURER="Rockchip"
|
|
-CONFIG_USB_GADGET_VENDOR_NUM=0x2207
|
|
-CONFIG_USB_GADGET_PRODUCT_NUM=0x320a
|
|
+CONFIG_USB_GADGET_MANUFACTURER="ASUS"
|
|
+CONFIG_USB_GADGET_VENDOR_NUM=0x0b05
|
|
+CONFIG_USB_GADGET_PRODUCT_NUM=0x7820
|
|
CONFIG_USB_GADGET_DWC2_OTG=y
|
|
CONFIG_USB_FUNCTION_MASS_STORAGE=y
|
|
CONFIG_USB_HOST_ETHER=y
|