projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b7ebff
)
gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM
author
Jagan Teki
<jagan@amarulasolutions.com>
Tue, 19 Nov 2019 08:26:21 +0000
(13:56 +0530)
committer
Kever Yang
<kever.yang@rock-chips.com>
Sat, 23 Nov 2019 14:29:49 +0000
(22:29 +0800)
Add 0x330c for rk3399 gadget product number.
Tested-by: Levin Du <djw@t-chip.com.cn>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/usb/gadget/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/Kconfig
b/drivers/usb/gadget/Kconfig
index 2da8b40e057b9aed2a10b05c057355eb35695f45..58ca82d4de6f71341f76a7478dd56fff55f5f6fc 100644
(file)
--- a/
drivers/usb/gadget/Kconfig
+++ b/
drivers/usb/gadget/Kconfig
@@
-62,6
+62,7
@@
config USB_GADGET_PRODUCT_NUM
default 0x310c if ROCKCHIP_RK3128
default 0x320a if ROCKCHIP_RK3229 || ROCKCHIP_RK3288
default 0x330a if ROCKCHIP_RK3328
+ default 0x330c if ROCKCHIP_RK3399
default 0x0
help
Product ID of the USB device emulated, reported to the host device.