Hello, the attached patch makes keybdev.c compile again for most PPCs.
I'll try and send along a patch for SysRq shortly, but this is more important.

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
--- drivers/usb/keybdev.c.old   Wed Apr 12 16:26:58 2000
+++ drivers/usb/keybdev.c       Wed Apr 12 16:27:53 2000
@@ -102,7 +102,7 @@
         76,125, 75,105,124,  0,115, 62,116, 59, 60,119, 61,121,114,117,
          0,  0,  0,  0,127, 81,  0,113,  0,  0,  0,  0,  0, 55, 55 };
 
-static int emulate_raw(unsigned int code, unsigned char upflag)
+static int emulate_raw(unsigned int keycode, int down)
 {
        if (keycode > 127 || !mac_keycodes[keycode])
                return -1;

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to