diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ticable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ticable.h b/include/linux/ticable.h index 5aa24b451fba..8c2212086dcd 100644 --- a/include/linux/ticable.h +++ b/include/linux/ticable.h @@ -38,5 +38,7 @@ #define IOCTL_TIUSB_TIMEOUT _IOW('N', 0x20, int) /* set timeout */ #define IOCTL_TIUSB_RESET_DEVICE _IOW('N', 0x21, int) /* reset device */ #define IOCTL_TIUSB_RESET_PIPES _IOW('N', 0x22, int) /* reset both pipes*/ +#define IOCTL_TIUSB_GET_MAXPS _IOR('N', 0x23, int) /* max packet size */ +#define IOCTL_TIUSB_GET_DEVID _IOR('N', 0x24, int) /* get device type */ #endif /* TICABLE_H */ |
