OSDN Git Service

usb: usbtmc: Add ioctl for generic requests on control
authorGuido Kiener <guido@kiener-muenchen.de>
Wed, 12 Sep 2018 08:50:51 +0000 (10:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Sep 2018 11:04:01 +0000 (13:04 +0200)
commit658f24f4523e41cda6a389c38b763f4c0cad6fbc
tree21f1fc97e1f3a9b8c5d93dbd86af0fd4c152b4b2
parent38c6528d40d8085183916b3ef851ddea66fd84dd
usb: usbtmc: Add ioctl for generic requests on control

Add USBTMC_IOCTL_CTRL_REQUEST to send arbitrary requests on the
control pipe.  Used by specific applications of IVI Foundation,
Inc. to implement VISA API functions: viUsbControlIn/Out.

The maximum length of control request is set to 4k.

This ioctl does not support compatibility for 32 bit
applications running on 64 bit systems. However all other
convenient ioctls of the USBTMC driver can still be used in 32
bit applications as well. Note that 32 bit applications running
on 32 bit target systems are not affected by this limitation.

Signed-off-by: Guido Kiener <guido.kiener@rohde-schwarz.com>
Reviewed-by: Steve Bayless <steve_bayless@keysight.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/class/usbtmc.c
include/uapi/linux/usb/tmc.h