[U-Boot] [PATCH 06/13] usb: gadget: usb_ether: Move settings to common

Simon Glass sjg at chromium.org
Tue Sep 12 12:28:15 UTC 2017


On 8 September 2017 at 11:34, Maxime Ripard
<maxime.ripard at 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 at 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 at chromium.org>


More information about the U-Boot mailing list