Re: [PATCH v2] Add configuration option for no input device.

2016-10-20 Thread Daniel Díaz
Hello! On 10/20/2016 04:56 PM, Peter Hutterer wrote: [...] >> diff --git a/libweston/libinput-seat.c b/libweston/libinput-seat.c >> index 78a5fc4..5782462 100644 >> --- a/libweston/libinput-seat.c >> +++ b/libweston/libinput-seat.c >> @@ -259,6 +259,12 @@ udev_input_enable(struct udev_input *inpu

Re: [PATCH v2] Add configuration option for no input device.

2016-10-20 Thread Peter Hutterer
On Wed, Oct 19, 2016 at 08:10:03PM -0500, Daniel Díaz wrote: > As it has been discussed in the past [1], running Weston > without any input device at launch might be beneficial for > some use cases. > > Certainly, it's best for the vast majority of users (and > the project) to require an input dev

[PATCH v2] Add configuration option for no input device.

2016-10-19 Thread Daniel Díaz
As it has been discussed in the past [1], running Weston without any input device at launch might be beneficial for some use cases. Certainly, it's best for the vast majority of users (and the project) to require an input device to be present, as to avoid frustration and hassle, but for those brav