We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb48d8 commit e5bb098Copy full SHA for e5bb098
drivers/nvme/host/pci.c
@@ -3396,6 +3396,8 @@ static const struct pci_device_id nvme_id_table[] = {
3396
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3397
{ PCI_DEVICE(0x144d, 0xa809), /* Samsung MZALQ256HBJD 256G */
3398
3399
+ { PCI_DEVICE(0x144d, 0xa802), /* Samsung SM953 */
3400
+ .driver_data = NVME_QUIRK_BOGUS_NID, },
3401
{ PCI_DEVICE(0x1cc4, 0x6303), /* UMIS RPJTJ512MGE1QDY 512G */
3402
3403
{ PCI_DEVICE(0x1cc4, 0x6302), /* UMIS RPJTJ256MGE1QDY 256G */
0 commit comments