Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965502AbbBCOAU (ORCPT ); Tue, 3 Feb 2015 09:00:20 -0500 Received: from mail-qa0-f44.google.com ([209.85.216.44]:62225 "EHLO mail-qa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964781AbbBCOAR (ORCPT ); Tue, 3 Feb 2015 09:00:17 -0500 Message-ID: <54D0D46E.2040907@hurleysoftware.com> Date: Tue, 03 Feb 2015 09:00:14 -0500 From: Peter Hurley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Stefan Richter CC: Clemens Ladisch , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux1394-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging/fwserial: use correct vendor/version IDs References: <54C940E0.5090906@ladisch.de> <54C9418F.1050600@ladisch.de> <54CFF560.300@hurleysoftware.com> <20150203094425.2def7f79@kant> In-Reply-To: <20150203094425.2def7f79@kant> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2172 Lines: 53 On 02/03/2015 03:44 AM, Stefan Richter wrote: > On Feb 02 Peter Hurley wrote: >> On 01/28/2015 03:07 PM, 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 >> >> That's great that we have official OUIs now, but I have to NACK this >> patch as is. >> >> The problem is a host with the old OUIs will not recognize a remote >> unit with the new OUIs, and vice versa. >> >> Even though the new ids could be added to the unit driver's id_table, >> (which would let hosts with the new OUI connect to either OUI remote), >> it wouldn't let 3.19- hosts connect to 3.20+ hosts. > > Actually there are no 3.19- hosts that speak fwserial; there are only > staging hosts that do so. So, with this patch added, certain staging > hosts would become unable to talk with certain other staging hosts (and > with future Linux hosts, once fwserial gets merged upstream). The breakage seems gratuitous especially considering the existing OUI has been in use for a decade. > Both fwserial-the-implementation and fwserial-the-protocol are your own, > and as yet unmerged. I've been waiting for you to work through the patch backlog from Feb and Mar of last year before sending you more patches to merge fwserial. > (In addition, there does not yet exist a second > implementation, AFAIK.) So I'd say there is still opportunity to improve > the protocol even in incompatible ways if justified. Switching to > valid identifiers may very well be such a justifiable change. I would appreciate you sharing any suggestions for improving the protocol. While I concede the protocol is not perfect, I'm struggling to see how changing the OUI improves it. Regards, Peter Hurley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/