All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@googlemail.com>
To: Jussi Kukkonen <jussi.kukkonen@intel.com>
Cc: Yocto Project <yocto@yoctoproject.org>, Gary Thomas <gary@mlbassoc.com>
Subject: Re: [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER
Date: Thu, 16 Feb 2017 08:57:05 +0100	[thread overview]
Message-ID: <CALbNGRS_PGGED6=4D2NRZMB+m3XJPR3RvH_XymX==Yf017OKyg@mail.gmail.com> (raw)
In-Reply-To: <CAHiDW_G3e69veAX4ZUxSG6QMCOLJWB_cH6upd0Muwbn7EQqUTg@mail.gmail.com>

On Thu, Feb 16, 2017 at 8:37 AM, Jussi Kukkonen
<jussi.kukkonen@intel.com> wrote:
> On 16 February 2017 at 04:14, Gary Thomas <gary@mlbassoc.com> wrote:
>>
>> On 2017-02-16 02:45, Andrei Gherzan wrote:
>>>
>>> On Mon, Feb 13, 2017 at 12:25:48AM +0900, Yusuke Mitsuki wrote:
>>>>
>>>> In order to fix problem that mouse does not work.
>>>>
>>>> This is removed c40558173ffd96c499d101155f6c4c2be85d9f0f.
>>>> However mouse does not worked from this.
>>>> ---
>>>>  conf/machine/include/rpi-base.inc | 1 +
>>>>  1 file changed, 1 insertion(+)
>>>>
>>>> diff --git a/conf/machine/include/rpi-base.inc
>>>> b/conf/machine/include/rpi-base.inc
>>>> index e069e70..051c717 100644
>>>> --- a/conf/machine/include/rpi-base.inc
>>>> +++ b/conf/machine/include/rpi-base.inc
>>>> @@ -11,6 +11,7 @@ XSERVER = " \
>>>>      xserver-xorg \
>>>>      ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics",
>>>> "xserver-xorg-extension-glx", "", d)} \
>>>>      ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics",
>>>> "xf86-video-modesetting", "xf86-video-fbdev", d)} \
>>>> +    xf86-input-evdev \
>>>>      "
>>>>
>>>>  KERNEL_DEVICETREE ?= " \
>>>> --
>>>> 2.7.4
>>>>
>>>> --
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>>
>>> CC-ing schnitzeltony@googlemail.com as he might have an opinion about
>>> this. I personally don't really hold on any of the options.
>>
>>
>> I think it's the right thing to do, in fact, I was preparing a
>> similar patch myself.  The change that removed this argued that
>> it was not the responsibility of the BSP layer, but if you look
>> around at other BSP layers, almost all of them do include this
>> driver as part of their X server setup.  It also lets X work
>> again on the RaspberryPi "out of the box" with the simplest
>> configuration - HDMI display + USB keyboard & mouse.
>>
>> +1
>
>
> Out of interest: Why is xf86-input-libinput not appropriate for these
> setups? I honestly did not know of a use case where -evdev would work but
> -libinput would not...
>
I would have asked the same question. When preferring -libinput it
might be a good idea to remove
recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/10-evdev.conf

Andreas


      parent reply	other threads:[~2017-02-16  7:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-12 15:25 [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER Yusuke Mitsuki
2017-02-16  1:45 ` Andrei Gherzan
2017-02-16  2:14   ` Gary Thomas
2017-02-16  7:37     ` Jussi Kukkonen
2017-02-16  7:48       ` Gary Thomas
2017-02-16  7:57       ` Andreas Müller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALbNGRS_PGGED6=4D2NRZMB+m3XJPR3RvH_XymX==Yf017OKyg@mail.gmail.com' \
    --to=schnitzeltony@googlemail.com \
    --cc=gary@mlbassoc.com \
    --cc=jussi.kukkonen@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.