Skip to content

Commit 8a91f86

Browse files
committed
Merge tag 'block-5.19-2022-07-29' of git://git.kernel.dk/linux-block
Pull block fix from Jens Axboe: "Just a single fix for NVMe, yet another quirk addition" * tag 'block-5.19-2022-07-29' of git://git.kernel.dk/linux-block: nvme-pci: Crucial P2 has bogus namespace ids
2 parents e65c6a4 + eda3953 commit 8a91f86

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)