Don't use mouse on Tizen IVI emulator 93/22693/1
authorDongxing Liu <dongxing.x.liu@intel.com>
Tue, 10 Jun 2014 07:14:29 +0000 (15:14 +0800)
committerDongxing Liu <dongxing.x.liu@intel.com>
Tue, 10 Jun 2014 07:22:57 +0000 (15:22 +0800)
Weston uses all input devices that are not assigned
a particular seat or assigned seat0, by assigning
emulator mouse device to seat1 we're excluding it
from weston input devices.

Change-Id: I79e9827a4ad7a7b649c2725ee70c6d2ef1aec14f
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
filesystem/usr/lib/udev/rules.d/95-tizen-emulator.rules

index c73265c..8207f2c 100644 (file)
@@ -11,3 +11,4 @@ KERNEL=="video2",       GROUP="video", MODE="0660", SMACK="device::video"
 
 KERNEL=="vdpram*",      MODE="0644"
 
+SUBSYSTEM=="input", ATTR{name}=="ImExPS/2 Generic Explorer Mouse", ENV{ID_SEAT}="seat1"