Re: Re: Re: Question regarding joystick/gamepad support in wayland

2016-03-02 Thread 박성진
>I worry less about the joystick node here and more about the ability to open >other event nodes that are keyboard, followed by sniffing every keyboard >event that happens. If you have a process in place that checks which devices >are joysticks and revokes them as needed, then this is mitigated som

Re: [PATCH v6 wayland-protocols] Add the tablet protocol

2016-03-02 Thread Peter Hutterer
On Tue, Mar 01, 2016 at 11:15:44AM +0100, Carlos Olmedo Escobar wrote: > A couple of grammar nitpicks below: > thx, both fixed. Cheers, Peter > 2016-03-01 1:09 GMT+01:00, Peter Hutterer : > > Signed-off-by: Peter Hutterer > > Reviewed-by: Daniel Stone > > --- > > Changes to v5: > > - remove

Re: Re: Question regarding joystick/gamepad support in wayland

2016-03-02 Thread Peter Hutterer
On Thu, Mar 03, 2016 at 01:52:26AM +, 박성진 wrote: >Dear Peter, thank you for your quick answer and I agree with you. :) > >I have one more question below. > > >>As for the most desirable way to support joysticks in Wayland - we >don't >>quite know, it'll depend on develope

Re: Question regarding joystick/gamepad support in wayland

2016-03-02 Thread Jasper St. Pierre
There's other reasons, too. Mice and keyboards need to be demulitplexed --you have one mouse cursor on the screen, and you can move it between applications. You select keyboard focus, and the compositor needs to figure out which window to deliver key events to. Joypads tend to be exclusive contro

Re: GSOC 2016

2016-03-02 Thread Jonas Ådahl
On Thu, Mar 03, 2016 at 04:56:23AM +0100, Armin Krezović wrote: > Hello everyone, Hi! > > My name is Armin Krezović, a 3rd year student from Bosnia and Herzegovina > studying > at Faculty of Electrical Engineering, University of Tuzla. > > I want to participate in this year's Google Summer of

Re: [GSOC2016] Contribution to project

2016-03-02 Thread Jonas Ådahl
On Wed, Mar 02, 2016 at 11:38:58PM +0530, Arushi Dogra wrote: > Hi everyone, > > I am a 3rd Computer Science Undergraduate from IIIT Hyderabad, India. I > took graphics as a course and developed great interest in it. I would > really like to contribute wayland . I found the project " *A shattered

GSOC 2016

2016-03-02 Thread Armin Krezović
Hello everyone, My name is Armin Krezović, a 3rd year student from Bosnia and Herzegovina studying at Faculty of Electrical Engineering, University of Tuzla. I want to participate in this year's Google Summer of Code and have decided that Wayland is my project of choice. I am interested in work

[PATCH GSoC] desktop-shell: enhance weston-desktop-shell panel's clock

2016-03-02 Thread Armin Krezović
This patch enhances the panel clock by adding a config file option which can be used to either disable the clock or make it also show seconds in the current clock format. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=57583 --- clients/desktop-shell.c | 71

Re: Re: Question regarding joystick/gamepad support in wayland

2016-03-02 Thread 박성진
Title: Samsung Enterprise Portal mySingle Dear Peter, thank you for your quick answer and I agree with you. :) I have one more question below.   >As for the most desirable way to support joysticks in Wayland - we don't>quite know, it'll depend on developers coming and saying "we need this and>tha

Re: [PATCH v6 wayland-protocols] Add the tablet protocol

2016-03-02 Thread Jason Gerecke
A number of tiny fixes, and a couple of questions: On 02/29/2016 04:09 PM, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > Reviewed-by: Daniel Stone > --- > Changes to v5: > - remove leftover statement falsely claminig wp_tablet_tool.destroy requires > a remove event first > > Makefi

Re: Question regarding joystick/gamepad support in wayland

2016-03-02 Thread Peter Hutterer
On Wed, Mar 02, 2016 at 11:11:06PM +, 박성진 wrote: > Dear all, > I would like to get your opinions regarding joystick/gamepad support in > wayland. > What's the desirable way to support joystick/gamepad both in wayland and in > linux ? > Plz kindly let me know if there is any previous discussio

Question regarding joystick/gamepad support in wayland

2016-03-02 Thread 박성진
Dear all, I would like to get your opinions regarding joystick/gamepad support in wayland. What's the desirable way to support joystick/gamepad both in wayland and in linux ? Plz kindly let me know if there is any previous discussion about this. :) Linux supports both joydev(e.g. /dev/input/js0)

Re: [PATCH weston 00/14] IVI Layout API Cleanup

2016-03-02 Thread Bryce Harrington
On Mon, Feb 29, 2016 at 08:04:05AM +, Ucan, Emre (ADITG/SW1) wrote: > Hello Bryce, > > As far as I know, there are two controller plugins which are using ivi layout > interface. > 1. HMI controller > 2. IVI controller in Genivi Wayland IVI Extension > > I updated the hmi controll

[GSOC2016] Contribution to project

2016-03-02 Thread Arushi Dogra
Hi everyone, I am a 3rd Computer Science Undergraduate from IIIT Hyderabad, India. I took graphics as a course and developed great interest in it. I would really like to contribute wayland . I found the project " *A shattered Weston demo client*" interesting and would like to be a part of it. I ha

Re: [PATCH wayland] client: ensure thread safety for wl_display_roundtrip_queue()

2016-03-02 Thread Pekka Paalanen
On Tue, 1 Mar 2016 11:41:21 -0800 Bill Spitzak wrote: > On Thu, Feb 18, 2016 at 4:12 AM, Pekka Paalanen wrote: > > > On Tue, 16 Feb 2016 14:26:53 -0800 > > Bill Spitzak wrote: > > > > > On Mon, Feb 15, 2016 at 7:48 PM, Jonas Ådahl wrote: > > > > > > The proxy wrapper approach can be tested

Re: [PATCH wayland] scanner: avoid executable stack

2016-03-02 Thread Pekka Paalanen
On Wed, 02 Mar 2016 11:37:01 +0200 Mart Raudsepp wrote: > Ühel kenal päeval, K, 02.03.2016 kell 11:06, kirjutas Pekka Paalanen: > > From: Pekka Paalanen > > > > Before this patch: > > $ scanelf -lpqe ./wayland-scanner > > RWX --- ---  ./wayland-scanner > > > > That indicates the stack is execu

[PATCH wayland] scanner: avoid executable stack

2016-03-02 Thread Pekka Paalanen
From: Pekka Paalanen Before this patch: $ scanelf -lpqe ./wayland-scanner RWX --- --- ./wayland-scanner That indicates the stack is executable, which is a bad thing for security. Wayland-scanner does not actually need an executable stack, it is just an oversight from using an .S file in the sou

Re: [PATCH v3 wayland 3/3] doc: generate doxygen html output from the scanner

2016-03-02 Thread Pekka Paalanen
Please do not top-post, write your reply under the paragraph you are replying to. On Tue, 1 Mar 2016 11:01:50 -0800 Bill Spitzak wrote: > What exactly is this trying to solve? > > It seems entirely redundant with the protocol documentation. I think it > would be better to try to improve the pro