Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Varun Chitre
thunderzap_sprout
Commits
14d011cd
Commit
14d011cd
authored
10 years ago
by
Varun Chitre
Browse files
Options
Download
Email Patches
Plain Diff
some test
parent
0e02cc7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
drivers/input/touchscreen/mediatek/synaptics_3508/synaptics_dsx_i2c.c
...t/touchscreen/mediatek/synaptics_3508/synaptics_dsx_i2c.c
+5
-0
No files found.
drivers/input/touchscreen/mediatek/synaptics_3508/synaptics_dsx_i2c.c
View file @
14d011cd
...
...
@@ -1089,6 +1089,8 @@ static int synaptics_rmi4_f12_abs_report(struct synaptics_rmi4_data *rmi4_data,
input_report_abs
(
rmi4_data
->
input_dev
,
ABS_MT_TOUCH_MINOR
,
min
(
wx
,
wy
));
#endif
input_report_abs
(
rmi4_data
->
input_dev
,
ABS_MT_TRACKING_ID
,
id
);
#ifndef TYPE_B_PROTOCOL
input_mt_sync
(
rmi4_data
->
input_dev
);
#endif
...
...
@@ -2344,6 +2346,9 @@ static void synaptics_rmi4_set_params(struct synaptics_rmi4_data *rmi4_data)
ABS_MT_TOUCH_MINOR
,
0
,
rmi4_data
->
max_touch_width
,
0
,
0
);
#endif
input_set_abs_params
(
rmi4_data
->
input_dev
,
ABS_MT_TRACKING_ID
,
0
,
rmi4_data
->
num_of_fingers
-
1
,
0
,
0
);
#ifdef TYPE_B_PROTOCOL
input_mt_init_slots
(
rmi4_data
->
input_dev
,
...
...
This diff is collapsed.
Click to expand it.
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