All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rakesh Jagota <j.rakesh@gdatech.co.in>
To: Andrew H Pham <apham@us.ibm.com>
Cc: PPC Embedded <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: PPC 405
Date: Fri, 12 Sep 2003 10:41:43 +0530	[thread overview]
Message-ID: <3F61558F.EB3269C2@gdatech.co.in> (raw)
In-Reply-To: OF7C040EFE.8193D1AD-ON87256D9E.004AC2E5-86256D9E.004B099E@us.ibm.com


hi all,
We are using linux from montvista (linux-2.4.17_mvl21). We are
working on custom design board based on vulcan chip -stbx25xx
(IBM405 ppc). The board name is redwood6.

I am getting the following values

in fuction:  handle_scancode()
fg_console=0
ttytab[fg_console]=NULL;

what change i have  to do to get the keys on my serial console.
Thanks in advance
Rakesh

Andrew H Pham wrote:

> Rakesh,
>
> What kernel are you using?
>
> Andrew Pham
>
> [ Rakesh Jagota <j.rakesh@gdatech.co.in> writes: ]
> >
> > i am trying to integrate IR keyboard to a custom board.
> > I am having serial console on the boad.
> >
> > when i am calling handle_scancode in keyboard.c
> > this statement,
> >
> >  void handle_scancode(unsigned char scancode, int down)
> >  {
> >  -----
> >  tty = ttytab? ttytab[fg_console]: NULL;
> >  ;
> >  }
> >
> > returns tty=NULL
> >
> >           __init kbd_init(void)
> >  {
> >   ------
> >   ------
> >   ttytab = console_driver.table;
> >  }
> >
> > in this fuction also ttytab[fg_console] is still NULL
> >
> > Is serial console is enough to keyboard?
> >
> > i have frambuffer support on my board. (without HW
> >       graphic accelerator)
> >
> > How to enable the frambufffer console on my board.
> >       (i am attaching the config file below)
> [ omitted ]
>


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2003-09-12  5:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-11  0:50 MPC8266ADS patch Curtis, Allen
2003-09-11  3:44 ` Dan Malek
2003-09-11  7:18   ` Rakesh Jagota
2003-09-11  7:44     ` PPC 405 Rakesh Jagota
2003-09-11 13:37     ` Andrew H Pham
2003-09-12  5:11       ` Rakesh Jagota [this message]
2003-09-12 15:50   ` MPC8266ADS patch Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F61558F.EB3269C2@gdatech.co.in \
    --to=j.rakesh@gdatech.co.in \
    --cc=apham@us.ibm.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.