diff options
| author | Guido Kiener <[email protected]> | 2018-09-12 10:50:59 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-09-20 13:04:02 +0200 |
| commit | 8409e96f012a777ad9ca2050d567d766e43ec343 (patch) | |
| tree | 345d6495d0d6b359efbda43f7821cd501cdf57a9 /tools/perf/scripts/python | |
| parent | 739240a9f6ac4d4c841081029874b3521744e490 (diff) | |
usb: usbtmc: add ioctl USBTMC_IOCTL_MSG_IN_ATTR
add ioctl USBTMC_IOCTL_MSG_IN_ATTR that returns the specific
bmTransferAttributes field of the last DEV_DEP_MSG_IN Bulk-IN
header. This header is received by the read() function. The
meaning of the (u8) bitmap bmTransferAttributes is:
Bit 0 = EOM flag is set when the last transfer of a USBTMC
message is received.
Bit 1 = is set when the last byte is a termchar (e.g. '\n').
Note that this bit is always zero when the device does not support
the termchar feature or when termchar detection is not enabled
(see ioctl USBTMC_IOCTL_CONFIG_TERMCHAR).
Signed-off-by: Guido Kiener <[email protected]>
Reviewed-by: Steve Bayless <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions