about summary refs log tree commit diff
path: root/modules/hardware/tuxedo-pulse1502/nvme-suspend-quirk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/tuxedo-pulse1502/nvme-suspend-quirk.patch')
-rw-r--r--modules/hardware/tuxedo-pulse1502/nvme-suspend-quirk.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/hardware/tuxedo-pulse1502/nvme-suspend-quirk.patch b/modules/hardware/tuxedo-pulse1502/nvme-suspend-quirk.patch
index b1983554..4d15eb18 100644
--- a/modules/hardware/tuxedo-pulse1502/nvme-suspend-quirk.patch
+++ b/modules/hardware/tuxedo-pulse1502/nvme-suspend-quirk.patch
@@ -3,15 +3,15 @@ index 1bdf714dcd9e..4014a2e17c70 100644
 --- a/drivers/nvme/host/nvme.h
 +++ b/drivers/nvme/host/nvme.h
 @@ -149,6 +149,12 @@ enum nvme_quirks {
- 	 * Reports garbage in the namespace identifiers (eui64, nguid, uuid).
+ 	 * No temperature thresholds for channels other than 0 (Composite).
  	 */
- 	NVME_QUIRK_BOGUS_NID			= (1 << 18),
+ 	NVME_QUIRK_NO_SECONDARY_TEMP_THRESH	= (1 << 19),
 +
 +	/*
 +	 * Disables entering D3cold state for devices that might not wake up
 +	 * again afterwards.
 +	 */
-+	NVME_QUIRK_NO_D3_COLD			= (1 << 19),
++	NVME_QUIRK_NO_D3_COLD			= (1 << 20),
  };
  
  /*