From: NIIBE Y. <gn...@m1...> - 2002-04-09 00:30:15
|
Fabio Giovagnini wrote: > Hi everybody, and in particular hi Stuart. > I have a question: > what are the steps to enable a keybord. > I was able to enable a framebuffer, but I have trouble to understand what is > the way to enable a keybord. Perhaps, most easy way is using something like Super I/O chip like SolutionEngine (if you need PC keyboard driver). You can check arch/sh/kernel/setup_se.c. Another way is using key-matrix, like HP Jornada 620. You can check driver/char/scan_keyb.c. -- |