Re: [Bugme-new] [Bug 8378] New: Averatec 3156X laptop doesn'treboot with kernels > 2.6.13.5 (responsible commit found)

From: Andrew Morton
Date: Thu Nov 01 2007 - 13:53:32 EST


On Thu, 1 Nov 2007 11:50:31 -0400 Aristeu Rozanski <aris@xxxxxxxxx> wrote:

> > --- mach_reboot.h Mon Oct 1 20:24:52 2007
> > +++ mach_reboot.h.new Tue Oct 2 19:22:13 2007
> > @@ -49,7 +49,7 @@
> > udelay(50);
> > kb_wait();
> > udelay(50);
> > - outb(cmd | 0x04, 0x60); /* set "System flag" */
> > + outb(cmd | 0x14, 0x60); /* set "System flag" and "Keyboard Disabled" */
> > udelay(50);
> > kb_wait();
> > udelay(50);
> >
> >
> any chance to get this into next -mm?

Is is, as i386-fix-reboot-with-no-keyboard-attached.patch
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/