diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-29 03:30:32 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-29 03:30:32 -0400 |
commit | a15d60f867408a4d8ce46359d9eb677818349e5b (patch) | |
tree | 7aff91d8e018253327a893732c5f5ee87b55d095 /drivers/input/mouse/lifebook.h | |
parent | 14e94143964d5af6d0a2ae8401cd9e9e091967b9 (diff) |
Input: lifebook - adjust initialization routines to be in line with
the rest of protocols in preparation to dynamic protocol
switching.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse/lifebook.h')
-rw-r--r-- | drivers/input/mouse/lifebook.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/mouse/lifebook.h b/drivers/input/mouse/lifebook.h index 4a0033a2e5cf..be1c0943825d 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, int set_properties); |
15 | int set_properties); | 15 | int lifebook_init(struct psmouse *psmouse); |
16 | 16 | ||
17 | #endif | 17 | #endif |