From patchwork Fri Nov 6 15:10:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian O'Keefe X-Patchwork-Id: 321960 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=-11.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_SANE_1 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 495D1C2D0A3 for ; Fri, 6 Nov 2020 15:10:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F120B22227 for ; Fri, 6 Nov 2020 15:10:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727543AbgKFPKh (ORCPT ); Fri, 6 Nov 2020 10:10:37 -0500 Received: from mail-qk1-f196.google.com ([209.85.222.196]:43130 "EHLO mail-qk1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727499AbgKFPKh (ORCPT ); Fri, 6 Nov 2020 10:10:37 -0500 Received: by mail-qk1-f196.google.com with SMTP id c27so1296310qko.10 for ; Fri, 06 Nov 2020 07:10:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:cc:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=PD7QQRv+MIfve+JLTyRulZvQFoTHtxEldwj7POOmMgs=; b=PU8cvZwZlP6H39TvIdAkFLu3slUWGpDFthm0wRk2eYFtjQ+vu/Vq5zMh/x8ewuMof/ yJeAFvcIjb7C+nGgsiQGHJc0rIRD4LgIcLe4Q6bDi28WyjHIbRafvieOGtddYjoJeBXP GjQF8yZgjEP6vK3Dph/CQiBhhiGOmMpzCYcscHPnWwa7XvMWzhaO9B7H4DTnIi3MHx/E 3B/9TCqE8hB01C1HqlbqlT4RYNgiqAdsOcdYnQ6o/X3Z4ga+mVTtH4s1c/JwlUU8pnvh /0FkeMwj0P7rRTsI/AW0aCWLPsQgV4zkfJ5BYfI0RiRiqHQ4/ubT335gj5QIkVtR1PEp mdTQ== X-Gm-Message-State: AOAM530TL0PuzBIsZ3J8dlH4LVWjLj4p8jdrtJcwnni3BOTnkJGGY3FE uqh38fVkPuX0PNhleENcn1bStSyx2XuXu1kf X-Google-Smtp-Source: ABdhPJzc5clA3GvckM/GbhKOMdm13E1fsB5UAjFnANpe8KDkmaIry5vMNMVoMHctKPFbWlK1YVP66g== X-Received: by 2002:a37:7e43:: with SMTP id z64mr2027820qkc.184.1604675436236; Fri, 06 Nov 2020 07:10:36 -0800 (PST) Received: from ?IPv6:2600:1700:1850:1780:6d4e:4120:8f66:6d6? ([2600:1700:1850:1780:6d4e:4120:8f66:6d6]) by smtp.gmail.com with ESMTPSA id 21sm66020qkv.78.2020.11.06.07.10.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 06 Nov 2020 07:10:35 -0800 (PST) To: Greg Kroah-Hartman , Hans de Goede , Larry Finger Cc: devel@driverdev.osuosl.org, linux-wireless@vger.kernel.org From: Brian O'Keefe Subject: [PATCH] staging: rtl8723bs: Add 024c:0627 to the list of SDIO device-ids Message-ID: Date: Fri, 6 Nov 2020 10:10:34 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Add 024c:0627 to the list of SDIO device-ids, based on hardware found in the wild. This hardware exists on at least some Acer SW1-011 tablets. Signed-off-by: Brian O'Keefe Reviewed-by: Hans de Goede --- drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c index 5b1392deb0a7..7256d55fcc1b 100644 --- a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c +++ b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c @@ -21,6 +21,7 @@ static const struct sdio_device_id sdio_ids[] = { SDIO_DEVICE(0x024c, 0x0525), }, { SDIO_DEVICE(0x024c, 0x0623), }, { SDIO_DEVICE(0x024c, 0x0626), }, + { SDIO_DEVICE(0x024c, 0x0627), }, { SDIO_DEVICE(0x024c, 0xb723), }, { /* end: all zeroes */ }, };