diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-29 03:30:28 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-29 03:30:28 -0400 |
commit | 14e94143964d5af6d0a2ae8401cd9e9e091967b9 (patch) | |
tree | 197dc3833a27a6af4f5d33f29ba86221cbf01792 /drivers/input/mouse/lifebook.h | |
parent | 02d7f5895005bd559c6c12d0f1b4e3dd5d91b927 (diff) |
Input: lifebook - various cleanups:
- do not try to set rate and resolution in init method, let
psmouse core do it for us. This also removes special quirks
from the core;
- do not disable mouse before doing full reset - meaningless;
- some formatting and whitespace cleanups.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse/lifebook.h')
-rw-r--r-- | drivers/input/mouse/lifebook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/lifebook.h b/drivers/input/mouse/lifebook.h index 11489b45cee2..4a0033a2e5cf 100644 --- a/drivers/input/mouse/lifebook.h +++ b/drivers/input/mouse/lifebook.h | |||
@@ -11,7 +11,7 @@ | |||
11 | #ifndef _LIFEBOOK_H | 11 | #ifndef _LIFEBOOK_H |
12 | #define _LIFEBOOK_H | 12 | #define _LIFEBOOK_H |
13 | 13 | ||
14 | int lifebook_detect(struct psmouse *psmouse, unsigned int max_proto, | 14 | int lifebook_detect(struct psmouse *psmouse, unsigned int max_proto, |
15 | int set_properties); | 15 | int set_properties); |
16 | 16 | ||
17 | #endif | 17 | #endif |