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
Kirill Smelkov
linux
Commits
ebf95514
Commit
ebf95514
authored
Aug 02, 2022
by
Jiri Kosina
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-5.20/core' into for-linus
parents
144c71f7
4df4b0fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/hid/hid-core.c
drivers/hid/hid-core.c
+1
-1
No files found.
drivers/hid/hid-core.c
View file @
ebf95514
...
...
@@ -1662,7 +1662,7 @@ static void hid_process_report(struct hid_device *hid,
/* first retrieve all incoming values in data */
for
(
a
=
0
;
a
<
report
->
maxfield
;
a
++
)
hid_input_fetch_field
(
hid
,
field
=
report
->
field
[
a
],
data
);
hid_input_fetch_field
(
hid
,
report
->
field
[
a
],
data
);
if
(
!
list_empty
(
&
report
->
field_entry_list
))
{
/* INPUT_REPORT, we have a priority list of fields */
...
...
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