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 3765fad commit 2cf7a77Copy full SHA for 2cf7a77
drivers/nvme/host/pci.c
@@ -3461,6 +3461,8 @@ static const struct pci_device_id nvme_id_table[] = {
3461
.driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY |
3462
NVME_QUIRK_DISABLE_WRITE_ZEROES|
3463
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3464
+ { PCI_DEVICE(0x1987, 0x5012), /* Phison E12 */
3465
+ .driver_data = NVME_QUIRK_BOGUS_NID, },
3466
{ PCI_DEVICE(0x1987, 0x5016), /* Phison E16 */
3467
.driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3468
{ PCI_DEVICE(0x1b4b, 0x1092), /* Lexar 256 GB SSD */
0 commit comments