Message ID | 20210527084504.7310-1-crag.wang@dell.com |
---|---|
State | New |
Headers | show |
Series | [1/1] thunderbolt: add self-authenticate support for new dock | expand |
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 <crag.wang@dell.com> I changed "From: " to match your SoB address and applied to thunderbolt.git/next with Mario's tag, thanks!
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 }, }; /**
Add new device known to support self-authenticate on disconnect. Signed-off-by: Crag Wang <crag.wang@dell.com> --- drivers/thunderbolt/quirks.c | 1 + 1 file changed, 1 insertion(+)