[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <86b6de1e-9e72-448b-89c6-5b69e6c18c90@kylinos.cn>
Date: Fri, 4 Jul 2025 15:39:19 +0800
From: Jie Deng <dengjie03@...inos.cn>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: stern@...land.harvard.edu, linux-usb@...r.kernel.org,
usb-storage@...ts.one-eyed-alien.net, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] usb: storage: Ignore UAS driver for SanDisk Extreme Pro
55AF storage device
在 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@...inos.cn> */
>> +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
Powered by blists - more mailing lists