diff options
| author | Jerry Zhang <zhangjerry@google.com> | 2017-02-08 16:20:39 -0800 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-09-14 17:12:14 +0200 |
| commit | 1c3679b461591da0e6ce64f5e93eecdff706bff2 (patch) | |
| tree | 137a77157963bb01471688f46adba4871a0a1b30 /include/uapi/linux/usb/functionfs.h | |
| parent | 5fe0d89935609c6f30e450941949d22a9407868d (diff) | |
usb: gadget: f_fs: Increase EP_ALLOC ioctl number
Prevent conflict with possible new upstream ioctls
before it itself is upstreamed.
Test: None
Change-Id: I10cbc01c25f920a626ea7559e8ca80ee08865333
Signed-off-by: Jerry Zhang <zhangjerry@google.com>
Diffstat (limited to 'include/uapi/linux/usb/functionfs.h')
| -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 94aba0243..ccaa477a0 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', 131, __u32) +#define FUNCTIONFS_ENDPOINT_ALLOC _IOR('g', 231, __u32) #endif /* _UAPI__LINUX_FUNCTIONFS_H__ */ |
