From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-mips+bounces-389-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QyXB5-0002mO-QH
	for garchives@archives.gentoo.org; Tue, 30 Aug 2011 22:53:08 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3609B21C07F;
	Tue, 30 Aug 2011 22:52:58 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id F38DB21C07F
	for <gentoo-mips@lists.gentoo.org>; Tue, 30 Aug 2011 22:52:57 +0000 (UTC)
Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: mattst88)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 3EE471B4006
	for <gentoo-mips@lists.gentoo.org>; Tue, 30 Aug 2011 22:52:57 +0000 (UTC)
Received: by vws13 with SMTP id 13so151174vws.40
        for <gentoo-mips@lists.gentoo.org>; Tue, 30 Aug 2011 15:52:55 -0700 (PDT)
Received: by 10.52.27.140 with SMTP id t12mr2054201vdg.156.1314744775150; Tue,
 30 Aug 2011 15:52:55 -0700 (PDT)
Precedence: bulk
List-Post: <mailto:gentoo-mips@lists.gentoo.org>
List-Help: <mailto:gentoo-mips+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-mips+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-mips+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-mips.gentoo.org>
X-BeenThere: gentoo-mips@lists.gentoo.org
Reply-to: gentoo-mips@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.52.181.37 with HTTP; Tue, 30 Aug 2011 15:52:35 -0700 (PDT)
In-Reply-To: <20110830223038.GA24856@alumni-linux.ccs.neu.edu>
References: <20110830223038.GA24856@alumni-linux.ccs.neu.edu>
From: Matt Turner <mattst88@gentoo.org>
Date: Tue, 30 Aug 2011 18:52:35 -0400
Message-ID: <CAEdQ38Hf6h_90Bb3od44sOFf92FP_AxG1UuURzKVkMZdepWu+A@mail.gmail.com>
Subject: Re: [gentoo-mips] keyboard on SGI O2
To: gentoo-mips@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: f50bcd0b668aedbaa76b32aa11a749d0

On Tue, Aug 30, 2011 at 6:30 PM, Jim Faulkner <jfaulkne@ccs.neu.edu> wrote:
> This is a dumb question, but... what driver should I use to get the
> keyboard working on my SGI O2? =A0I have managed to compile a working
> kernel with the following set:
>
> CONFIG_INPUT_KEYBOARD=3Dy
> CONFIG_KEYBOARD_ATKBD=3Dy
>
> It's just a regular PC PS/2 keyboard plugged into the PS/2 port. =A0The
> keyboard works fine under the PROM, but doesn't seem to be recognized
> under linux. =A0At least, nothing happens when I press the keys.

CONFIG_SERIO_MACEPS2

Device Drivers
 -> Input device support  --->
    -> Hardware I/O ports  --->
      -> Serial I/O support
        -> SGI O2 MACE PS/2 controller

It's not easy to find! :-)

Matt