On Thu, 2017-08-24 at 16:11 -0700, Roderick Colenbrander wrote:
From: Roderick Colenbrander <roderick.colenbrander@sony.com>
Configure the motion sensor sub device with the
INPUT_PROP_JOYDEV_IGNORE
flag to prevent joydev from picking it up.
Can you please add the reason why to the commit message?
quoted hunk ↗ jump to hunk
Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com>
---
drivers/hid/hid-sony.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c
index d03203a..6c290c6 100644
--- a/drivers/hid/hid-sony.c
+++ b/drivers/hid/hid-sony.c
@@ -1375,6 +1375,7 @@ static int sony_register_sensors(struct sony_sc
*sc)
}
__set_bit(INPUT_PROP_ACCELEROMETER, sc->sensor_dev-
quoted
propbit);
+ __set_bit(INPUT_PROP_JOYDEV_IGNORE, sc->sensor_dev-
quoted
propbit);
ret = input_register_device(sc->sensor_dev);
if (ret < 0)