diff options
| author | Jagan Teki <[email protected]> | 2019-11-19 13:56:21 +0530 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2019-11-23 22:29:49 +0800 |
| commit | 3d3b83a5731bab26e8d822659e7d8ff906f6149a (patch) | |
| tree | 8d679eee4b299bcb2c33d7ec111c78780302fec1 /drivers | |
| parent | 6b7ebff00190649d2136b34f6feebc0dbe85bfdc (diff) | |
gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM
Add 0x330c for rk3399 gadget product number.
Tested-by: Levin Du <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/gadget/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 2da8b40e057..58ca82d4de6 100644 --- 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. |
