Hi,

I did a quick hack on kbd.c and could make the "<,>,|" key
work. Awesome! Thank you all for your help.

In the 'bcm' directory some modules refer to 'omap' although
they apparently mean 'port', like this:

#include "../omap/random.c"

which should be

#include "../port/random.c"

Although it was easy to fix, I wonder where this inconsistency
in the source tree came from. Did I miss an update or something?

Furthermore, I noticed that the build system would build _all_
of the kernel each time I invoke 'mk', even though only little
or nothing has changed. Is this the way it is intended to be?

Best,
Holger

Am 25.04.13 22:41, schrieb erik quanstrom:
If not, how do I recompile and install the kbd-module on the
Raspberry Pi? I changed kbd.c for testing purposes and
executed "mk install" in the directory /sys/src/9/. Although
the build succeeded the changes did not seem to be incorporated.

unfortunately. you need to rebuild all of usb (or at least usbd), then your 
kernel
for the changes to always take effect.

- erik



Reply via email to