Re: [PATCH weston v5 03/14] libweston: add weston_debug API and implementation

2018-08-27 Thread Daniel Stone
Hi Pekka, On Mon, 6 Aug 2018 at 14:05, Pekka Paalanen wrote: > On Fri, 20 Jul 2018 20:03:24 +0100 Daniel Stone wrote: > > + while (len_ > 0) { > > + ret = write(stream->fd, data, len_); > > + e = errno; > > + if (ret < 0) { > > + if (e

Re: [PATCH weston v5 03/14] libweston: add weston_debug API and implementation

2018-08-27 Thread Daniel Stone
Hi Pekka, On Fri, 24 Aug 2018 at 09:12, Pekka Paalanen wrote: > On Thu, 23 Aug 2018 17:53:07 +0100 Daniel Stone wrote: > > The users introduced in this patchset already check if the scope is > > enabled, which bails out if the scope is NULL. Given that, and that I > > can't see a sensible

Re: I've got a question to ask you

2018-08-27 Thread binnan hao
I'm using Busybox root file system, and the default setting on Busybox is mdev instead of udev. 박성진 于2018年8月28日周二 上午11:58写道: > Hi, > > as weston creates libinput udev context by default, you'd better to > prepare udev daemon for it. > > Otherwise, you can create your own fbdev backend using >

RE: I've got a question to ask you

2018-08-27 Thread 박성진
Hi, as weston creates libinput udev context by default, you'd better to prepare udev daemon for it. Otherwise, you can create your own fbdev backend using libinput_path_create_context() / libinput_path_add_device().   Best regards, Sung-Jin Park   - Original Message -

I've got a question to ask you

2018-08-27 Thread binnan hao
I've got a question to ask you. The Linux system I'm using is built on my own (Kernel+Busybox), and it does not contain other extra things. Now I want to use weston(fbdev-backend.so), but the keyboard and mouse do not work and log gives following message: warning: no input devices on entering