patch-2.2.7 linux/include/asm-m68k/keyboard.h
Next file: linux/include/asm-mips/keyboard.h
Previous file: linux/include/asm-i386/string.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Apr 26 10:53:51 1999
- Orig file:
v2.2.6/linux/include/asm-m68k/keyboard.h
- Orig date:
Wed Jan 20 23:14:06 1999
diff -u --recursive --new-file v2.2.6/linux/include/asm-m68k/keyboard.h linux/include/asm-m68k/keyboard.h
@@ -27,11 +27,6 @@
return scancode > 127 ? -EINVAL : scancode;
}
-static __inline__ int kbd_pretranslate(unsigned char scancode, char raw_mode)
-{
- return 1;
-}
-
static __inline__ int kbd_translate(unsigned char scancode,
unsigned char *keycode, char raw_mode)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)