Re: [Qemu-devel] [PATCH 1/3] Add dots keypresses support to the baum braille device

2016-10-27 Thread Gerd Hoffmann
On Mi, 2016-10-26 at 17:14 +0200, Samuel Thibault wrote: > Gerd Hoffmann, on Wed 26 Oct 2016 14:37:14 +0200, wrote: > > On So, 2016-10-23 at 21:54 +0200, Samuel Thibault wrote: > > > Signed-off-by: Samuel Thibault > > > > Hmm, this one throws strange errors at me: > > > > kraxel@nilsson ~/projec

Re: [Qemu-devel] [PATCH 1/3] Add dots keypresses support to the baum braille device

2016-10-26 Thread Samuel Thibault
Gerd Hoffmann, on Wed 26 Oct 2016 14:37:14 +0200, wrote: > On So, 2016-10-23 at 21:54 +0200, Samuel Thibault wrote: > > Signed-off-by: Samuel Thibault > > Hmm, this one throws strange errors at me: > > kraxel@nilsson ~/projects/qemu (queue/ui)# git am -3 > ~/Downloads/patches/input/\[PATCH_1_3 >

Re: [Qemu-devel] [PATCH 1/3] Add dots keypresses support to the baum braille device

2016-10-26 Thread Gerd Hoffmann
On So, 2016-10-23 at 21:54 +0200, Samuel Thibault wrote: > Signed-off-by: Samuel Thibault Hmm, this one throws strange errors at me: kraxel@nilsson ~/projects/qemu (queue/ui)# git am -3 ~/Downloads/patches/input/\[PATCH_1_3 \]_Add_dots_keypresses_support_to_the_baum_braille_device.mbox Applying:

[Qemu-devel] [PATCH 1/3] Add dots keypresses support to the baum braille device

2016-10-23 Thread Samuel Thibault
Signed-off-by: Samuel Thibault --- backends/baum.c | 234 +++- 1 file changed, 130 insertions(+), 104 deletions(-) diff --git a/backends/baum.c b/backends/baum.c index c537141..9f9f7c0 100644 --- a/backends/baum.c +++ b/backends/baum.c @@ -1,7

[Qemu-devel] [PATCH 1/3] Add dots keypresses support to the baum braille device

2016-10-23 Thread Samuel Thibault
Signed-off-by: Samuel Thibault --- backends/baum.c | 234 +++- 1 file changed, 130 insertions(+), 104 deletions(-) diff --git a/backends/baum.c b/backends/baum.c index c537141..9f9f7c0 100644 --- a/backends/baum.c +++ b/backends/baum.c @@ -1,7