From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 28 Apr 2013 22:01:17 +0200 Message-ID: <517D800D.6040507@ruhr-uni-bochum.de> From: "Holger Sebert" To: 9fans@9fans.net User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 References: <5172C2C6.5020202@ruhr-uni-bochum.de> <20130420191411.47FD5B834@mail.bitblocks.com> <5172F5A0.8070507@ruhr-uni-bochum.de> <20130420231810.B50B7B82A@mail.bitblocks.com> <51783199.5080909@ruhr-uni-bochum.de> <20130424205602.D6E59B82A@mail.bitblocks.com> <5179944E.2080109@ruhr-uni-bochum.de> <343d813c2c86074a7f58233b90dcc9af@coraid.com> In-Reply-To: <343d813c2c86074a7f58233b90dcc9af@coraid.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [9fans] German USB keyboard on Raspberry Pi Topicbox-Message-UUID: 49f47804-ead8-11e9-9d60-3106f5b1d025 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 >