diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-29 02:30:28 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-29 02:30:28 -0500 |
commit | 14e94143964d5af6d0a2ae8401cd9e9e091967b9 (patch) | |
tree | 197dc3833a27a6af4f5d33f29ba86221cbf01792 /drivers/input/mouse/lifebook.h | |
parent | 02d7f5895005bd559c6c12d0f1b4e3dd5d91b927 (diff) | |
download | linux-14e94143964d5af6d0a2ae8401cd9e9e091967b9.tar.gz linux-14e94143964d5af6d0a2ae8401cd9e9e091967b9.tar.bz2 linux-14e94143964d5af6d0a2ae8401cd9e9e091967b9.zip |
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 @@ #ifndef _LIFEBOOK_H #define _LIFEBOOK_H -int lifebook_detect(struct psmouse *psmouse, unsigned int max_proto, +int lifebook_detect(struct psmouse *psmouse, unsigned int max_proto, int set_properties); #endif |