Skip to content

Commit f7ca1ae

Browse files
committed
Merge branch 'nvme-6.3' of git://git.infradead.org/nvme into block-6.3
Pull NVMe fix from Christoph. * 'nvme-6.3' of git://git.infradead.org/nvme: nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD
2 parents 3723091 + 74391b3 commit f7ca1ae

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
@@ -3443,6 +3443,8 @@ static const struct pci_device_id nvme_id_table[] = {
34433443
{ PCI_DEVICE(0x1d97, 0x2269), /* Lexar NM760 */
34443444
.driver_data = NVME_QUIRK_BOGUS_NID |
34453445
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3446+
{ PCI_DEVICE(0x10ec, 0x5763), /* TEAMGROUP T-FORCE CARDEA ZERO Z330 SSD */
3447+
.driver_data = NVME_QUIRK_BOGUS_NID, },
34463448
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
34473449
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
34483450
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),

0 commit comments

Comments
 (0)