lkml.org 
[lkml]   [2021]   [Mar]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.10 49/49] nvme-pci: add quirks for Lexar 256GB SSD
    Date
    From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    From: Pascal Terjan <pterjan@google.com>

    [ Upstream commit 6e6a6828c517fb6819479bf5187df5f39084eb9e ]

    Add the NVME_QUIRK_NO_NS_DESC_LIST and NVME_QUIRK_IGNORE_DEV_SUBNQN
    quirks for this buggy device.

    Reported and tested in https://bugs.mageia.org/show_bug.cgi?id=28417

    Signed-off-by: Pascal Terjan <pterjan@google.com>
    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/nvme/host/pci.c | 3 +++
    1 file changed, 3 insertions(+)

    diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
    index 2aed3b066b85..d4f01fc455c8 100644
    --- a/drivers/nvme/host/pci.c
    +++ b/drivers/nvme/host/pci.c
    @@ -3250,6 +3250,9 @@ static const struct pci_device_id nvme_id_table[] = {
    NVME_QUIRK_IGNORE_DEV_SUBNQN, },
    { PCI_DEVICE(0x1987, 0x5016), /* Phison E16 */
    .driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN, },
    + { PCI_DEVICE(0x1b4b, 0x1092), /* Lexar 256 GB SSD */
    + .driver_data = NVME_QUIRK_NO_NS_DESC_LIST |
    + NVME_QUIRK_IGNORE_DEV_SUBNQN, },
    { PCI_DEVICE(0x1d1d, 0x1f1f), /* LighNVM qemu device */
    .driver_data = NVME_QUIRK_LIGHTNVM, },
    { PCI_DEVICE(0x1d1d, 0x2807), /* CNEX WL */
    --
    2.30.1


    \
     
     \ /
      Last update: 2021-03-10 14:32    [W:3.909 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site