Re: [PATCH:xf86-input-keyboard] Close device fd when called with DEVICE_CLOSE

2010-08-14 Thread Alan Coopersmith
Peter Hutterer wrote: > Well, it looks messy enough as it is. AFAICT, the fd is never closed on any > OS. and since keyboard is essentially obsolete on linux, I'm happy enough > with your intent. Actually, it looks like a change that I pushed upstream already added a close call to KbdOff on Solari

Re: [PATCH:xf86-input-keyboard] Close device fd when called with DEVICE_CLOSE

2010-08-12 Thread Peter Hutterer
On Thu, Aug 12, 2010 at 08:24:12PM -0700, Alan Coopersmith wrote: > Peter Hutterer wrote: > > On Wed, Aug 11, 2010 at 07:54:59PM -0700, Alan Coopersmith wrote: > >> From: Aaron Zang > >> > >> Fixes Solaris bug 6886424: > >> VT - keyboard and mouse do not work when switching to vt7 > >> http://bu

Re: [PATCH:xf86-input-keyboard] Close device fd when called with DEVICE_CLOSE

2010-08-12 Thread Alan Coopersmith
Peter Hutterer wrote: > On Wed, Aug 11, 2010 at 07:54:59PM -0700, Alan Coopersmith wrote: >> From: Aaron Zang >> >> Fixes Solaris bug 6886424: >> VT - keyboard and mouse do not work when switching to vt7 >> http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6886424 >> >> Signed-off-by: A

Re: [PATCH:xf86-input-keyboard] Close device fd when called with DEVICE_CLOSE

2010-08-12 Thread Peter Hutterer
On Wed, Aug 11, 2010 at 07:54:59PM -0700, Alan Coopersmith wrote: > From: Aaron Zang > > Fixes Solaris bug 6886424: > VT - keyboard and mouse do not work when switching to vt7 > http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6886424 > > Signed-off-by: Alan Coopersmith > --- > src

[PATCH:xf86-input-keyboard] Close device fd when called with DEVICE_CLOSE

2010-08-11 Thread Alan Coopersmith
From: Aaron Zang Fixes Solaris bug 6886424: VT - keyboard and mouse do not work when switching to vt7 http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6886424 Signed-off-by: Alan Coopersmith --- src/kbd.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git