projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1421d3
)
Input: logips2pp - add model 1 information
author
Dmitry Torokhov
<dtor@insightbb.com>
Thu, 12 Apr 2007 05:33:19 +0000
(
01:33
-0400)
committer
Dmitry Torokhov
<dtor@insightbb.com>
Thu, 12 Apr 2007 05:33:19 +0000
(
01:33
-0400)
It turns out I had an old 2-button Logitech mouse that responds
to Logitech's queries with model of 1.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/mouse/logips2pp.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/mouse/logips2pp.c
b/drivers/input/mouse/logips2pp.c
index 74a8ba7c71f852468122ea2ef2d6ca347ff26583..9df74b72e6c4669c5d5ecd2863ae4f02aeff8437 100644
(file)
--- a/
drivers/input/mouse/logips2pp.c
+++ b/
drivers/input/mouse/logips2pp.c
@@
-200,6
+200,7
@@
static void ps2pp_disconnect(struct psmouse *psmouse)
static const struct ps2pp_info *get_model_info(unsigned char model)
{
static const struct ps2pp_info ps2pp_list[] = {
+ { 1, 0, 0 }, /* Simple 2-button mouse */
{ 12, 0, PS2PP_SIDE_BTN},
{ 13, 0, 0 },
{ 15, PS2PP_KIND_MX, /* MX1000 */