aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/lifebook.c
Commit message (Collapse)AuthorAgeFilesLines
* Input: apparently Lifebook touchscreens have double resolutionDmitry Torokhov2005-05-291-0/+12
| | | | | | | compared to "classic" PS/2 mice, provide appropriate resolution setting handler. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: lifebook - adjust initialization routines to be in line withDmitry Torokhov2005-05-291-18/+27
| | | | | | | the rest of protocols in preparation to dynamic protocol switching. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: lifebook - various cleanups:Dmitry Torokhov2005-05-291-25/+12
| | | | | | | | | | - 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>
* Input: Add Fujitsu Lifebook B-series touchscreen driver.Kenan Esau2005-05-291-0/+126
From: Kenan Esau <kenan.esau@conan.de> Signed-off-by: Vojtech Pavlik <vojtech@suse.cz> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>