Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jul 2012 15:36:22 +0900
From:      Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
To:        Matthias Apitz <guru@unixarea.de>
Cc:        freebsd-current@freebsd.org, Hans Petter Selasky <hselasky@c2i.net>
Subject:   Re: no keyboard after booting r235646 in laptop FS Amilo D 7830
Message-ID:  <26978.1341470182@elam.kais.kyoto-u.ac.jp>
References:  <20120629133422.GA2233@tiny.Sisis.de> <201206301349.58930.erich@alogreentechnologies.com> <20120630151130.GA1106@tiny.Sisis.de> <201207010629.29148.erich@alogreentechnologies.com> <20120701065849.GA2681@tinyCurrent> <6039.1341276697@pf2.ed.niigata-u.ac.jp> <20120703104007.GA2780@tinyCurrent> <81815.1341397988@elam.kais.kyoto-u.ac.jp> <20120705052833.GA2386@tinyCurrent> <20120705055730.GA2516@tinyCurrent>

next in thread | previous in thread | raw e-mail | index | archive | help
  Hello Matthias Apitz, and ML members,

  Thanks to upload acpi dump. Your keyboard controller ID is "PNP030B",
and your posted patch may be correct. Please undo your reversion,
and try your patch.


Matthias Apitz <guru@unixarea.de> wrote:

> > and there is now an entry for "PS2K" (not for "KBC"):
> > 
> >                 Device (PS2K)
> >                 {
> >                     Name (_HID, EisaId ("PNP030B"))
> >                     Name (_CID, EisaId ("PNP030B"))
> >                     Method (_STA, 0, NotSerialized)
> >                     {
> >                         ShiftLeft (0x01, 0x0A, Local0)
> >                         If (And (IOST, Local0))
> >                         {
> >                             Return (0x0F....
> > 
> > the full file is here: http://www.unixarea.de/acpidump-r214444.txt
> 
> maybe it helps to add a line like this:
> 
>  static struct isa_pnp_id atkbdc_ids[] = {
>         { 0x0303d041, "Keyboard controller (i8042)" },  /* PNP0303 */
>         { 0x2003d041, "Keyboard controller (i8042)" },  /* PNP0320 */
> +       { 0x0b03d041, "Keyboard controller (i8042)" },  /* PNP030B */
>         { 0 }
> 
> 

-- 
kaho@elam.kais.kyoto-u.ac.jp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26978.1341470182>