All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] thunderbolt: add self-authenticate support for new dock
@ 2021-05-27  8:45 Crag Wang
  2021-05-31 11:35 ` Mika Westerberg
  0 siblings, 1 reply; 2+ messages in thread
From: Crag Wang @ 2021-05-27  8:45 UTC (permalink / raw)
  To: Andreas Noever, Michael Jamet, Mika Westerberg, Yehezkel Bernat
  Cc: mario.limonciello, crag.wang, linux-usb, linux-kernel

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(+)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] thunderbolt: add self-authenticate support for new dock
  2021-05-27  8:45 [PATCH 1/1] thunderbolt: add self-authenticate support for new dock Crag Wang
@ 2021-05-31 11:35 ` Mika Westerberg
  0 siblings, 0 replies; 2+ messages in thread
From: Mika Westerberg @ 2021-05-31 11:35 UTC (permalink / raw)
  To: Crag Wang
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat,
	mario.limonciello, crag.wang, linux-usb, linux-kernel

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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-31 11:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27  8:45 [PATCH 1/1] thunderbolt: add self-authenticate support for new dock Crag Wang
2021-05-31 11:35 ` Mika Westerberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.