thunderbolt: Add self-authenticate support for new dock
authorCrag Wang <crag.wang@dell.com>
Thu, 27 May 2021 08:45:03 +0000 (16:45 +0800)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 31 May 2021 11:33:14 +0000 (14:33 +0300)
Add new device known to support self-authenticate on disconnect.

Signed-off-by: Crag Wang <crag.wang@dell.com>
Reviewed-by: Mario Limonciello <mario.limonciello@outlook.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/quirks.c

index 57e2978..892cf0e 100644 (file)
@@ -21,6 +21,7 @@ struct tb_quirk {
 static const struct tb_quirk tb_quirks[] = {
        /* Dell WD19TB supports self-authentication on unplug */
        { 0x00d4, 0xb070, quirk_force_power_link },
+       { 0x00d4, 0xb071, quirk_force_power_link },
 };
 
 /**