Re: [patch 1/3] speakup: Add synth parameter to io functions

2021-01-05 Thread Samuel Thibault
Greg KH, le mar. 05 janv. 2021 14:39:47 +0100, a ecrit: > On Thu, Dec 10, 2020 at 09:03:00PM +0100, Samuel Thibault wrote: > > Greg KH, le jeu. 10 déc. 2020 16:23:11 +0100, a ecrit: > > > The build still breaks when this patch is applied: > > > > > drivers/accessibility/speakup/spk_ttyio.c:344:18:

Re: [patch 1/3] speakup: Add synth parameter to io functions

2021-01-05 Thread Greg KH
On Thu, Dec 10, 2020 at 09:03:00PM +0100, Samuel Thibault wrote: > Greg KH, le jeu. 10 déc. 2020 16:23:11 +0100, a ecrit: > > The build still breaks when this patch is applied: > > > drivers/accessibility/speakup/spk_ttyio.c:344:18: note: in expansion of > > macro ‘SPK_SYNTH_TIMEOUT’ > > 344 |

Re: [patch 1/3] speakup: Add synth parameter to io functions

2020-12-10 Thread Samuel Thibault
Greg KH, le jeu. 10 déc. 2020 16:23:11 +0100, a ecrit: > The build still breaks when this patch is applied: > drivers/accessibility/speakup/spk_ttyio.c:344:18: note: in expansion of macro > ‘SPK_SYNTH_TIMEOUT’ > 344 | return ttyio_in(SPK_SYNTH_TIMEOUT); Sorry, I had a refresh missing. I don't

[patch 1/3] speakup: Add synth parameter to io functions

2020-12-10 Thread samuel . thibault
This merely adds the missing synth parameter to all io functions. Signed-off-by: Samuel Thibault Index: linux-5.9/drivers/accessibility/speakup/spk_ttyio.c === --- linux-5.9.orig/drivers/accessibility/speakup/spk_ttyio.c +++ linux-5

Re: [patch 1/3] speakup: Add synth parameter to io functions

2020-12-10 Thread Samuel Thibault
Greg KH, le jeu. 10 déc. 2020 16:23:11 +0100, a ecrit: > On Wed, Dec 09, 2020 at 09:58:30PM +0100, samuel.thiba...@ens-lyon.org wrote: > > This merely adds the missing synth parameter to all io functions. > > > > Signed-off-by: Samuel Thibault > > > > The build still breaks when this patch is a

Re: [patch 1/3] speakup: Add synth parameter to io functions

2020-12-10 Thread Greg KH
On Wed, Dec 09, 2020 at 09:58:30PM +0100, samuel.thiba...@ens-lyon.org wrote: > This merely adds the missing synth parameter to all io functions. > > Signed-off-by: Samuel Thibault > The build still breaks when this patch is applied: CC [M] drivers/accessibility/speakup/spk_ttyio.o In file

Re: [patch 1/3] speakup: Add synth parameter to io functions

2020-12-09 Thread Samuel Thibault
Greg KH, le mer. 09 déc. 2020 15:40:29 +0100, a ecrit: > On Mon, Nov 30, 2020 at 11:26:41PM +0100, Samuel Thibault wrote: > > This merely adds the missing synth parameter to all io functions. > > > > Signed-off-by: Samuel Thibault > > This patch breaks the build :( > > Can you rebase and resend

[patch 1/3] speakup: Add synth parameter to io functions

2020-12-09 Thread samuel . thibault
This merely adds the missing synth parameter to all io functions. Signed-off-by: Samuel Thibault Index: linux-5.10/drivers/accessibility/speakup/spk_ttyio.c === --- linux-5.10.orig/drivers/accessibility/speakup/spk_ttyio.c +++ linux

Re: [patch 1/3] speakup: Add synth parameter to io functions

2020-12-09 Thread Greg KH
On Mon, Nov 30, 2020 at 11:26:41PM +0100, Samuel Thibault wrote: > This merely adds the missing synth parameter to all io functions. > > Signed-off-by: Samuel Thibault This patch breaks the build :( Can you rebase and resend this whole series, as the other patches do not apply anymore due to th

[patch 1/3] speakup: Add synth parameter to io functions

2020-11-30 Thread Samuel Thibault
This merely adds the missing synth parameter to all io functions. Signed-off-by: Samuel Thibault Index: linux-5.9/drivers/accessibility/speakup/spk_ttyio.c === --- linux-5.9.orig/drivers/accessibility/speakup/spk_ttyio.c +++ linux-5