diff options
| author | fire855 <thefire855@gmail.com> | 2018-01-14 01:08:30 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-05-16 15:18:29 +0200 |
| commit | 140fa99e137280c5b3b9151003397c219d772bff (patch) | |
| tree | 0344b246f5b4e2dd4e85cddd970af064e446b833 /include/uapi/linux | |
| parent | caf20aef7a5b585bd4c9dc1033e174e9f49cfa58 (diff) | |
Revert "usb: gadget: f_fs: Increase EP_ALLOC ioctl number"
This reverts commit 4383cfbb3fe503cff5d7384986eb1b1b34133c01.
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/usb/functionfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/usb/functionfs.h b/include/uapi/linux/usb/functionfs.h index ccaa477a0..94aba0243 100644 --- a/include/uapi/linux/usb/functionfs.h +++ b/include/uapi/linux/usb/functionfs.h @@ -179,7 +179,7 @@ struct usb_functionfs_event { * Sets a buffer length for which all r/w operations under that size use a * preallocated buffer. Behavior of larger operations does not change. */ -#define FUNCTIONFS_ENDPOINT_ALLOC _IOR('g', 231, __u32) +#define FUNCTIONFS_ENDPOINT_ALLOC _IOR('g', 131, __u32) #endif /* _UAPI__LINUX_FUNCTIONFS_H__ */ |
