[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] Query on interfacing IMX27 keyboard with Dillo browser.
From: |
Rajesh Marathe |
Subject: |
Re: [Ltib] Query on interfacing IMX27 keyboard with Dillo browser. |
Date: |
Fri, 08 Jan 2010 12:22:19 +0530 |
Hi Alan,
Firstly, thanks a lot for the information.
I did try to include the 'keyboard keybd' command and the commands look
like below:
----------------------------------------------------------
mx27# if [ ! -e /dev/tty0 ]; then ln -s /dev/vc/0 /dev/tty0;
fi
mx27# if [ ! -e /dev/tty1 ]; then ln -s /dev/vc/1 /dev/tty1;
fi
mx27# if [ ! -e /dev/tty2 ]; then ln -s /dev/vc/2 /dev/tty2;
fi
mx27#
mx27# export
DISPLAY=:0.0
mx27# Xfbdev -keybd keyboard,,/dev/input/event0
&
--------------------------------------------------------------
I still get an error like below:
===============================================================
expected keysym, got XF86Battery: line 59 of
inet
expected keysym, got XF86WLAN: line 60 of
inet
expected keysym, got XF86Suspend: line 174 of
inet
expected keysym, got XF86Battery: line 205 of
inet
expected keysym, got XF86Bluetooth: line 206 of
inet
expected keysym, got XF86WLAN: line 207 of
inet
expected keysym, got XF86Hibernate: line 214 of
inet
added keyboard Unknown KDrive Keyboard with dix id
2
Kbd option key (/dev/input/event0) of value ((null)) not
assigned!
added keyboard Unknown KDrive Keyboard with dix id 3
===============================================================
I have included mxc_keypad in the LTIB config and it is registered
as /class/input/event0 as I saw from output. So, what could be the issue
here ?
regards,
Rajesh Marathe.
On Thu, 2010-01-07 at 10:18 -0200, Alan Carvalho de Assis wrote:
> Hi Rajesh,
>
> On 1/7/10, Rajesh Marathe <address@hidden> wrote:
> > Hello,
> >
> > Have any of you used Dillo as a browser on IMX27 system. (working with
> > latest CVS LTIB code). If yes, would it be possible to interface imx27
> > Keyboard with the browser so that the UP/DOWN/etc. keys work on the
> > browser window.
> > I have been using this with Touchscreen and I wanted to know if the
> > Keyboard works too.
> >
>
> Yes, we already used it.
>
> You just need to add "-keybd keyboard" to your Xfbdev command line.
>
> As mxc keypad already has UP/DOWN mapped you don't need any
> modification. But you can replace any key just editing
> mxckpd_keycodes[] at arch/arm/mach-mx27/mx27ads.c.
>
> Best Regards,
>
> Alan