Marco Gerards <[EMAIL PROTECTED]> writes:
> Marcus Brinkmann <[EMAIL PROTECTED]> writes:
>
> > On Fri, Jan 30, 2004 at 07:21:15PM +0100, Marco Gerards wrote:
> > > The ttychars call checks if the tty is not initialized yet with:
> > >
> > > if ((tp->t_flags & TS_INIT) == 0) {
> > > ...
> > >
Marcus Brinkmann <[EMAIL PROTECTED]> writes:
> On Fri, Jan 30, 2004 at 07:21:15PM +0100, Marco Gerards wrote:
> > The ttychars call checks if the tty is not initialized yet with:
> >
> > if ((tp->t_flags & TS_INIT) == 0) {
> > ...
> > tp->t_state |= TS_INIT;
> > }
>
> That's what I meant. L
On Fri, Jan 30, 2004 at 07:21:15PM +0100, Marco Gerards wrote:
> The ttychars call checks if the tty is not initialized yet with:
>
> if ((tp->t_flags & TS_INIT) == 0) {
> ...
> tp->t_state |= TS_INIT;
> }
That's what I meant. Looks good.
Ok for me now,
Marcus
--
`Rhubarb is no Egyptian
Marcus Brinkmann <[EMAIL PROTECTED]> writes:
> BTW, the changelog entry has the dirname in it. For subdir changelogs this
> isn't needed.
Right, I forgot the Hurd has subdir changelogs. I've changed this.
> Then I think you lacked a changelog entry for it. I didn't check that part
> of the pa
Marcus Brinkmann <[EMAIL PROTECTED]> writes:
> Second, you have your keyboard fix in this patch, so take care not to check
> it in accidentially.
I do want to check this in with this patch, I will update the autoconf
patch when this change is in CVS.
> Third, in your acupdate diff I spotted:
> +
On Thu, Jan 29, 2004 at 06:41:20PM +0100, Marco Gerards wrote:
> > Also put the code to change the LED for GNUMach into an #ifdef KDSETLEDS,
> > so that compiles with old headers don't fail.
>
> I defined KDSETLED macro in pc_kbd.c (just like you did for the other
> macros). This makes compiling
Marcus Brinkmann <[EMAIL PROTECTED]> writes:
> On Thu, Jan 29, 2004 at 02:09:46AM +0100, Marco Gerards wrote:
> > Hi,
> >
> > I put a patch (#2543) on savannah to change the keyboard LEDs state in
> > GNUMach. This can be used with device_set_status. I've also put a
> > patch on savannah so the
If you want me to send the patch here, just ask me.
I'll ask you then, could you send them to the list?
Cheers.
___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd
On Thu, Jan 29, 2004 at 02:09:46AM +0100, Marco Gerards wrote:
> Hi,
>
> I put a patch (#2543) on savannah to change the keyboard LEDs state in
> GNUMach. This can be used with device_set_status. I've also put a
> patch on savannah so the keyboard driver (pc_kbd) of the Hurd console
> can use th
Hi,
I put a patch (#2543) on savannah to change the keyboard LEDs state in
GNUMach. This can be used with device_set_status. I've also put a
patch on savannah so the keyboard driver (pc_kbd) of the Hurd console
can use this.
Both patches are in the same file, including changelog entries.
If yo
10 matches
Mail list logo