projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c084c
)
rockchip: usb: gadget: add rk3066 product id
author
Paweł Jarosz
<paweljarosz3691@gmail.com>
Fri, 29 Apr 2022 21:40:05 +0000
(23:40 +0200)
committer
Kever Yang
<kever.yang@rock-chips.com>
Wed, 29 Jun 2022 03:28:15 +0000
(11:28 +0800)
Product id of rk3066 usb otg is 0x300a.
Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
Signed-off-by: Johan Jonker <jbx6244@gmail.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 d81a9c5a100d148c488ac49e24c76be87c2eb008..8c6cf47404f343da3e554c69a4a499e34d6da099 100644
(file)
--- a/
drivers/usb/gadget/Kconfig
+++ b/
drivers/usb/gadget/Kconfig
@@
-61,6
+61,7
@@
config USB_GADGET_PRODUCT_NUM
hex "Product ID of the USB device"
default 0x1010 if ARCH_SUNXI
default 0x310a if ROCKCHIP_RK3036
+ default 0x300a if ROCKCHIP_RK3066
default 0x310c if ROCKCHIP_RK3128
default 0x320a if ROCKCHIP_RK3229 || ROCKCHIP_RK3288
default 0x330a if ROCKCHIP_RK3328