From: Crag Wang Date: Thu, 27 May 2021 08:45:03 +0000 (+0800) Subject: thunderbolt: Add self-authenticate support for new dock X-Git-Tag: howlett/maple/20220722_2~2809^2~8^2~28 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fe6f6f95919ccdc8a3e2c5dae9b1740583e16523;p=users%2Fjedix%2Flinux-maple.git thunderbolt: Add self-authenticate support for new dock Add new device known to support self-authenticate on disconnect. Signed-off-by: Crag Wang Reviewed-by: Mario Limonciello Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/quirks.c b/drivers/thunderbolt/quirks.c index 57e2978a3c21..892cf0e8ada5 100644 --- a/drivers/thunderbolt/quirks.c +++ b/drivers/thunderbolt/quirks.c @@ -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 }, }; /**