From mboxrd@z Thu Jan 1 00:00:00 1970 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=-0.8 required=3.0 tests=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 8FB80C43331 for ; Fri, 6 Sep 2019 08:00:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A14D2070C for ; Fri, 6 Sep 2019 08:00:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mork.no header.i=@mork.no header.b="CcvHpfUg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729209AbfIFIAS (ORCPT ); Fri, 6 Sep 2019 04:00:18 -0400 Received: from canardo.mork.no ([148.122.252.1]:53743 "EHLO canardo.mork.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727816AbfIFIAS (ORCPT ); Fri, 6 Sep 2019 04:00:18 -0400 Received: from miraculix.mork.no ([IPv6:2a02:2121:2c6:ea50:dc9c:cbff:fe10:7b5a]) (authenticated bits=0) by canardo.mork.no (8.15.2/8.15.2) with ESMTPSA id x867xoWc028521 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 6 Sep 2019 09:59:51 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mork.no; s=b; t=1567756793; bh=/2gqBF8vGK7i6EkJq1a5lQAMlIV0aHWhGCUe6Yfoiwk=; h=From:To:Cc:Subject:References:Date:Message-ID:From; b=CcvHpfUg0S1II3Sn0y45rVu0KkCxuh9lXl8GbXj2TP2bOgIRv7Sl6Nj+GdvdPrJyL EWF7s+dzFRCvqab0FoQNqznbjp2X1H14PrC1z8igB3xmhIMRv+h3eAL3Oy3pTGGCcs ux5Ujttbfgup0qWjQZiKs3MRojUFVmZuOG0pwrZs= Received: from bjorn by miraculix.mork.no with local (Exim 4.92) (envelope-from ) id 1i699l-0002uY-0i; Fri, 06 Sep 2019 09:59:45 +0200 From: =?utf-8?Q?Bj=C3=B8rn_Mork?= To: Cc: , , , , , , , Subject: Re: [PATCH 3/3] net: cdc_ncm: Add ACPI MAC address pass through functionality Organization: m References: <1567717304186.90134@Dellteam.com> Date: Fri, 06 Sep 2019 09:59:44 +0200 In-Reply-To: <1567717304186.90134@Dellteam.com> (Charles Hyde's message of "Thu, 5 Sep 2019 21:01:44 +0000") Message-ID: <874l1pua6n.fsf@miraculix.mork.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: clamav-milter 0.101.2 at canardo X-Virus-Status: Clean Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org writes: > + if (strstr(dev->udev->product, "D6000")) { Huh? Can you please test that on all USB devices ever made? Bj=C3=B8rn