[PATCH v2 0/1] USB: serial: option: add GosunCn GM800 series

Chukun Pan posted 1 patch 3 months, 1 week ago
drivers/usb/serial/option.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
[PATCH v2 0/1] USB: serial: option: add GosunCn GM800 series
Posted by Chukun Pan 3 months, 1 week ago
Changed from v2:
  Only match option drivers for AT and MODEM ports
  Add MBIM/ECM/RNDIS mode (ID is the same as GM500)

GM500 commit (ports look the same):
https://github.com/torvalds/linux/commit/08d4ef5cc9203a113702f24725f6cf4db476c958

Chukun Pan (1):
  USB: serial: option: add GosunCn GM800 series

 drivers/usb/serial/option.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

-- 
2.25.1
Re: [PATCH v2 0/1] USB: serial: option: add GosunCn GM800 series
Posted by Johan Hovold 3 months ago
On Tue, Jul 01, 2025 at 06:00:01PM +0800, Chukun Pan wrote:
> Changed from v2:
>   Only match option drivers for AT and MODEM ports
>   Add MBIM/ECM/RNDIS mode (ID is the same as GM500)
> 
> GM500 commit (ports look the same):
> https://github.com/torvalds/linux/commit/08d4ef5cc9203a113702f24725f6cf4db476c958
> 
> Chukun Pan (1):
>   USB: serial: option: add GosunCn GM800 series

Please just put the changelog and any additional comments below the
cut-off line ("---") when sending single patches (i.e. skip the cover
letter).

Johan