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 7949aa4 commit 1616d6cCopy full SHA for 1616d6c
drivers/nvme/host/pci.c
@@ -3433,6 +3433,8 @@ static const struct pci_device_id nvme_id_table[] = {
3433
.driver_data = NVME_QUIRK_BOGUS_NID, },
3434
{ PCI_DEVICE(0x1d97, 0x2269), /* Lexar NM760 */
3435
3436
+ { PCI_DEVICE(0x1e4b, 0x1602), /* HS-SSD-FUTURE 2048G */
3437
+ .driver_data = NVME_QUIRK_BOGUS_NID, },
3438
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
3439
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
3440
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),
0 commit comments