Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 537 → Rev 538

/shark/trunk/drivers/input/handler/keyboard.c
1,14 → 1,8
/*
* $Id: keyboard.c,v 1.2 2004-03-23 15:37:21 mauro Exp $
*
* Copyright (c) 1999-2001 Vojtech Pavlik
* Input driver keyboard module
*/
 
/*
* Input driver event debug module - dumps all events into syslog
*/
 
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
38,7 → 32,7
//#define DEBUG_KBD
 
MODULE_AUTHOR("Vojtech Pavlik <vojtech@ucw.cz>");
MODULE_DESCRIPTION("Input driver event debug module");
MODULE_DESCRIPTION("Input driver keyboard module");
MODULE_LICENSE("GPL");
 
extern void shark_kbd_exec(void);