Skip to content

Commit e5bb098

Browse files
Panky-codeskeithbusch
authored andcommitted
nvme: add BOGUS_NID quirk for Samsung SM953
Add the quirk as SM953 is reporting bogus namespace ID. Link: https://bugzilla.kernel.org/show_bug.cgi?id=217593 Reported-by: Clemens Springsguth <[email protected]> Tested-by: Clemens Springsguth <[email protected]> Signed-off-by: Pankaj Raghav <[email protected]> Signed-off-by: Keith Busch <[email protected]>
1 parent 2fb48d8 commit e5bb098

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
@@ -3396,6 +3396,8 @@ static const struct pci_device_id nvme_id_table[] = {
33963396
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
33973397
{ PCI_DEVICE(0x144d, 0xa809), /* Samsung MZALQ256HBJD 256G */
33983398
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3399+
{ PCI_DEVICE(0x144d, 0xa802), /* Samsung SM953 */
3400+
.driver_data = NVME_QUIRK_BOGUS_NID, },
33993401
{ PCI_DEVICE(0x1cc4, 0x6303), /* UMIS RPJTJ512MGE1QDY 512G */
34003402
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
34013403
{ PCI_DEVICE(0x1cc4, 0x6302), /* UMIS RPJTJ256MGE1QDY 256G */

0 commit comments

Comments
 (0)