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=YBID9pCU9r6bjdp1J1ECswgMpM1lpEjg4b9rM3RgXrw=; b=i3SwGUlS1zELZSDK18pd5v35lsATJ/VVUj54yYCv7JFmKYxupAAT5HbD7GWi3Z0ChE qo+lsH2pq+jiBr8nT8Vtpo/0dFtF+I5XcPRIhcpEmbyQZi7JBMOURUm2JAWYtSEmCq9Y SWPOY0QJ+zUkdY9conuxVJ+YcIdFmiUpvFPMV62aezej6oXc+g4UoPNI7LDGFtttd1q5 qutRrIjBlD8wlOA8K4gbBtyIvlJjN84omiQHiTIMv+YpsfE041WTiCrnpSfGfBQw9M4a vrwjfcHNuwE1jzD1juNjJnFh0dXCPpqzq/BZIxZPKBtemD5F+oWYcQh+KWi+rCtGo9nQ iGJw== References: From: Frank Rowand Message-ID: <58F00A5B.7050700@gmail.com> Date: Thu, 13 Apr 2017 16:31:39 -0700 MIME-Version: 1.0 In-Reply-To: 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 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