public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Nils Reuter <nils.reuter@gmx.net>
Cc: linux-usb@vger.kernel.org
Subject: Re: [PATCH] USB: storage: UAS: ignore UAS on Realtek RTL9210B with firmware f0.01
Date: Wed, 11 Mar 2026 13:35:49 +0100	[thread overview]
Message-ID: <2026031146-acclimate-attic-d402@gregkh> (raw)
In-Reply-To: <1b015499-70b0-47c0-8600-4fb1555f9978@gmx.net>

On Sun, Mar 08, 2026 at 08:37:28PM +0100, Nils Reuter wrote:
> Hi Greg,
> 
> Thanks for the feedback. As requested, here is the patch to add the UAS
> quirk for the Realtek RTL9210B (bcdDevice f0.01).
> 
> Regards,
> Nils
> 
> ---
> 
> From cb1f8118e802be51a06f4564bb01f91110a51b53 Mon Sep 17 00:00:00 2001
> From: Nils Reuter <nils.reuter@gmx.net>
> Date: Sun, 8 Mar 2026 19:39:21 +0100
> Subject: [PATCH] USB: storage: UAS: ignore UAS on Realtek RTL9210B with
>  firmware f0.01
> 
> The Realtek RTL9210B (0bda:9210) with firmware version f0.01 suffers
> from UAS protocol hangs under heavy I/O load, leading to device
> resets and read-only remounts. Disabling UAS via the IGNORE_UAS
> quirk stabilizes the connection.
> 
> Signed-off-by: Nils Reuter <nils.reuter@gmx.net>
> ---
>  drivers/usb/storage/unusual_uas.h | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/usb/storage/unusual_uas.h b/drivers/usb/storage/unusual_uas.h
> index 939a98c2d..f17469f8c 100644
> --- a/drivers/usb/storage/unusual_uas.h
> +++ b/drivers/usb/storage/unusual_uas.h
> @@ -90,6 +90,13 @@ UNUSUAL_DEV(0x0bc2, 0x331a, 0x0000, 0x9999,
>  		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
>  		US_FL_NO_REPORT_LUNS),
>  
> +/* Reported-by: Nils Reuter <nils.reuter@gmx.net> */
> +UNUSUAL_DEV(0x0bda, 0x9210, 0xf001, 0xf001,
> +		"Realtek",
> +		"RTL9210B",
> +		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
> +		US_FL_IGNORE_UAS),

This is a VERY heavy hammer for this type of device.  You say that the
device just starts to time out, which implies it overheats or something
else?  Are you sure that slowing it down like this is the best overall
solution?  What does other operating systems do for this device?

thanks,

greg k-h

  reply	other threads:[~2026-03-11 12:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-08 14:10 [BUG] UAS protocol hangs on Realtek RTL9210B (0bda:9210, bcdDevice f0.01) Nils Reuter
2026-03-08 16:16 ` Greg KH
2026-03-08 19:37   ` [PATCH] USB: storage: UAS: ignore UAS on Realtek RTL9210B with firmware f0.01 Nils Reuter
2026-03-11 12:35     ` Greg KH [this message]
2026-03-11 21:59       ` Nils Reuter

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=2026031146-acclimate-attic-d402@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=nils.reuter@gmx.net \
    /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