Commit 80b26240 authored by Abhijit's avatar Abhijit Committed by Christoph Hellwig
Browse files

nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760



Add a quirk to fix Lexar NM760 SSD drives reporting duplicate nsids.

Signed-off-by: default avatarAbhijit <abhijit@abhijittomar.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent c4abd875
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3527,6 +3527,8 @@ static const struct pci_device_id nvme_id_table[] = {
		.driver_data = NVME_QUIRK_BOGUS_NID, },
	{ PCI_DEVICE(0x1d97, 0x2263), /* Lexar NM610 */
		.driver_data = NVME_QUIRK_BOGUS_NID, },
	{ PCI_DEVICE(0x1d97, 0x2269), /* Lexar NM760 */
		.driver_data = NVME_QUIRK_BOGUS_NID, },
	{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
		.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
	{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),