[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aPZRc7hfCf8WqeyF@hovoldconsulting.com>
Date: Mon, 20 Oct 2025 17:12:51 +0200
From: Johan Hovold <johan@...nel.org>
To: Renjun Wang <renjunw0@...mail.com>
Cc: gregkh@...uxfoundation.org, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] USB: serial: option: add UNISOC(Spreadtrum) UIS7720
On Sun, Oct 19, 2025 at 06:44:38PM +0800, Renjun Wang wrote:
> Add support for UNISOC(Spreadtrum) UIS7720(A7720) module.
> Signed-off-by: Renjun Wang <renjunw0@...mail.com>
> ---
> drivers/usb/serial/option.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
> index 62e984d20e59..667de914a5eb 100644
> --- a/drivers/usb/serial/option.c
> +++ b/drivers/usb/serial/option.c
> @@ -619,6 +619,7 @@ static void option_instat_callback(struct urb *urb);
> #define TOZED_PRODUCT_LT70C 0x4055
> /* Luat Air72*U series based on UNISOC UIS8910 uses UNISOC's vendor ID */
> #define LUAT_PRODUCT_AIR720U 0x4e00
> +#define UNISOC_PRODUCT_UIS7720 0x4064
Now applied after fixing the sort order as Greg suggested.
Johan
Powered by blists - more mailing lists