From patchwork Thu May 27 08:45:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Crag Wang X-Patchwork-Id: 449839 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 647FAC4707F for ; Thu, 27 May 2021 08:46:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 444006101B for ; Thu, 27 May 2021 08:46:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235537AbhE0IsF (ORCPT ); Thu, 27 May 2021 04:48:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235457AbhE0IsE (ORCPT ); Thu, 27 May 2021 04:48:04 -0400 Received: from mail-pf1-x432.google.com (mail-pf1-x432.google.com [IPv6:2607:f8b0:4864:20::432]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 507DBC061574; Thu, 27 May 2021 01:46:32 -0700 (PDT) Received: by mail-pf1-x432.google.com with SMTP id 22so28510pfv.11; Thu, 27 May 2021 01:46:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=G6YOkfmoYTQzY6BFJvCrKbTuX6EkhVXWhoTaGEyzrqg=; b=M8v6UDP7SkzMjXeIDuAOKB3SHRLOascPDy/s4mNYBn40bhixb8oZanP7aZuXWlMs9O +WwQ/HmeYLFwosCJvq3bYf+0xBil+CDgq3WuRCtZBBKCndH04TKmDfOVA+SUp3BwBv4C ZyYcuplcAPqbM2R5MaErMEpV/Os08LuxcTioK7k/JFI/1WStoEIjeorSnmAlZuFWlPVQ yO5qhREBmHRoQW4uPRj3S4JG9nt3NHF+K9FTDhyV806Aqf5Vryl+wvBcpfefAft9zI+D kpW0K9cG8+3aYMx4LTxAK3SXNCy4F3AmisgkDHfUQAKguq79QjS2d5QMVxScBM5wg27W yV0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=G6YOkfmoYTQzY6BFJvCrKbTuX6EkhVXWhoTaGEyzrqg=; b=l5QFDV04H8GVCAHSO9ZDC+PZKBHLCrI7MuhN/deoPcRjei2JbBU9652eLTEfB7zGng X6YU8yaf03OsIlhgqyvTiVngn9grq4hXqjQxVZoUhZaCvWsWemmMssNJG6lZNsBrRwmH zXIARrybu8kKrOeOEV2rh3+5FdJiuG4n753Bb8hBsIaIfqR8tcTHEqrlJN68to3hoABi 1iXO1wry3WL91oJXhTIpciBPTn91J/s/8XZNkprCfBjc49A8H+L7afeVoheK9AzaKwWs NBylpDLSlwAzhfA8pl7mLPQQ62qbKSASiqMbg2c/jGVeCC27RMA7ucoO+Csa0GYP4nML FKww== X-Gm-Message-State: AOAM532qro6s+/llHR407Pe4RnZGmBpq972GVbh6thWDjzG44+cadsXK Kp2CLlpAv4v2r4Drl4KJJ50= X-Google-Smtp-Source: ABdhPJyutrX/JWhRjoZHJ97VrezGjFx49PxUNCF3PZZb/f0O8dHmXbDhA5PKkjkH7j4SBxaZKeSG2Q== X-Received: by 2002:a63:ee53:: with SMTP id n19mr2727304pgk.268.1622105191763; Thu, 27 May 2021 01:46:31 -0700 (PDT) Received: from localhost.localdomain (2001-b011-5c02-729b-db77-9bf2-2339-2201.dynamic-ip6.hinet.net. [2001:b011:5c02:729b:db77:9bf2:2339:2201]) by smtp.googlemail.com with ESMTPSA id v12sm1278502pgi.44.2021.05.27.01.46.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 May 2021 01:46:30 -0700 (PDT) From: Crag Wang X-Google-Original-From: Crag Wang To: Andreas Noever , Michael Jamet , Mika Westerberg , Yehezkel Bernat Cc: mario.limonciello@outlook.com, crag.wang@dell.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/1] thunderbolt: add self-authenticate support for new dock Date: Thu, 27 May 2021 16:45:03 +0800 Message-Id: <20210527084504.7310-1-crag.wang@dell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Add new device known to support self-authenticate on disconnect. Signed-off-by: Crag Wang --- 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 }, }; /**