aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/usb
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/usb')
-rw-r--r--include/uapi/linux/usb/functionfs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/linux/usb/functionfs.h b/include/uapi/linux/usb/functionfs.h
index b66fae77c08c..0154b2859fd7 100644
--- a/include/uapi/linux/usb/functionfs.h
+++ b/include/uapi/linux/usb/functionfs.h
@@ -32,6 +32,14 @@ struct usb_endpoint_descriptor_no_audio {
32 __u8 bInterval; 32 __u8 bInterval;
33} __attribute__((packed)); 33} __attribute__((packed));
34 34
35/* Legacy format, deprecated as of 3.14. */
36struct usb_functionfs_descs_head {
37 __le32 magic;
38 __le32 length;
39 __le32 fs_count;
40 __le32 hs_count;
41} __attribute__((packed, deprecated));
42
35/* MS OS Descriptor header */ 43/* MS OS Descriptor header */
36struct usb_os_desc_header { 44struct usb_os_desc_header {
37 __u8 interface; 45 __u8 interface;