Re: [PATCH] usb: storage: Ignore UAS driver for SanDisk Extreme Pro 55AF storage device

From: Jie Deng
Date: Fri Jul 04 2025 - 03:39:53 EST



在 2025/7/3 18:01, Greg KH 写道:
On Thu, Jul 03, 2025 at 05:29:46PM +0800, Jie Deng wrote:
diff --git a/drivers/usb/storage/unusual_uas.h b/drivers/usb/storage/unusual_uas.h
index 1477e31d7763..9f093a6af7f9 100644
--- a/drivers/usb/storage/unusual_uas.h
+++ b/drivers/usb/storage/unusual_uas.h
@@ -199,3 +199,10 @@ UNUSUAL_DEV(0x4971, 0x8024, 0x0000, 0x9999,
"External HDD",
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
US_FL_ALWAYS_SYNC),
+
+/* Reported-by: Jie Deng <dengjie03@xxxxxxxxxx> */
+UNUSUAL_DEV(0x0781, 0x55af, 0x0000, 0x9999,
+ "SanDisk",
+ "Extreme Pro 55AF",
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
+ US_FL_IGNORE_UAS),
--
2.25.1


Please read the comment at the top of this file for where to put the
entry.

thanks,

greg k-h

I'm very sorry for not reading the file to be modified carefully.

The second version of the patch has been modified as required.

Thanks

jie deng