Message ID | 20170428042022.21814-11-kai.heng.feng@canonical.com |
---|---|
State | New |
Headers | show |
diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c index 8fae040e0516..1ab61070b133 100644 --- a/drivers/nvme/host/core.c +++ b/drivers/nvme/host/core.c @@ -1022,6 +1022,15 @@ struct nvme_core_quirk_entry { }; static const struct nvme_core_quirk_entry core_quirks[] = { + { + /* + * This Toshiba device seems to die using any APST states. See: + * https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184/comments/11 + */ + .vid = 0x1179, + .mn = "THNSF5256GPUK TOSHIBA", + .quirks = NVME_QUIRK_NO_APST, + } }; /* match is null-terminated but idstr is space-padded. */