From patchwork Thu Feb 18 12:37:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 384979 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=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS autolearn=no 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 52634C433E0 for ; Thu, 18 Feb 2021 14:00:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0561160C3D for ; Thu, 18 Feb 2021 14:00:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230429AbhBROAI (ORCPT ); Thu, 18 Feb 2021 09:00:08 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:60650 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232558AbhBRMjq (ORCPT ); Thu, 18 Feb 2021 07:39:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1613651853; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Uj3d7AX4kCZzCan+7I9KfL3//X8k0tnB3epM9LTHA88=; b=SZrp2QIIfN7Cz+AXcEVC72Q9xEdIVa2SaxPnetYzWT8Ha/LHgi35QN91FVY/OxEMTdunb8 KcSIy1xkCEIrW1WxUglFNTVEskrgmcX14/Y/oDkAI+2fRWfXg2rVyNStFF/NDlcgKDHWhF zYEhSvDrVqty+X6dLL/J2zgzW58I03k= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-219-IQiO_pQXP1CxR5FbF86N1A-1; Thu, 18 Feb 2021 07:37:31 -0500 X-MC-Unique: IQiO_pQXP1CxR5FbF86N1A-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8219E108C312; Thu, 18 Feb 2021 12:37:30 +0000 (UTC) Received: from x1.localdomain (ovpn-115-22.ams2.redhat.com [10.36.115.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6181060917; Thu, 18 Feb 2021 12:37:29 +0000 (UTC) From: Hans de Goede To: Marcel Holtmann , Johan Hedberg Cc: Hans de Goede , Hui Wang , linux-bluetooth@vger.kernel.org Subject: [PATCH 5.12 regression fix 0/1] Bluetooth: btusb: Revert "Fix the autosuspend enable and disable" Date: Thu, 18 Feb 2021 13:37:27 +0100 Message-Id: <20210218123728.17067-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi All,