diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2013-04-28 19:42:30 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2013-04-30 08:49:27 +0300 |
commit | b871b26d19f605e343f9de47602f49e7f029f30a (patch) | |
tree | 779a8eb34c489e6987122551018660b1a436f7e1 /recipes/udev/udev_182.bbappend | |
parent | 8fdf288a9ab40455b6290183ac47d195a24c730b (diff) | |
download | meta-boot2qt-b871b26d19f605e343f9de47602f49e7f029f30a.tar.gz |
udev: Add INPUT_TOUCHSCREEN flag to multitouch displays
udev does not add any INPUT_ flags to devices which
support only MT protocol. Without this Qt evdectouch
does not find touchscreen automatically.
Change-Id: Id298626649579450c30f04c3c282863afbfc6e08
Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
Diffstat (limited to 'recipes/udev/udev_182.bbappend')
-rw-r--r-- | recipes/udev/udev_182.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/udev/udev_182.bbappend b/recipes/udev/udev_182.bbappend new file mode 100644 index 0000000..564d9a1 --- /dev/null +++ b/recipes/udev/udev_182.bbappend | |||
@@ -0,0 +1,4 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}:" | ||
2 | |||
3 | SRC_URI += "file://0001-support-multitouch-screens.patch" | ||
4 | |||