From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f42.google.com ([209.85.215.42]:32877 "EHLO mail-lf0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759016AbdDSIAu (ORCPT ); Wed, 19 Apr 2017 04:00:50 -0400 Date: Wed, 19 Apr 2017 10:00:45 +0200 From: Johan Hovold To: Marek Vasut Cc: linux-usb@vger.kernel.org, stable , Johan Hovold Subject: Re: [PATCH] USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit Message-ID: <20170419080045.GD2823@localhost> References: <20170418180756.29671-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170418180756.29671-1-marex@denx.de> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Apr 18, 2017 at 08:07:56PM +0200, Marek Vasut wrote: > This development kit has an FT4232 on it with a custom USB VID/PID. > The FT4232 provides four UARTs, but only two are used. The UART 0 > is used by the FlashPro5 programmer and UART 2 is connected to the > SmartFusion2 CortexM3 SoC UART port. > > Note that the USB VID is registered to Actel according to Linux USB > VID database, but that was acquired by Microsemi. > > Signed-off-by: Marek Vasut > Cc: stable > Cc: usb > Cc: Johan Hovold > --- > V2: - Move the ID in ftdi_sio_ids.h to keep it sorted by VIDs > - Use the JTAG quirk to avoid binding channel 0, this is needed by > the Libero software, otherwise it cannot use the programmer. > V3: - Remove the verbose comment > - Use USB_DEVICE_INTERFACE_NUMBER() instead of the JTAG quirk Applied for -next, thanks. Johan