Re: Weston 1.8.0: touch input using evdev not working

2015-10-13 Thread Vikas Patil
Creating rule with following line and then running the following two commands made touch working. SUBSYSTEM=="input", ENV{ID_INPUT}="1", ENV{ID_INPUT_TOUCHSCREEN}="1" /lib/systemd/systemd-udevd --daemon udevadm test /devices/virtual/input/input0/event0 udevadm info /dev/input/event0 Thanks for y

Re: Weston 1.8.0: touch input using evdev not working

2015-09-28 Thread Vikas Patil
Hi Andreas, Thanks for inputs. Below is the requested information. I will check if I can upgrade systemd from 208 to 221. Do the system need to have udevd --daemon running ? I think my system uses mdev. root@linux:~# cat /sys/devices/virtual/input/input0/event0/device/properties 2 root@linux:~#

Re: Weston 1.8.0: touch input using evdev not working

2015-09-28 Thread Andreas Pokorny
Hi, Could you send the contents of the files /sys/devices/virtual/input/input0/event0/{capabilities/*,properties}? Those show the information interpreted by the builtin rules in udevadm. But Benjamin might be right, upgrading to systemd-221 might fix your problem already. regards Andreas ​ ___

Weston 1.8.0: touch input using evdev not working

2015-09-28 Thread Vikas Patil
Dear Members, I am trying Weston 1.8.0 on i.MX6 with Freescale linux 3.14.28 and seems that touch input is not working for me. Weston.log show the following messages. I am not using llibinput backend yet. Could anyone give some inputs/suggestion to fix this? Is this due to following ckeck-in?

Re: Weston 1.8.0: touch input using evdev not working

2015-09-28 Thread Vikas Patil
Hi Benjamin, First of all thank a lot for your quick response. It means since weston 1.7.0 libinput is by default enabled and only the input backend. I need not to set any specific build switch for it. So in that case I am using libinput. I thought "BUILD_LIBINPUT_BACKEND" still exists and as I h

Re: Weston 1.8.0: touch input using evdev not working

2015-09-28 Thread Vikas Patil
Hi Benjamin, I tried to create the custom rule to new file "/etx/udev/rules.d/01-touchscreen.rules" and also with exixting file with following content but it is not showing with udevadm and touch still not working. ACTION=="add", KERNEL=="input[0-9]*", SUBSYSTEM=="input", ENV{ID_INPUT}=="1", ENV

Re: Weston 1.8.0: touch input using evdev not working

2015-09-25 Thread Benjamin Tissoires
On Fri, Sep 25, 2015 at 8:20 AM, Vikas Patil wrote: > Hi Benjamin, > > First of all thank a lot for your quick response. > > It means since weston 1.7.0 libinput is by default enabled and only the > input backend. I need not to set any specific build switch for it. So in > that case I am using lib

Re: Weston 1.8.0: touch input using evdev not working

2015-09-25 Thread Benjamin Tissoires
On Fri, Sep 25, 2015 at 2:22 AM, Vikas Patil wrote: > Dear Members, > > I am trying Weston 1.8.0 on i.MX6 with Freescale linux 3.14.28 and seems > that touch input is not working for me. Weston.log show the following > messages. I am not using llibinput backend yet. That's weird. Since Weston 1.7