[PATCH 0/2] usb: gadget: aspeed: allow to customize vhub device

From: rentao . bupt
Date: Tue Feb 18 2020 - 18:56:11 EST


From: Tao Ren <rentao.bupt@xxxxxxxxx>

This patch series allows people to customize IDs/strings in vhub's
device descriptor through device tree properties.

Patch #1 overrides IDs and strings in device descriptor if according
device tree properties are defined.

Patch #2 moves fixup-usb1-device-descriptor logic from get_descriptor
handler to "ast_vhub_fixup_dev_desc" function for consistency.

The patch series needs to be applied on top of "aspeed-g6: enable usb
support" patch set to avoid merge conflicts.

Tao Ren (2):
usb: gadget: aspeed: allow to customize vhub device IDs/strings
usb: gadget: aspeed: fixup usb1 device descriptor at init time

drivers/usb/gadget/udc/aspeed-vhub/hub.c | 93 +++++++++++++++++-------
1 file changed, 68 insertions(+), 25 deletions(-)

--
2.17.1