]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist
authorLei Huang <huanglei@kylinos.cn>
Wed, 12 Feb 2025 09:38:29 +0000 (17:38 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2025 13:01:31 +0000 (14:01 +0100)
commit6c4fce1b16d08a1d2217566d79cc36d2b74ae9b8
treea899b56973b119313e6a716cb7df5a46f09601b1
parent847fff8e20c983b42c8b51b0b2b11780b94e534b
USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist

commit e169d96eecd447ff7fd7542ca5fa0911f5622054 upstream.

Teclast disk used on Huawei hisi platforms doesn't work well,
losing connectivity intermittently if LPM is enabled.
Add quirk disable LPM to resolve the issue.

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