aboutsummaryrefslogtreecommitdiff
path: root/hid.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-14 22:29:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-14 22:29:43 +0000
commitcb245d85d24a739ae72eebae78c3959ec42b3695 (patch)
tree2575ad5e16999ebc2ca37a61aebcd3f40905a62c /hid.c
parente12059711346f72f73cb3595548f75d88aef56d1 (diff)
removed the ev_ from the types
svn path=/trunk/externals/hcs/hid/; revision=2270
Diffstat (limited to 'hid.c')
-rw-r--r--hid.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/hid.c b/hid.c
index 9a091dc..1bd9390 100644
--- a/hid.c
+++ b/hid.c
@@ -32,16 +32,6 @@
//#define DEBUG(x)
#define DEBUG(x) x
-/*
- * Various Max Refresh Rates:
- ADB = 15.5 ms
- USB mice on Windows = 8-10 ms
- USB mice on GNU/Linux = 1-10 ms
- USB wireless mice = 12-20 ms
- PS/2 mouse = 5-25 ms
- P5 Globe = 22 ms
- */
-
#define DEFAULT_DELAY 5
/*------------------------------------------------------------------------------