From: Reinhard Speyerer <rspmn@arcor.de>
To: alon.barlev@gmail.com
Cc: linux-usb@vger.kernel.org, johan@kernel.org
Subject: Re: [PATCH] USB: serial: qcserial: add support for Sierra Wireless EM7511
Date: Sat, 24 Aug 2024 19:33:05 +0200 [thread overview]
Message-ID: <ZsoZMVlT2hfr3qx_@arcor.de> (raw)
In-Reply-To: <20240823183553.2288-1-alon.barlev@gmail.com>
On Fri, Aug 23, 2024 at 09:35:53PM +0300, alon.barlev@gmail.com wrote:
> From: Alon Bar-Lev <alon.barlev@gmail.com>
>
> Add support for Sierra Wireless EM7511 0x90b0/0x90b1 compositions.
>
> Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
> ---
> drivers/usb/serial/qcserial.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
> index 703a9c563557..4e19536a603c 100644
> --- a/drivers/usb/serial/qcserial.c
> +++ b/drivers/usb/serial/qcserial.c
> @@ -165,6 +165,8 @@ static const struct usb_device_id id_table[] = {
> {DEVICE_SWI(0x1199, 0x907b)}, /* Sierra Wireless EM74xx */
> {DEVICE_SWI(0x1199, 0x9090)}, /* Sierra Wireless EM7565 QDL */
> {DEVICE_SWI(0x1199, 0x9091)}, /* Sierra Wireless EM7565 */
> + {DEVICE_SWI(0x1199, 0x90b0)}, /* Sierra Wireless EM7511 QDL */
> + {DEVICE_SWI(0x1199, 0x90b1)}, /* Sierra Wireless EM7511 */
Hi Alon,
the interface layout for the DEVICE_SWI(0x1199, 0x90b1) entry from your patch
disagrees with the usb-devices output from
https://forum.sierrawireless.com/t/em7565-1199-90b1-usbx-qcserial-issue-ubuntu-20-04-mbpl-driver-fail-to-compile/26361
and the Sierra Wireless MBPL_DRIVER_R27_ENG2-usb-src.tar.gz driver attached
to this thread https://forum.sierrawireless.com/t/driver-make-error/30702 .
As a consequence the DIAG interface would not be supported by the mainline
Linux kernel.
Regards,
Reinhard
next prev parent reply other threads:[~2024-08-24 17:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-23 18:35 [PATCH] USB: serial: qcserial: add support for Sierra Wireless EM7511 alon.barlev
2024-08-24 17:33 ` Reinhard Speyerer [this message]
2024-08-24 22:25 ` Alon Bar-Lev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZsoZMVlT2hfr3qx_@arcor.de \
--to=rspmn@arcor.de \
--cc=alon.barlev@gmail.com \
--cc=johan@kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox