lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aRHOhpBErPwzXRhG@hovoldconsulting.com>
Date: Mon, 10 Nov 2025 12:37:42 +0100
From: Johan Hovold <johan@...nel.org>
To: Vanillan Wang <vanillanwang@....com>
Cc: gregkh@...uxfoundation.org, linux-usb@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] USB: serial: option: add support for the Rolling
 RW101R-GL modules.

On Mon, Nov 10, 2025 at 12:20:41PM +0800, Vanillan Wang wrote:
> - VID:PID 33f8:0301, RW101R-GL for laptop debug M.2 cards(with MBIM
> interface for /Linux/Chrome OS)

> - VID:PID 33f8:01a8, RW101R-GL for laptop debug M.2 cards(with MBIM
> interface for /Linux/Chrome OS)

> - VID:PID 33f8:0302, RW101R-GL for laptop debug M.2 cards(with MBIM
> interface for /Linux/Chrome OS)

> - VID:PID 33f8:01a9, RW101R-GL for laptop debug M.2 cards(with MBIM
> interface for /Linux/Chrome OS)

> Signed-off-by: Vanillan Wang <vanillanwang@....com>
> ---
> Changelog:
> v3:
> - Modify the commit summary.
> - Keep the entries sorted by VID/PID.

The entries you add below are still not sorted by PID.

I fixed it up this time when applying, but please try to maintain the
sort order in your future patches.

>  	{ USB_DEVICE_INTERFACE_CLASS(0x33f8, 0x0802, 0xff),			/* Rolling RW350-GL (laptop MBIM) */
>  	  .driver_info = RSVD(5) },
> +	{ USB_DEVICE_INTERFACE_CLASS(0x33f8, 0x0301, 0xff) },			/* Rolling RW101R-GL (laptop MBIM) */
> +	{ USB_DEVICE_INTERFACE_CLASS(0x33f8, 0x01a8, 0xff),			/* Rolling RW101R-GL (laptop MBIM) */
> +	  .driver_info = RSVD(4) },
> +	{ USB_DEVICE_INTERFACE_CLASS(0x33f8, 0x0302, 0xff) },			/* Rolling RW101R-GL (laptop MBIM) */
> +	{ USB_DEVICE_INTERFACE_CLASS(0x33f8, 0x01a9, 0xff),			/* Rolling RW101R-GL (laptop MBIM) */
> +	  .driver_info = RSVD(4) },
>  	{ USB_DEVICE_AND_INTERFACE_INFO(0x3731, 0x0100, 0xff, 0xff, 0x30) },	/* NetPrisma LCUK54-WWD for Global */

Johan

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ