]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash Drive
authorMiao Li <limiao@kylinos.cn>
Mon, 14 Apr 2025 06:29:35 +0000 (14:29 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 12:31:38 +0000 (14:31 +0200)
commit37ffdbd695c02189dbf23d6e7d2385e0299587ca
treecc55a464beb939e4a55d985fb50fc92016565953
parent73e9cc1ffd3650b12c4eb059dfdafd56e725ceda
usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash Drive

The SanDisk 3.2Gen1 Flash Drive, which VID:PID is in 0781:55a3,
just like Silicon Motion Flash Drive:
https://lore.kernel.org/r/20250401023027.44894-1-limiao870622@163.com
also needs the DELAY_INIT quirk, or it will randomly work incorrectly
(e.g.: lsusb and can't list this device info) when connecting Huawei
hisi platforms and doing thousand of reboot test circles.

Cc: stable <stable@kernel.org>
Signed-off-by: Miao Li <limiao@kylinos.cn>
Signed-off-by: Lei Huang <huanglei@kylinos.cn>
Link: https://lore.kernel.org/r/20250414062935.159024-1-limiao870622@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c