Re: [PATCH v3] usb: serial: ftdi_sio: add support for u-blox EVK-M101
From: Johan Hovold
Date: Thu Oct 30 2025 - 12:49:27 EST
On Thu, Oct 30, 2025 at 05:42:54PM +0200, Oleksandr Suvorov wrote:
> The U-Blox EVK-M101 enumerates as 1546:0506 [1] with four FTDI interfaces:
> - EVK-M101 current sensors
> - EVK-M101 I2C
> - EVK-M101 UART
> - EVK-M101 port D
>
> Only the third USB interface is a UART. This change lets ftdi_sio probe
> the VID/PID and registers only interface #3 as a TTY, leaving the rest
> available for other drivers.
> ---
> v3:
> - Use USB_DEVICE_INTERFACE_NUMBER instead of custom probe()
> v2:
> - Restrict probing to interface #3 only
> - Add a device model to commit message
> - Fix grammar in commit message
> - Add Link: to v1
Now applied, thanks.
Johan