Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 902326 Details for
Bug 1103528
Right click does not work on Dell Vostro 5470
[?]
New
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.rh83 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]
elantech-right-click-fw_361f05.patch
elantech-right-click-fw_361f05.patch (text/plain), 1.53 KB, created by
Elder Marco
on 2014-06-04 20:26:59 UTC
(
hide
)
Description:
elantech-right-click-fw_361f05.patch
Filename:
MIME Type:
Creator:
Elder Marco
Created:
2014-06-04 20:26:59 UTC
Size:
1.53 KB
patch
obsolete
>From 0ed4c995c53c2393d65787f7c34761f36479d7f1 Mon Sep 17 00:00:00 2001 >From: Elder Marco <eldermarco@gmail.com> >Date: Wed, 4 Jun 2014 17:12:09 -0300 >Subject: [PATCH] fix right click for Dell Vostro 5470 > >Although the bit 12 is 1, the touchpad of this computer has two separate >buttons >--- > drivers/input/mouse/elantech.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c >index 230cdcf..34b853f 100644 >--- a/drivers/input/mouse/elantech.c >+++ b/drivers/input/mouse/elantech.c >@@ -1004,6 +1004,7 @@ static int elantech_get_resolution_v4(struct psmouse *psmouse, > * Asus UX31 0x361f00 20, 15, 0e clickpad > * Asus UX32VD 0x361f02 00, 15, 0e clickpad > * Avatar AVIU-145A2 0x361f00 ? clickpad >+ * Dell Vostro-5470 0x361f05 00, 15, 0e 2 hw buttons > * Gigabyte U2442 0x450f01 58, 17, 0c 2 hw buttons > * Lenovo L430 0x350f02 b9, 15, 0c 2 hw buttons (*) > * Samsung NF210 0x150b00 78, 14, 0a 2 hw buttons >@@ -1021,7 +1022,8 @@ static void elantech_set_buttonpad_prop(struct psmouse *psmouse) > struct input_dev *dev = psmouse->dev; > struct elantech_data *etd = psmouse->private; > >- if (etd->fw_version & 0x001000) { >+ /* 0x361f05 is not a clickpad */ >+ if (etd->fw_version & 0x001000 && etd->fw_version != 0x361f05) { > __set_bit(INPUT_PROP_BUTTONPAD, dev->propbit); > __clear_bit(BTN_RIGHT, dev->keybit); > } >-- >1.9.3 >
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 1103528
:
901260
|
901261
|
901262
| 902326 |
902474