Re: [PATCH v3 4/5] Add ioctl to retrieve USBTMC-USB488 capabilities

2015-11-11 Thread Andy Shevchenko
On Wed, Nov 11, 2015 at 1:20 PM, Dave Penkler wrote: > This is a convenience function to obtain an instrument's capabilities > from its file descriptor without having to access sysfs from the user > program. > > Signed-off-by: Dave Penkler > --- > drivers/usb/class/usbtmc.c | 12 >

[PATCH v3 4/5] Add ioctl to retrieve USBTMC-USB488 capabilities

2015-11-11 Thread Dave Penkler
This is a convenience function to obtain an instrument's capabilities from its file descriptor without having to access sysfs from the user program. Signed-off-by: Dave Penkler --- drivers/usb/class/usbtmc.c | 12 include/uapi/linux/usb/tmc.h | 21 ++--- 2 files ch