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>
This commit is contained in:
Dmitry Torokhov
2005-05-29 02:30:28 -05:00
parent 02d7f58950
commit 14e9414396
3 changed files with 13 additions and 28 deletions

View File

@@ -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