From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756639AbcA2RfJ (ORCPT ); Fri, 29 Jan 2016 12:35:09 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:32955 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752748AbcA2RfF (ORCPT ); Fri, 29 Jan 2016 12:35:05 -0500 Date: Fri, 29 Jan 2016 18:34:46 +0100 From: Dave Penkler To: Clemens Ladisch Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 0/5] usb: usbtmc: Add support for missing functions in USBTMC-USB488 spec Message-ID: <20160129173446.GA1481@slacky> References: <20160127175742.GA4650@slacky> <56A9D583.1080300@ladisch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56A9D583.1080300@ladisch.de> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Clemens, On Thu, Jan 28, 2016 at 09:46:59AM +0100, Clemens Ladisch wrote: > Dave Penkler wrote: > > Implement support for the USB488 defined READ_STATUS_BYTE ioctl (1/5) > > and SRQ notifications with fasync (2/5) and poll/select (3/5) in order > > to be able to synchronize with variable duration instrument > > operations. > > > > Add convenience ioctl to return all device capabilities (4/5) > > > > Add ioctls for other USB488 requests: REN_CONTROL, GOTO_LOCAL and > > LOCAL_LOCKOUT. (5/5) > > [...] > > Testing: > > All functions tested ok on an USBTMC-USB488 compliant oscilloscope > > How? Did you extend the usbtmc_ioctl tool? No, I have written my own test program and run it against my Agilent/Keysight Oscilloscope. It is available, as is, on request. cheers, -Dave