Skip to content

Commit eda3953

Browse files
committed
Merge tag 'nvme-5.19-2022-07-27' of git://git.infradead.org/nvme into block-5.19
Pull NVMe fix from Christoph: "nvme fix for Linux 5.19 - yet another duplicate ID quirk (Tobias Gruetzmacher)" * tag 'nvme-5.19-2022-07-27' of git://git.infradead.org/nvme: nvme-pci: Crucial P2 has bogus namespace ids
2 parents 82e094f + d6c52fa commit eda3953

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)