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=-5.8 required=3.0 tests=BAYES_00,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 3BC58C433E0 for ; Thu, 14 Jan 2021 07:50:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 00ABA239E7 for ; Thu, 14 Jan 2021 07:50:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727328AbhANHuX (ORCPT ); Thu, 14 Jan 2021 02:50:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:55954 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727319AbhANHuW (ORCPT ); Thu, 14 Jan 2021 02:50:22 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 65459233FD; Thu, 14 Jan 2021 07:49:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1610610582; bh=GPgqayWa7ykvGcn6a7LLuziq41A+EEiloyOtgv0bL8Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cvjpuFwvQ4irz9ZWBE24KdQJQEzCEdnznrqRXs2S/I0QE96rgF2/jRfzS/7JNvj3u vZToM7052lvei3OYNV19uJNIU/tg4lYDVWtIXv3Xe54JqG+92ZoT/e9HJF/BOg6V5I T+R7HwVKs7km1gO5xj83dQIS6PhrxH/2j1xP3Mf4= Date: Thu, 14 Jan 2021 08:49:38 +0100 From: Greg Kroah-Hartman To: Alan Cooper Cc: Patrik Jakobsson , Felipe Balbi , USB list Subject: Re: Conflicting PCI ID in bdc driver Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, Jan 13, 2021 at 03:07:03PM -0500, Alan Cooper wrote: > Just to be clear, I'm only interested in removing the bdc_pci.c file > and not the rest of the BDC driver. Ok, that's better, please send a patch for this. thanks, greg k-h