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
b3c21d2c
Commit
b3c21d2c
authored
Nov 22, 2011
by
Jiri Kosina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HID: multitouch: make struct mt_classess static
Signed-off-by:
Jiri Kosina
<
jkosina@suse.cz
>
parent
789aaa2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/hid/hid-multitouch.c
drivers/hid/hid-multitouch.c
+1
-1
No files found.
drivers/hid/hid-multitouch.c
View file @
b3c21d2c
...
...
@@ -133,7 +133,7 @@ static int find_slot_from_contactid(struct mt_device *td)
return
-
1
;
}
struct
mt_class
mt_classes
[]
=
{
st
atic
st
ruct
mt_class
mt_classes
[]
=
{
{
.
name
=
MT_CLS_DEFAULT
,
.
quirks
=
MT_QUIRK_NOT_SEEN_MEANS_UP
},
{
.
name
=
MT_CLS_SERIAL
,
...
...
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