Hi Nathan,

On 05/04/2016 08:11 AM, Nathan Rossi wrote:

[....]
Out of query, what is the plan regarding this patch. Is the intention
to contribute it to the upstream xf86-video-armsoc?

Yes the plan is to upstream this patch.

+---
+ src/drmmode_xilinx/drmmode_xilinx.c | 80 +++++++++++++++++++++++++++++++++++++
+ 1 file changed, 80 insertions(+)
+ create mode 100644 src/drmmode_xilinx/drmmode_xilinx.c
+
[....]
+++ b/recipes-graphics/xorg-driver/xf86-video-armsoc/10-input.conf
@@ -0,0 +1,11 @@
+Section "InputDevice"
+       Identifier      "System Mouse"
+       Driver          "mouse"
+       Option          "Device" "/dev/input/mouse0"
+EndSection
+
+Section "InputDevice"
+       Identifier      "System Keyboard"
+       Driver          "kbd"
+       Option          "Device" "/dev/input/event0"
+EndSection

The input devices config should not be part of the video recipe. This
should come from xserver-xf86-config, have a look at the configs that
are provided for qemu* machines.

Yes I missed that, will fix it accordingly

Thanks
Manju
--
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to