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 <marex@xxxxxxx> > Cc: stable <stable@xxxxxxxxxxxxxxx> > Cc: usb <linux-usb@xxxxxxxxxxxxxxx> > Cc: Johan Hovold <johan@xxxxxxxxxx> > --- > 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