Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1673173 Details for
Bug 1814872
Lenovo T450s Touchpad barely works
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fixed up patch from comment 8
touchpad.patch (text/plain), 940 bytes, created by
maztaim
on 2020-03-24 17:09:45 UTC
(
hide
)
Description:
Fixed up patch from comment 8
Filename:
MIME Type:
Creator:
maztaim
Created:
2020-03-24 17:09:45 UTC
Size:
940 bytes
patch
obsolete
>From: Andrew Duggan <aduggan@synaptics.com> >Subject: [PATCH] Input: synaptics-rmi4 - Do not set reduced reporting mode thresholds are not set by the driver > > drivers/input/rmi4/rmi_f11.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/drivers/input/rmi4/rmi_f11.c b/drivers/input/rmi4/rmi_f11.c >index 6adea8a3e8fb..ffa39ab153f2 100644 >--- a/drivers/input/rmi4/rmi_f11.c >+++ b/drivers/input/rmi4/rmi_f11.c >@@ -1203,8 +1203,8 @@ static int rmi_f11_initialize(struct rmi_function *fn) > * If distance threshold values are set, switch to reduced reporting > * mode so they actually get used by the controller. > */ >- if (ctrl->ctrl0_11[RMI_F11_DELTA_X_THRESHOLD] || >- ctrl->ctrl0_11[RMI_F11_DELTA_Y_THRESHOLD]) { >+ if (sensor->axis_align.delta_x_threshold || >+ sensor->axis_align.delta_y_threshold) { > ctrl->ctrl0_11[0] &= ~RMI_F11_REPORT_MODE_MASK; > ctrl->ctrl0_11[0] |= RMI_F11_REPORT_MODE_REDUCED; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1814872
:
1671230
|
1671231
|
1671232
|
1671233
| 1673173