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

@@ -579,8 +579,6 @@ static void psmouse_set_rate(struct psmouse *psmouse, unsigned int rate)
static void psmouse_initialize(struct psmouse *psmouse)
{
if (psmouse->type==PSMOUSE_LIFEBOOK)
return;
/*
* We set the mouse into streaming mode.
*/