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 3eb9694 commit a3a9d63Copy full SHA for a3a9d63
drivers/nvme/host/pci.c
@@ -3424,6 +3424,8 @@ static const struct pci_device_id nvme_id_table[] = {
3424
.driver_data = NVME_QUIRK_BOGUS_NID, },
3425
{ PCI_DEVICE(0x1e4B, 0x1202), /* MAXIO MAP1202 */
3426
3427
+ { PCI_DEVICE(0x1e4B, 0x1602), /* MAXIO MAP1602 */
3428
+ .driver_data = NVME_QUIRK_BOGUS_NID, },
3429
{ PCI_DEVICE(0x1cc1, 0x5350), /* ADATA XPG GAMMIX S50 */
3430
3431
{ PCI_DEVICE(0x1dbe, 0x5236), /* ADATA XPG GAMMIX S70 */
0 commit comments