thunderbolt: Add self-authenticate support for new dock

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>
This commit is contained in:
Crag Wang 2021-05-27 16:45:03 +08:00 committed by Mika Westerberg
parent 8124c8a6b3
commit fe6f6f9591

View 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 },
};
/**