MANISTONEIII has two keypad drivers. What is the difference? Which one should
I use?

regards

Re: keypad & MAINSTONEIII by K

K
Wed May 17 04:03:22 CDT 2006

Do you mean the one in CSP_PXA27X and ther other in BSP ??
If so, just focused on the one under BSP. You may want to take a look at the
platform.bib and then you will find out it always use the keypad driver in
BSP.


"Aigor" <Aigor@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:83A1F4EC-3F68-4D6A-BB6D-A605969E8ABD@microsoft.com...
> MANISTONEIII has two keypad drivers. What is the difference? Which one
> should
> I use?
>
> regards



Re: keypad & MAINSTONEIII by Aigor

Aigor
Wed May 17 05:19:02 CDT 2006

Hi,

Do you know what is the differense between them? Is keypad driver under BSP
equivalent standard keyboard driver (public\common\drivers\keybd)?
I want to use matrix keypad and/or SID and/or USB HID keyboard at the same
time.

regards
Igor

"K. S. Huang" wrote:

> Do you mean the one in CSP_PXA27X and ther other in BSP ??
> If so, just focused on the one under BSP. You may want to take a look at the
> platform.bib and then you will find out it always use the keypad driver in
> BSP.
>
>
> "Aigor" <Aigor@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:83A1F4EC-3F68-4D6A-BB6D-A605969E8ABD@microsoft.com...
> > MANISTONEIII has two keypad drivers. What is the difference? Which one
> > should
> > I use?
> >
> > regards
>
>
>

Re: keypad & MAINSTONEIII by K

K
Wed May 17 05:54:17 CDT 2006

The one under CSP_PXA27X might be for backward compatible and/or place
holder to the one under COMMON\OAK\CSP\...
And for the differnece between CSP_PXA27X and BSP, the one in CSP_PXA27X
library is loaded as a stream interface driver and still required a NOP
keybd driver as layout manager/key mapping.
But the one in BSP folder is a native key board driver which contain a
layout manager and key mapping.

"Aigor" <Aigor@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:2FF9AA77-821C-4E3B-9B9E-8F09FBF9B234@microsoft.com...
> Hi,
>
> Do you know what is the differense between them? Is keypad driver under
> BSP
> equivalent standard keyboard driver (public\common\drivers\keybd)?
> I want to use matrix keypad and/or SID and/or USB HID keyboard at the same
> time.
>
> regards
> Igor
>
> "K. S. Huang" wrote:
>
>> Do you mean the one in CSP_PXA27X and ther other in BSP ??
>> If so, just focused on the one under BSP. You may want to take a look at
>> the
>> platform.bib and then you will find out it always use the keypad driver
>> in
>> BSP.
>>
>>
>> "Aigor" <Aigor@discussions.microsoft.com> ???gco?l¢Do¡Ps?D:83A1F4EC-3F68-4D6A-BB6D-A605969E8ABD@microsoft.com...
>>
>> > MANISTONEIII has two keypad drivers. What is the difference? Which one
>> > should
>> > I use?
>> >
>> > regards
>>
>>
>>



Re: keypad & MAINSTONEIII by Umesh

Umesh
Fri May 19 05:04:01 CDT 2006

hi,

to add more to what huang wrote .u will notbe able to control events like
key repeat timings and disable key repetitions from application with the old
driver as NOP driver doesnt receive such events.u need to implement in ur
driver and more over if you are trying to include RDP which in CE5.0 need
8042 english key pad driver then ur keypad driver might not work properly.
so its better to use the new driver model.
cheers
Umesh



"K. S. Huang" wrote:

> The one under CSP_PXA27X might be for backward compatible and/or place
> holder to the one under COMMON\OAK\CSP\...
> And for the differnece between CSP_PXA27X and BSP, the one in CSP_PXA27X
> library is loaded as a stream interface driver and still required a NOP
> keybd driver as layout manager/key mapping.
> But the one in BSP folder is a native key board driver which contain a
> layout manager and key mapping.
>
> "Aigor" <Aigor@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:2FF9AA77-821C-4E3B-9B9E-8F09FBF9B234@microsoft.com...
> > Hi,
> >
> > Do you know what is the differense between them? Is keypad driver under
> > BSP
> > equivalent standard keyboard driver (public\common\drivers\keybd)?
> > I want to use matrix keypad and/or SID and/or USB HID keyboard at the same
> > time.
> >
> > regards
> > Igor
> >
> > "K. S. Huang" wrote:
> >
> >> Do you mean the one in CSP_PXA27X and ther other in BSP ??
> >> If so, just focused on the one under BSP. You may want to take a look at
> >> the
> >> platform.bib and then you will find out it always use the keypad driver
> >> in
> >> BSP.
> >>
> >>
> >> "Aigor" <Aigor@discussions.microsoft.com> ???gco?l¢Do¡Ps?D:83A1F4EC-3F68-4D6A-BB6D-A605969E8ABD@microsoft.com...
> >>
> >> > MANISTONEIII has two keypad drivers. What is the difference? Which one
> >> > should
> >> > I use?
> >> >
> >> > regards
> >>
> >>
> >>
>
>
>