From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=k1h+o6I6s39r6UE8Vd+VZhlRW50S6rthSy2qpRehFFs=; b=GqH4g9aWWZApB+q2NK4pje4Owsx3dkzvrtGAVV9C31dtQST5gDgNbnIuZ7QK1GisSc V8W8ube7jO1PobWR2sIavhno/d7JhI/O/eldxOMCPut2uKGpdw5F1247Bv4BsNvfWKj/ WQet+ehoQ40tRugwMsdSs/ktfIeT1y4cSUJufA4nLJPaSwLcuFvdyR/PZCJTneRgmuXi +L/Wq+EgMONwbKAAHgaS77c+ksd50qlLtDBCI/0FAC6Lz8ycaI8seo6Z8SfNXJj8wdpb FGu6PIk3uZ88P0UDARKYYTfUfIZ21KOZ4kQdbiNPo3WSZVsOXiZPMHQH2zuBL/YLqcsZ z06g== References: <58F00A5B.7050700@gmail.com> From: Frank Rowand Message-ID: <58F00D3D.8040201@gmail.com> Date: Thu, 13 Apr 2017 16:43:57 -0700 MIME-Version: 1.0 In-Reply-To: <58F00A5B.7050700@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Fuego] [PATCH v2] sercp: Add support for full device paths List-Id: Mailing list for the Fuego test framework List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Bird, Timothy" , "monstr@monstr.eu" , "fuego@lists.linuxfoundation.org" On 04/13/17 16:31, Frank Rowand wrote: > On 04/13/17 15:47, Bird, Timothy wrote: >> Add a new argument (-d, --device) to support a full device path. >> Due to file argument parsing constraints, sercp cannot handle >> certain serial paths used as the host for the source or destination. >> >> This feature makes it possible to use a full path, with slashes and >> colons, to specify the serial port for the operation. Use something >> like: >> $ sercp -d /dev/serial/by-path/pci-0000:08:00-usb-0:3:1.4 file1 serial:/tmp >> >> The reason for this is that in some cases, using the full path is more >> convenient than the single-word device. For example, the full path can >> uniquely identify a serial port on a USB port, that might change device >> names as USB ports are connected and disconnected. >> >> Signed-off-by: Tim Bird >> --- >> serio | 30 ++++++++++++++++++++++-------- >> 1 file changed, 22 insertions(+), 8 deletions(-) > > < snip > > > Accepted. > > I am assuming you have tested and will apply without further test > given your time contraints. > > -Frank > > And commit pushed, with an added commit to update the version. -Frank