From: Mathias Nyman <mathias.nyman@linux.intel.com>
To: raoxu <raoxu@uniontech.com>, gregkh@linuxfoundation.org
Cc: sakari.ailus@linux.intel.com, katieeliu@tencent.com,
johannes.bruederl@gmail.com, kees@kernel.org,
dengjie03@kylinos.cn, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb: core: config: fix SS companion log for interrupt endpoints
Date: Wed, 3 Jun 2026 10:47:09 +0300 [thread overview]
Message-ID: <077ba20b-9677-4812-a083-b5216281611e@linux.intel.com> (raw)
In-Reply-To: <85BCDBC1F65453B0+20260603062536.517734-1-raoxu@uniontech.com>
On 6/3/26 09:25, raoxu wrote:
> From: Xu Rao <raoxu@uniontech.com>
>
> usb_parse_ss_endpoint_companion() clears bmAttributes when it is
> non-zero for control or interrupt endpoints.
>
> The diagnostic message reports Control for control endpoints and Bulk
> for the other branch. However, the other branch can only be an
> interrupt endpoint because bulk endpoints are handled by the following
> else-if branch.
>
> Report the endpoint type as Interrupt instead of Bulk to avoid
> misleading descriptor diagnostics.
>
> Signed-off-by: Xu Rao <raoxu@uniontech.com>
Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com>
prev parent reply other threads:[~2026-06-03 7:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-03 6:25 [PATCH] usb: core: config: fix SS companion log for interrupt endpoints raoxu
2026-06-03 7:47 ` Mathias Nyman [this message]
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=077ba20b-9677-4812-a083-b5216281611e@linux.intel.com \
--to=mathias.nyman@linux.intel.com \
--cc=dengjie03@kylinos.cn \
--cc=gregkh@linuxfoundation.org \
--cc=johannes.bruederl@gmail.com \
--cc=katieeliu@tencent.com \
--cc=kees@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=raoxu@uniontech.com \
--cc=sakari.ailus@linux.intel.com \
/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