Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
af0288d4
Commit
af0288d4
authored
Oct 26, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hidclass.sys: Make a few functions static.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5e1c0315
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
descriptor.c
dlls/hidclass.sys/descriptor.c
+6
-3
No files found.
dlls/hidclass.sys/descriptor.c
View file @
af0288d4
...
@@ -401,7 +401,9 @@ static int getValue(int bsize, int source)
...
@@ -401,7 +401,9 @@ static int getValue(int bsize, int source)
return
value
;
return
value
;
}
}
void
parse_io_feature
(
unsigned
int
bSize
,
int
itemVal
,
int
bTag
,
unsigned
int
*
feature_index
,
struct
feature
*
feature
)
static
void
parse_io_feature
(
unsigned
int
bSize
,
int
itemVal
,
int
bTag
,
unsigned
int
*
feature_index
,
struct
feature
*
feature
)
{
{
if
(
bSize
<=
0
)
if
(
bSize
<=
0
)
{
{
...
@@ -430,7 +432,8 @@ void parse_io_feature(unsigned int bSize, int itemVal, int bTag, unsigned int *f
...
@@ -430,7 +432,8 @@ void parse_io_feature(unsigned int bSize, int itemVal, int bTag, unsigned int *f
}
}
}
}
void
parse_collection
(
unsigned
int
bSize
,
int
itemVal
,
struct
collection
*
collection
)
static
void
parse_collection
(
unsigned
int
bSize
,
int
itemVal
,
struct
collection
*
collection
)
{
{
if
(
bSize
<=
0
)
if
(
bSize
<=
0
)
return
;
return
;
...
@@ -772,7 +775,7 @@ static void count_elements(struct feature* feature, USHORT *buttons, USHORT *val
...
@@ -772,7 +775,7 @@ static void count_elements(struct feature* feature, USHORT *buttons, USHORT *val
}
}
}
}
WINE_HIDP_PREPARSED_DATA
*
build_PreparseData
(
static
WINE_HIDP_PREPARSED_DATA
*
build_PreparseData
(
struct
feature
**
features
,
int
feature_count
,
struct
feature
**
features
,
int
feature_count
,
struct
feature
**
input_features
,
int
i_count
,
struct
feature
**
input_features
,
int
i_count
,
struct
feature
**
output_features
,
int
o_count
,
struct
feature
**
output_features
,
int
o_count
,
...
...
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