Re: [PATCH 0/8] Bring console-driver-xkb up to date

2012-06-30 Thread Samuel Thibault
Hello, I have fixed a few remaining bits, tested with success, and pushed it to master, thanks! Samuel

Re: [PATCH 0/8] Bring console-driver-xkb up to date

2010-08-18 Thread Samuel Thibault
Michael Banck, le Wed 18 Aug 2010 10:52:42 +0200, a écrit : > On Wed, Aug 18, 2010 at 03:03:19AM +0200, Samuel Thibault wrote: > > Diego Nieto Cid, le Wed 04 Aug 2010 04:19:58 -0300, a écrit : > > >The past couple of weeks I've been packaging Marco's input driver > > > for Arch Hurd and I've fo

Re: [PATCH 0/8] Bring console-driver-xkb up to date

2010-08-18 Thread Michael Banck
On Wed, Aug 18, 2010 at 03:03:19AM +0200, Samuel Thibault wrote: > Hello, > > Diego Nieto Cid, le Wed 04 Aug 2010 04:19:58 -0300, a écrit : > >The past couple of weeks I've been packaging Marco's input driver > > for Arch Hurd and I've found that some changes were necesary to make > > it work

Re: [PATCH 0/8] Bring console-driver-xkb up to date

2010-08-17 Thread Samuel Thibault
Hello, Diego Nieto Cid, le Wed 04 Aug 2010 04:19:58 -0300, a écrit : >The past couple of weeks I've been packaging Marco's input driver > for Arch Hurd and I've found that some changes were necesary to make > it work again. Does anybody know whether / where we have an upstream repository wher

Re: [PATCH 0/8] Bring console-driver-xkb up to date

2010-08-15 Thread olafBuddenhagen
Hi, On Fri, Aug 13, 2010 at 03:13:36PM -0300, Diego Nieto Cid wrote: > At some point in it's history pc_kbd introduced support for GNU Mach > v2, Actually, it was probably the other way around: the console was originally written for oskit-mach (because it doesn't have a kernel console), and was

Re: [PATCH 0/8] Bring console-driver-xkb up to date

2010-08-13 Thread Diego Nieto Cid
Hi, 2010/8/13 : > > > Not sure what you are saying here. Do you mean that the xkb driver > misses some functionality the ordinary pc_kbd driver has? > At some point in it's history pc_kbd introduced support for GNU Mach v2, which is the oskit based kernel AFAIK. For that reason, pc_kbd now has t

Re: [PATCH 0/8] Bring console-driver-xkb up to date

2010-08-13 Thread olafBuddenhagen
Hi, On Wed, Aug 11, 2010 at 06:55:25PM -0300, Diego Nieto Cid wrote: > 2010/8/9 : > > I'm not really familiar with the situation; but it sounds like xkb > > never should have been an extra driver, but rather just an update > > (perhaps on a development branch) of the normal pc_kbd driver -- > >

Re: [PATCH 0/8] Bring console-driver-xkb up to date

2010-08-11 Thread Diego Nieto Cid
> 2010/8/9 : > > Indeed. I'm not really familiar with the situation; but it sounds like > xkb never should have been an extra driver, but rather just an update > (perhaps on a development branch) of the normal pc_kbd driver -- with > the xkb code simply replacing the old keymap handling... > Old

Re: [PATCH 0/8] Bring console-driver-xkb up to date

2010-08-11 Thread olafBuddenhagen
Hi, On Wed, Aug 04, 2010 at 04:19:58AM -0300, Diego Nieto Cid wrote: >The past couple of weeks I've been packaging Marco's input driver >for Arch Hurd and I've found that some changes were necesary to >make it work again. [...] >Only the first patch is strictly necesary to be able

[PATCH 0/8] Bring console-driver-xkb up to date

2010-08-04 Thread Diego Nieto Cid
Dear list, The past couple of weeks I've been packaging Marco's input driver for Arch Hurd and I've found that some changes were necesary to make it work again. The patch series this message introduces is based on the Debian source code (after applying patches) for version 0.008-7 of the pa