Re: Setkeycodes w/ keycode >= 0x100 ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 3 Mar 2006, Ian E. Morgan wrote:

> Since my HP notebook has some unrecognized keys, I have to use setkeycodes to
> make the kernel recognise them. However, many of the basic (<=255) KEY's from
> input.h are not suitable, but newer ones (>=0x100) woule be perfect.
>
> Any idea how to map scancodes to keycodes >=0x100 when setkeycodes won't
> accept hex input nor anything greater than 255?
>
> Regards,
> Ian Morgan

The keyboard controller generates scan-codes from 0 to 255.
It reads the scan-code information from a byte-wide port
(so-called PORT_A in the PC/AT), so it can't be any larger
than a byte. The controller provides a code when the key
is pressed and another code when the key is released. The
only difference between these codes is a single bit.
This limits the number of possible different scan codes
to 127.

The scan-codes are translated, based upon the Caps Lock, the
Ctrl key, the Alt key, and the Shift key so, in principle,
you could have almost 4 times as many keyboard symbols as
scan-codes. However, you would have to rewrite a lot of
keyboard code to take advantage of this.

>
> --
> -------------------------------------------------------------------
> Ian E. Morgan          Vice President & C.O.O.       Webcon, Inc.
> imorgan at webcon dot ca       PGP: #2DA40D07       www.webcon.ca
>    *  Customized Linux Network Solutions for your Business  *
> -------------------------------------------------------------------

Cheers,
Dick Johnson
Penguin : Linux version 2.6.15.4 on an i686 machine (5589.54 BogoMips).
Warning : 98.36% of all statistics are fiction, book release in April.
_


****************************************************************
The information transmitted in this message is confidential and may be privileged.  Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited.  If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to [email protected] - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux