diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index afb64cf3748ddbcf60739d914136fbc153197de7..9ddafc30f432236539f9304468d77e2daf761f7e 100644 --- a/drivers/input/evdev.c +++ b/drivers/input/evdev.c @@ -683,7 +683,7 @@ static long evdev_do_ioctl(struct file *file, unsigned int cmd, } } - if (_IOC_DIR(cmd) == _IOC_READ) { + if (_IOC_DIR(cmd) == _IOC_WRITE) { if ((_IOC_NR(cmd) & ~ABS_MAX) == _IOC_NR(EVIOCSABS(0))) {