Message ID | 20210519064146.58454-1-crag.wang@dell.com |
---|---|
State | Superseded |
Headers | show |
Series | [1/1] thunderbolt: add support for authenticate on disconnect for new dock | expand |
On Wed, May 19, 2021 at 02:41:46PM +0800, Crag Wang wrote: > Signed-off-by: Crag Wang <crag.wang@dell.com> > --- I can't take patches without any changelog text, sorry. greg k-h
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 }, }; /**
Signed-off-by: Crag Wang <crag.wang@dell.com> --- drivers/thunderbolt/quirks.c | 1 + 1 file changed, 1 insertion(+)