Skip to content

Commit c8714d1

Browse files
pterjangregkh
authored andcommitted
nvme-pci: add quirks for Lexar 256GB SSD
[ Upstream commit 6e6a682 ] 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>
1 parent e88e014 commit c8714d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/nvme/host/pci.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3250,6 +3250,9 @@ static const struct pci_device_id nvme_id_table[] = {
32503250
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
32513251
{ PCI_DEVICE(0x1987, 0x5016), /* Phison E16 */
32523252
.driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3253+
{ PCI_DEVICE(0x1b4b, 0x1092), /* Lexar 256 GB SSD */
3254+
.driver_data = NVME_QUIRK_NO_NS_DESC_LIST |
3255+
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
32533256
{ PCI_DEVICE(0x1d1d, 0x1f1f), /* LighNVM qemu device */
32543257
.driver_data = NVME_QUIRK_LIGHTNVM, },
32553258
{ PCI_DEVICE(0x1d1d, 0x2807), /* CNEX WL */

0 commit comments

Comments
 (0)