Message ID | 20210221051216.3398620-1-zboszor@pr.hu (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | nvme: Apply the same fix Kingston SKC2000 nVME SSD as A2000 | expand |
Thanks, applied to nvme-5.12 with a slight tweak to the commit message.
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index 4a33287..3af6a95 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -3264,6 +3264,8 @@ static const struct pci_device_id nvme_id_table[] = { .driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, }, { PCI_DEVICE(0x15b7, 0x2001), /* Sandisk Skyhawk */ .driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, }, + { PCI_DEVICE(0x2646, 0x2262), /* KINGSTON SKC2000 NVMe SSD */ + .driver_data = NVME_QUIRK_NO_DEEPEST_PS, }, { PCI_DEVICE(0x2646, 0x2263), /* KINGSTON A2000 NVMe SSD */ .driver_data = NVME_QUIRK_NO_DEEPEST_PS, }, { PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2001),