diff options
author | Crag Wang <crag.wang@dell.com> | 2021-05-27 11:45:03 +0300 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2021-05-31 14:33:14 +0300 |
commit | fe6f6f95919ccdc8a3e2c5dae9b1740583e16523 (patch) | |
tree | fb4c3fc67e5ff756c2adde7628931ec3d5094ca8 /drivers/thunderbolt/quirks.c | |
parent | 8124c8a6b35386f73523d27eacb71b5364a68c4c (diff) | |
download | linux-fe6f6f95919ccdc8a3e2c5dae9b1740583e16523.tar.xz |
thunderbolt: Add self-authenticate support for new dock
Add new device known to support self-authenticate on disconnect.
Signed-off-by: Crag Wang <crag.wang@dell.com>
Reviewed-by: Mario Limonciello <mario.limonciello@outlook.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt/quirks.c')
-rw-r--r-- | drivers/thunderbolt/quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, }; /** |