patch-2.4.19 linux-2.4.19/include/asm-arm/arch-sa1100/keyboard.h
Next file: linux-2.4.19/include/asm-arm/arch-sa1100/pangolin.h
Previous file: linux-2.4.19/include/asm-arm/arch-sa1100/jornada720.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-arm/arch-sa1100/keyboard.h
- Orig date:
Thu Oct 25 13:53:54 2001
diff -urN linux-2.4.18/include/asm-arm/arch-sa1100/keyboard.h linux-2.4.19/include/asm-arm/arch-sa1100/keyboard.h
@@ -13,7 +13,7 @@
#define kbd_disable_irq() do { } while(0);
#define kbd_enable_irq() do { } while(0);
-extern void sa1111_kbd_init_hw(void);
+extern int sa1111_kbd_init_hw(void);
extern void gc_kbd_init_hw(void);
extern void smartio_kbd_init_hw(void);
extern void cerf_kbd_init_hw(void);
@@ -31,6 +31,11 @@
if (machine_is_cerf())
cerf_kbd_init_hw();
#endif
+#ifdef CONFIG_SA1100_PT_SYSTEM3
+ /* TODO: add system 3 board specific functions here */
+ if (machine_is_pt_system3())
+ sa1111_kbd_init_hw();
+#endif
}
#endif /* _SA1100_KEYBOARD_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)