Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
4a4648df
Commit
4a4648df
authored
Sep 24, 2002
by
Ari Juhani Hämeenaho
Committed by
Vojtech Pavlik
Sep 24, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make Logitech Desktop Pro (wireless keyboard & mouse) work with all buttons and wheel.
parent
33124340
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/input/mouse/psmouse.c
drivers/input/mouse/psmouse.c
+2
-2
No files found.
drivers/input/mouse/psmouse.c
View file @
4a4648df
...
...
@@ -349,8 +349,8 @@ static int psmouse_extensions(struct psmouse *psmouse)
if
(
param
[
1
])
{
int
i
;
static
int
logitech_4btn
[]
=
{
12
,
40
,
41
,
42
,
43
,
73
,
80
,
-
1
};
static
int
logitech_wheel
[]
=
{
75
,
76
,
80
,
81
,
83
,
88
,
-
1
};
static
int
logitech_4btn
[]
=
{
12
,
40
,
41
,
42
,
43
,
52
,
73
,
80
,
-
1
};
static
int
logitech_wheel
[]
=
{
52
,
75
,
76
,
80
,
81
,
83
,
88
,
-
1
};
static
int
logitech_ps2pp
[]
=
{
12
,
13
,
40
,
41
,
42
,
43
,
50
,
51
,
52
,
53
,
73
,
75
,
76
,
80
,
81
,
83
,
88
,
96
,
97
,
-
1
};
psmouse
->
vendor
=
"Logitech"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment