Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 1058e9a

Browse files
doryiiigregkh
authored andcommitted
nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD
[ Upstream commit 74391b3 ] Added a quirk to fix the TeamGroup T-Force Cardea Zero Z330 SSDs reporting duplicate NGUIDs. Signed-off-by: Duy Truong <dory@dory.moe> Cc: stable@vger.kernel.org Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent dfae73f commit 1058e9a

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
@@ -3552,6 +3552,8 @@ static const struct pci_device_id nvme_id_table[] = {
35523552
{ PCI_DEVICE(0x1d97, 0x2269), /* Lexar NM760 */
35533553
.driver_data = NVME_QUIRK_BOGUS_NID |
35543554
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3555+
{ PCI_DEVICE(0x10ec, 0x5763), /* TEAMGROUP T-FORCE CARDEA ZERO Z330 SSD */
3556+
.driver_data = NVME_QUIRK_BOGUS_NID, },
35553557
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
35563558
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
35573559
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),

0 commit comments

Comments
 (0)