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: v5.14-rc1~64^2~8^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe6f6f95919ccdc8a3e2c5dae9b1740583e16523;p=thirdparty%2Fkernel%2Flinux.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 57e2978a3c21e..892cf0e8ada50 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 }, }; /**