Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 523 → Rev 538

/shark/trunk/drivers/input/handler/mouse.c
1,14 → 1,8
/*
* $Id: mouse.c,v 1.2 2004-03-25 10:37:48 mauro Exp $
*
* Copyright (c) 1999-2001 Vojtech Pavlik
* Input driver mouse 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
31,7 → 25,7
//#define DEBUG_MOUSE
 
MODULE_AUTHOR("Vojtech Pavlik <vojtech@ucw.cz>");
MODULE_DESCRIPTION("Input driver event debug module");
MODULE_DESCRIPTION("Input driver mouse module");
MODULE_LICENSE("GPL");
 
extern void shark_mouse_exec(void);