[PATCH:xf86-input-keyboard 15/21] Fix Protocol "standard".

2013-07-26 Thread Thomas Klausner
Only default to /dev/wskbd if Protocol is set to wskbd. Now Protocol "standard" should work again. >From Michael Lorenz Signed-off-by: Thomas Klausner --- src/bsd_kbd.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/bsd_kbd.c b/src/bsd_kbd.c index

Re: [PATCH:xf86-input-keyboard 15/21] Fix Protocol "standard".

2013-07-26 Thread Alan Coopersmith
On 07/26/13 02:24 PM, Thomas Klausner wrote: Only default to /dev/wskbd if Protocol is set to wskbd. Now Protocol "standard" should work again. From Michael Lorenz Signed-off-by: Thomas Klausner --- src/bsd_kbd.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-)

Re: [PATCH:xf86-input-keyboard 15/21] Fix Protocol "standard".

2013-07-27 Thread Thomas Klausner
rds bracketing > both, but I believe the current X.Org style recommendation would > bracket neither, as in: > > +if (prot == PROT_WSCONS) > + s = xf86SetStrOption(pInfo->options, "Device", "/dev/wskbd"); > +else > + s = xf86SetStrOption(pInfo->

Re: [PATCH:xf86-input-keyboard 15/21] Fix Protocol "standard".

2013-07-27 Thread Mark Kettenis
> From: Thomas Klausner > Date: Fri, 26 Jul 2013 23:24:10 +0200 > > Only default to /dev/wskbd if Protocol is set to wskbd. Now Protocol > "standard" should work again. That description doesn't really make any sense. Currently there is no default for the "Device" option. This diff is just addi

Re: [PATCH:xf86-input-keyboard 15/21] Fix Protocol "standard".

2013-07-29 Thread Thomas Klausner
On Sat, Jul 27, 2013 at 02:31:40PM +0200, Mark Kettenis wrote: > > From: Thomas Klausner > > Date: Fri, 26 Jul 2013 23:24:10 +0200 > > > > Only default to /dev/wskbd if Protocol is set to wskbd. Now Protocol > > "standard" should work again. > > That description doesn't really make any sense. C

Re: [PATCH:xf86-input-keyboard 15/21] Fix Protocol "standard".

2013-07-29 Thread Matthieu Herrb
On Sat, Jul 27, 2013 at 02:31:40PM +0200, Mark Kettenis wrote: > > From: Thomas Klausner > > Date: Fri, 26 Jul 2013 23:24:10 +0200 > > > > Only default to /dev/wskbd if Protocol is set to wskbd. Now Protocol > > "standard" should work again. > > That description doesn't really make any sense. C