projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
736ce43
)
Input: grip_mp - kill commented out code
author
Dmitry Torokhov
<dtor_core@ameritech.net>
Tue, 10 Jan 2006 06:58:47 +0000
(
01:58
-0500)
committer
Dmitry Torokhov
<dtor_core@ameritech.net>
Tue, 10 Jan 2006 06:58:47 +0000
(
01:58
-0500)
Kill leftovers of dynalloc conversion.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/joystick/grip_mp.c
patch
|
blob
|
history
diff --git
a/drivers/input/joystick/grip_mp.c
b/drivers/input/joystick/grip_mp.c
index 51a912222e85e6b93e4a6f8e4fc35b245db14341..62438944a69a558c8e7d0e1eb5b808a11d65464e 100644
(file)
--- a/
drivers/input/joystick/grip_mp.c
+++ b/
drivers/input/joystick/grip_mp.c
@@
-53,17
+53,8
@@
struct grip_port {
struct grip_mp {
struct gameport *gameport;
struct grip_port *port[GRIP_MAX_PORTS];
-// struct input_dev *dev[4];
-// int mode[4];
-// int registered[4];
int reads;
int bads;
-
- /* individual gamepad states */
-// int buttons[4];
-// int xaxes[4];
-// int yaxes[4];
-// int dirty[4]; /* has the state been updated? */
};
/*