diff options
Diffstat (limited to 'include/uapi/linux/usb')
| -rw-r--r-- | include/uapi/linux/usb/ch9.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h index a65f1f328de1..252ac16635dc 100644 --- a/include/uapi/linux/usb/ch9.h +++ b/include/uapi/linux/usb/ch9.h | |||
| @@ -912,6 +912,16 @@ struct usb_ssp_cap_descriptor { | |||
| 912 | #define USB_SSP_SUBLINK_SPEED_LSM (0xff << 16) /* Lanespeed mantissa */ | 912 | #define USB_SSP_SUBLINK_SPEED_LSM (0xff << 16) /* Lanespeed mantissa */ |
| 913 | } __attribute__((packed)); | 913 | } __attribute__((packed)); |
| 914 | 914 | ||
| 915 | /* | ||
| 916 | * Precision time measurement capability descriptor: advertised by devices and | ||
| 917 | * hubs that support PTM | ||
| 918 | */ | ||
| 919 | #define USB_PTM_CAP_TYPE 0xb | ||
| 920 | struct usb_ptm_cap_descriptor { | ||
| 921 | __u8 bLength; | ||
| 922 | __u8 bDescriptorType; | ||
| 923 | __u8 bDevCapabilityType; | ||
| 924 | } __attribute__((packed)); | ||
| 915 | 925 | ||
| 916 | /*-------------------------------------------------------------------------*/ | 926 | /*-------------------------------------------------------------------------*/ |
| 917 | 927 | ||
