diff options
Diffstat (limited to 'include/uapi/linux/usb')
| -rw-r--r-- | include/uapi/linux/usb/tmc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/usb/tmc.h b/include/uapi/linux/usb/tmc.h index c045ae12556c..7e5ced80548f 100644 --- a/include/uapi/linux/usb/tmc.h +++ b/include/uapi/linux/usb/tmc.h | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | #define USBTMC_REQUEST_CHECK_CLEAR_STATUS 6 | 30 | #define USBTMC_REQUEST_CHECK_CLEAR_STATUS 6 |
| 31 | #define USBTMC_REQUEST_GET_CAPABILITIES 7 | 31 | #define USBTMC_REQUEST_GET_CAPABILITIES 7 |
| 32 | #define USBTMC_REQUEST_INDICATOR_PULSE 64 | 32 | #define USBTMC_REQUEST_INDICATOR_PULSE 64 |
| 33 | #define USBTMC488_REQUEST_READ_STATUS_BYTE 128 | ||
| 33 | 34 | ||
| 34 | /* Request values for USBTMC driver's ioctl entry point */ | 35 | /* Request values for USBTMC driver's ioctl entry point */ |
| 35 | #define USBTMC_IOC_NR 91 | 36 | #define USBTMC_IOC_NR 91 |
| @@ -39,5 +40,6 @@ | |||
| 39 | #define USBTMC_IOCTL_ABORT_BULK_IN _IO(USBTMC_IOC_NR, 4) | 40 | #define USBTMC_IOCTL_ABORT_BULK_IN _IO(USBTMC_IOC_NR, 4) |
| 40 | #define USBTMC_IOCTL_CLEAR_OUT_HALT _IO(USBTMC_IOC_NR, 6) | 41 | #define USBTMC_IOCTL_CLEAR_OUT_HALT _IO(USBTMC_IOC_NR, 6) |
| 41 | #define USBTMC_IOCTL_CLEAR_IN_HALT _IO(USBTMC_IOC_NR, 7) | 42 | #define USBTMC_IOCTL_CLEAR_IN_HALT _IO(USBTMC_IOC_NR, 7) |
| 43 | #define USBTMC488_IOCTL_READ_STB _IOR(USBTMC_IOC_NR, 18, unsigned char) | ||
| 42 | 44 | ||
| 43 | #endif | 45 | #endif |
