]> git.sur5r.net Git - u-boot/commit
usb: gadget: g_dnl: don't set iProduct nor iSerialNumber
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 22 Feb 2017 15:12:41 +0000 (17:12 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 14 Apr 2017 14:44:16 +0000 (16:44 +0200)
commit207835b13feeae15db0555574d89352a4e5379a4
treeb4109712d271e0ad79407b01851b22f70c46546d
parent842778a091047b0c868efa12229633959f711152
usb: gadget: g_dnl: don't set iProduct nor iSerialNumber

Both these numbers are calculated in runtime and dynamically assigned
to the device descriptor during bind().

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/g_dnl.c