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, 14 Feb 2025 08:25:41 +0000 (09:25 +0100)
commite169d96eecd447ff7fd7542ca5fa0911f5622054
treed381f1efc8274410d774a2b0d3451a84794dff65
parent399a45e5237ca14037120b1b895bd38a3b4492ea
USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist

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