Skip to content

Commit d6c52fa

Browse files
TobiXChristoph Hellwig
authored andcommitted
nvme-pci: Crucial P2 has bogus namespace ids
This adds a quirk for the Crucial P2. Signed-off-by: Tobias Gruetzmacher <tobias-git@23.gs> Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent 82e094f commit d6c52fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/nvme/host/pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3515,6 +3515,8 @@ static const struct pci_device_id nvme_id_table[] = {
35153515
.driver_data = NVME_QUIRK_BOGUS_NID, },
35163516
{ PCI_DEVICE(0x1e49, 0x0041), /* ZHITAI TiPro7000 NVMe SSD */
35173517
.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
3518+
{ PCI_DEVICE(0xc0a9, 0x540a), /* Crucial P2 */
3519+
.driver_data = NVME_QUIRK_BOGUS_NID, },
35183520
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
35193521
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
35203522
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),

0 commit comments

Comments
 (0)