From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161567AbcFBTCq (ORCPT ); Thu, 2 Jun 2016 15:02:46 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:57857 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933065AbcFBTCp (ORCPT ); Thu, 2 Jun 2016 15:02:45 -0400 Date: Thu, 2 Jun 2016 21:02:38 +0200 From: Andrew Lunn To: Mario_Limonciello@Dell.com Cc: gregkh@linuxfoundation.org, hayeswang@realtek.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-usb@vger.kernel.org, pali.rohar@gmail.com, anthony.wong@canonical.com Subject: Re: [PATCH v2] r8152: Add support for setting MAC to system's Auxiliary MAC address Message-ID: <20160602190238.GK15379@lunn.ch> References: <1464886687-16284-1-git-send-email-mario_limonciello@dell.com> <1464886687-16284-2-git-send-email-mario_limonciello@dell.com> <20160602174808.GA32131@kroah.com> <2d81e70165b8447d92b873eafeaeded7@ausx13mpc124.AMER.DELL.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2d81e70165b8447d92b873eafeaeded7@ausx13mpc124.AMER.DELL.COM> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > And you want to check this for all Dell devices? Please be model > > specific, I doubt a bunch of Dell servers wants to run this code... > > > > Tracking model specific is really going to turn into a giant list never ending list. > To drill down more specifically, I can match on chassis too. Does Dell happen to use its own USB Vendor ID for the USB device in the dock? You could go at this problem from the other direction if it does have a unique vendor ID. Andrew