
On 8 September 2017 at 11:34, Maxime Ripard maxime.ripard@free-electrons.com wrote:
The usb_ether gadget duplicates the USB settings for the manufacturer, product ID and vendor ID.
Make sure we use the common option so that we can expect a single VID/PID couple for a single device.
Signed-off-by: Maxime Ripard maxime.ripard@free-electrons.com
configs/sama5d2_ptc_nandflash_defconfig | 1 + configs/sama5d2_ptc_spiflash_defconfig | 1 + configs/vinco_defconfig | 1 + drivers/usb/gadget/ether.c | 16 ++++++++-------- include/configs/ma5d4evk.h | 1 - include/configs/sama5d2_ptc.h | 1 - include/configs/vinco.h | 1 - scripts/config_whitelist.txt | 1 - 8 files changed, 11 insertions(+), 12 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org