]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash Drive
authorMiao Li <limiao@kylinos.cn>
Tue, 1 Apr 2025 02:30:27 +0000 (10:30 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Apr 2025 14:21:36 +0000 (16:21 +0200)
commit2932b6b547ec36ad2ed60fbf2117c0e46bb7d40a
treeac989b3b2048e4c430f1907425ae8f7d2c378f8d
parentbcb60d438547355b8f9ad48645909139b64d3482
usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash Drive

Silicon Motion Flash Drive connects to Huawei hisi platforms and
performs a system reboot test for two thousand circles, it will
randomly work incorrectly on boot, set DELAY_INIT quirk can workaround
this issue.

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