aboutsummaryrefslogtreecommitdiff
path: root/hid.c
diff options
context:
space:
mode:
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
/*------------------------------------------------------------------------------