[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20071101105304.a46420a7.akpm@linux-foundation.org>
Date: Thu, 1 Nov 2007 10:53:04 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Aristeu Rozanski <aris@...vo.org>
Cc: Truxton Fulton <trux@...xton.com>,
Hiroto Shibuya <hiroto.shibuya@...il.com>,
Lee Garrett <lee-in-berlin@....de>,
linux-kernel@...r.kernel.org,
"bugme-daemon@...nel-bugs.osdl.org"
<bugme-daemon@...zilla.kernel.org>, ak@...e.de,
torvalds@...ux-foundation.org
Subject: Re: [Bugme-new] [Bug 8378] New: Averatec 3156X laptop doesn't
reboot with kernels > 2.6.13.5 (responsible commit found)
On Thu, 1 Nov 2007 11:50:31 -0400 Aristeu Rozanski <aris@...vo.org> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists