Home
last modified time | relevance | path

Searched hist:"9 aae75f9d2a48875cc8af3523707d484530cce91" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_rockusb.c9aae75f9d2a48875cc8af3523707d484530cce91 Sat May 11 02:30:16 UTC 2024 William Wu <william.wu@rock-chips.com> usb: gadget: rockusb: Fix product id for fastboot

The current pid of fastboot (0xd00d) is not supported
either in google's android_winusb.inf (see [1]) or in
rockchip's android_winusb.inf, this will cause the users
to install the fastboot driver manually every time if
the iSerialNumber has chanaged.

This patch uses a new product id (0x4d00) which has
being supported in google's android_winusb.inf.

[1]. https://developer.android.com/studio/run/win-usb
Change-Id: I948702762e329b331377d72fbd4cda9df83a49d6
Signed-off-by: William Wu <william.wu@rock-chips.com>