mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2025-01-30 00:54:17 +00:00
1e2831db01
In preparation for struct class_device -> struct device input core conversion, switch to using input_dev->dev.parent when specifying device position in sysfs tree. Also, do not access input_dev->private directly, use helpers. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>