From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758727AbbBGRLl (ORCPT ); Sat, 7 Feb 2015 12:11:41 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59226 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758682AbbBGRLj (ORCPT ); Sat, 7 Feb 2015 12:11:39 -0500 Date: Sat, 7 Feb 2015 17:10:55 +0800 From: Greg Kroah-Hartman To: Clemens Ladisch Cc: Peter Hurley , Stefan Richter , devel@driverdev.osuosl.org, linux1394-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging/fwserial: use correct vendor/version IDs Message-ID: <20150207091055.GA907@kroah.com> References: <54C940E0.5090906@ladisch.de> <54C9418F.1050600@ladisch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54C9418F.1050600@ladisch.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 28, 2015 at 09:07:43PM +0100, Clemens Ladisch wrote: > The driver was using the vendor ID 0xd00d1e from the FireWire core. > However, this ID was not registered, and invalid. > > Instead, use the vendor/version IDs that now are officially assigned to > firewire-serial: > https://ieee1394.wiki.kernel.org/index.php/IEEE_OUI_Assignments > > Signed-off-by: Clemens Ladisch > --- > drivers/staging/fwserial/TODO | 5 ++--- > drivers/staging/fwserial/fwserial.c | 4 ++-- > 2 files changed, 4 insertions(+), 5 deletions(-) I'm dropping this from my queue until you all agree that I can apply it. thanks, greg k-h