2021-05-27 08:48:16

by Crag Wang

[permalink] [raw]
Subject: [PATCH 1/1] thunderbolt: add self-authenticate support for new dock

Add new device known to support self-authenticate on disconnect.

Signed-off-by: Crag Wang <[email protected]>
---
drivers/thunderbolt/quirks.c | 1 +
1 file changed, 1 insertion(+)

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 },
};

/**
--
2.25.1


2021-05-31 11:37:49

by Mika Westerberg

[permalink] [raw]
Subject: Re: [PATCH 1/1] thunderbolt: add self-authenticate support for new dock

On Thu, May 27, 2021 at 04:45:03PM +0800, Crag Wang wrote:
> Add new device known to support self-authenticate on disconnect.
>
> Signed-off-by: Crag Wang <[email protected]>

I changed "From: " to match your SoB address and applied to
thunderbolt.git/next with Mario's tag, thanks!