rockchip: Add default USB_GADGET_PRODUCT_NUM for RK3576
authorJonas Karlman <jonas@kwiboo.se>
Fri, 1 Aug 2025 20:32:38 +0000 (20:32 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 30 Aug 2025 15:01:28 +0000 (23:01 +0800)
Use 0x350e as the default USB Product ID for Rockchip RK3576, same PID
being used by the BootROM when the device is in MASKROM mode.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/usb/gadget/Kconfig

index 6201663..0121f98 100644 (file)
@@ -86,6 +86,7 @@ config USB_GADGET_PRODUCT_NUM
        default 0x350a if ROCKCHIP_RK3568
        default 0x350b if ROCKCHIP_RK3588
        default 0x350c if ROCKCHIP_RK3528
+       default 0x350e if ROCKCHIP_RK3576
        default 0x0
        help
          Product ID of the USB device emulated, reported to the host device.