[PATCH 0/2] Input: uinput - fix ioctl numbers in uapi/uinput.h
From: Gabriel Laskar <hidden> Date: 2015-01-10 12:43:34
Ioctls numbers for UI_GET_SYSNAME and UI_GET_VERSION are incorrectly numbered,
since nr number is 8bit encoded, 300 and 301 will effectively get 44 and 45.
these two patches fixes this
Gabriel Laskar (2):
Input: uinput - fix ioctl nr overflow for UI_GET_SYSNAME
Input: uinput - fix ioctl nr overflow for UI_GET_VERSION
include/uapi/linux/uinput.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.2.1