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:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user