From 6dda641cc0b8b2a66cdf23f6a2c0640e9ff46e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Wed, 18 Jul 2018 20:24:17 +0200 Subject: [PATCH] omnibus-f4sd defconfig: change USB vendor & product strings to match with the bootloader This fixes automatic upload. Since ed95dced0f7792fcd38bd the NuttX string is used for device detection, but Linux uses the bootloader's USB vendor and product strings. So the NuttX strings must match with the ones from the bootloader. --- platforms/nuttx/nuttx-configs/omnibus-f4sd/nsh/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/nuttx/nuttx-configs/omnibus-f4sd/nsh/defconfig b/platforms/nuttx/nuttx-configs/omnibus-f4sd/nsh/defconfig index 539cb7dd03..2134155280 100644 --- a/platforms/nuttx/nuttx-configs/omnibus-f4sd/nsh/defconfig +++ b/platforms/nuttx/nuttx-configs/omnibus-f4sd/nsh/defconfig @@ -1043,8 +1043,8 @@ CONFIG_CDCACM_RXBUFSIZE=600 CONFIG_CDCACM_TXBUFSIZE=2000 CONFIG_CDCACM_VENDORID=0x26ac CONFIG_CDCACM_PRODUCTID=0x0001 -CONFIG_CDCACM_VENDORSTR="Airbot" -CONFIG_CDCACM_PRODUCTSTR="PX4 OMNIBUSF4SD" +CONFIG_CDCACM_VENDORSTR="Vertile" +CONFIG_CDCACM_PRODUCTSTR="PX4 OmnibusF4SD" # CONFIG_USBMSC is not set # CONFIG_RNDIS is not set # CONFIG_USBHOST is not set