Skip to content

Commit 41f3804

Browse files
xtnwChristoph Hellwig
authored andcommitted
nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFH
The Micron MTFDKBA2T0TFH device reports the same subsysem NQN for all devices. Add a quick to ignore it. Signed-off-by: Leo Savernik <l.savernik@aon.at> Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent 2645672 commit 41f3804

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
@@ -3474,6 +3474,8 @@ static const struct pci_device_id nvme_id_table[] = {
34743474
{ PCI_DEVICE(0x1cc1, 0x8201), /* ADATA SX8200PNP 512GB */
34753475
.driver_data = NVME_QUIRK_NO_DEEPEST_PS |
34763476
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3477+
{ PCI_DEVICE(0x1344, 0x5407), /* Micron Technology Inc NVMe SSD */
3478+
.driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN },
34773479
{ PCI_DEVICE(0x1c5c, 0x1504), /* SK Hynix PC400 */
34783480
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
34793481
{ PCI_DEVICE(0x1c5c, 0x174a), /* SK Hynix P31 SSD */

0 commit comments

Comments
 (0)