[PATCH:xf86-input-keyboard 18/21] Fix wskbd handling when VT switching.

2013-07-26 Thread Thomas Klausner
When using /dev/wskbd* we need to close the device when VT switching out of X, and open it again when switching back. >From Michael Lorenz Signed-off-by: Thomas Klausner --- src/bsd_kbd.c | 35 ++- src/xf86OSKbd.h | 1 + 2 files changed, 35 insertions(+), 1 de

Re: [PATCH:xf86-input-keyboard 18/21] Fix wskbd handling when VT switching.

2013-07-27 Thread walter harms
Am 26.07.2013 23:24, schrieb Thomas Klausner: > When using /dev/wskbd* we need to close the device when VT switching > out of X, and open it again when switching back. > > From Michael Lorenz > Signed-off-by: Thomas Klausner > --- > src/bsd_kbd.c | 35 ++- >

Re: [PATCH:xf86-input-keyboard 18/21] Fix wskbd handling when VT switching.

2013-07-29 Thread Thomas Klausner
On Sat, Jul 27, 2013 at 11:55:27AM +0200, walter harms wrote: > > > Am 26.07.2013 23:24, schrieb Thomas Klausner: > > When using /dev/wskbd* we need to close the device when VT switching > > out of X, and open it again when switching back. > > > > From Michael Lorenz > > Signed-off-by: Thomas K