From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BD226330B3A; Mon, 13 Apr 2026 17:00:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776099645; cv=none; b=DBDPtME/LyxoglthdTSaRt5q2LVu/eRA+O2/EHgx3wUpFizQeTmScsuxFGJQ62dq7gvusnONdO8b7/RJaXAXq3k4v8MbE5igGkPIupCnlMXNbBEXOMMuzRmqY1NnXw+4wiveaZN0RPRrVqGmpAAH8oqmG/UCRjxwi5xK0ukDFYM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776099645; c=relaxed/simple; bh=yQoBdHN4cvLvNsakiO+K+JTsf2n0/gwJFeNhsYO0IA0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=gLe5/GcNwmBB3zyWYjektBel1EVwsBV+wUx8q3kesuZz+MhH4ST6ZbMOmhLOzEV1ODlH071zpQYFBNXShCajldHFD4kPpV/AY6kTh1oV9pgFs7m9rkhex9fGOFR9ikK/rXWlFI0sSFhf3U6RopkZYW+EsVjbNZr2ATA0zAQgvRo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=2kE5z70Q; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="2kE5z70Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4B4C2C2BCAF; Mon, 13 Apr 2026 17:00:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1776099645; bh=yQoBdHN4cvLvNsakiO+K+JTsf2n0/gwJFeNhsYO0IA0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=2kE5z70QMXgjtr2pb+OaDoC5e0AclBLfL1WHV86NcyH7KStqcJvdyBujszi47gZCu WHpTUcsbt55sah5GyKUknyXK/ZcRw+vSWO1QSDlHK49RPxiGWCAz5ApIIVBNfACjfz gsigSPSbUl/edDQInaIXHW+n6iwsj74Hva53s/Bo= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Miao Li , stable Subject: [PATCH 5.10 387/491] usb: quirks: add DELAY_INIT quirk for another Silicon Motion flash drive Date: Mon, 13 Apr 2026 18:00:32 +0200 Message-ID: <20260413155833.523826419@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260413155819.042779211@linuxfoundation.org> References: <20260413155819.042779211@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Miao Li commit dd36014ec6042f424ef51b923e607772f7502ee7 upstream. Another Silicon Motion flash drive also randomly work incorrectly (lsusb does not list the device) on Huawei hisi platforms during 500 reboot cycles, and the DELAY_INIT quirk fixes this issue. Signed-off-by: Miao Li Cc: stable Link: https://patch.msgid.link/20260319053927.264840-1-limiao870622@163.com Signed-off-by: Greg Kroah-Hartman --- drivers/usb/core/quirks.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c @@ -394,6 +394,7 @@ static const struct usb_device_id usb_qu /* Silicon Motion Flash Drive */ { USB_DEVICE(0x090c, 0x1000), .driver_info = USB_QUIRK_DELAY_INIT }, + { USB_DEVICE(0x090c, 0x2000), .driver_info = USB_QUIRK_DELAY_INIT }, /* Sound Devices USBPre2 */ { USB_DEVICE(0x0926, 0x0202), .driver_info =