[PATCH V3 0/1] USB: serial: option: add Telit FN920C04 RNDIS compositions

LI Qingwu posted 1 patch 1 week, 3 days ago
drivers/usb/serial/option.c | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH V3 0/1] USB: serial: option: add Telit FN920C04 RNDIS compositions
Posted by LI Qingwu 1 week, 3 days ago
This patch adds support for new Telit FN920C04 RNDIS compositions to the
option driver, ensuring serial interfaces are properly recognized.

Change in V3:
  Fixed the compilation error.

Change in V2:
  Removed the unnecessary reservation for non-0xff class interfaces.


LI Qingwu (1):
  USB: serial: option: add Telit FN920C04 RNDIS compositions

 drivers/usb/serial/option.c | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.43.0
Re: [PATCH V3 0/1] USB: serial: option: add Telit FN920C04 RNDIS compositions
Posted by Johan Hovold 1 week ago
On Fri, Nov 21, 2025 at 05:39:55AM +0000, LI Qingwu wrote:
> This patch adds support for new Telit FN920C04 RNDIS compositions to the
> option driver, ensuring serial interfaces are properly recognized.
> 
> Change in V3:
>   Fixed the compilation error.
> 
> Change in V2:
>   Removed the unnecessary reservation for non-0xff class interfaces.

You apparently also include another composition in v2.

> LI Qingwu (1):
>   USB: serial: option: add Telit FN920C04 RNDIS compositions

When sending single patches its better to skip the cover letter and
include the changelog in the patch itself (under the --- line).

Johan