]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit52a9266788324edbbfd45f02cf23440c01ee0432
treecd7976c48657e23d357097aa956ee110e6896fff
parent4f38b9f2f4a56164cad7a42e92f945c3515c5a2e
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