]> git.baikalelectronics.ru Git - kernel.git/commit
Input: fix EVIOCSFF macro inconsistency by using _IOW()
authorElias Vanderstuyft <elias.vds@gmail.com>
Mon, 21 Sep 2015 22:59:11 +0000 (15:59 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 16 Oct 2015 22:32:16 +0000 (15:32 -0700)
commit76bb8e932e3b82128bd479d83206bfc97d20be66
treecd7976c48657e23d357097aa956ee110e6896fff
parentc35a6f94f49f05d6ea3d3deb17f85b2580baeed8
Input: fix EVIOCSFF macro inconsistency by using _IOW()

Just like the EVIOCSABS(abs) macro, use the more compact
_IOW(..., type) instead of _IOC(_IOC_WRITE, ..., sizeof(type))
for the EVIOCSFF macro.

Signed-off-by: Elias Vanderstuyft <elias.vds@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
include/uapi/linux/input.h