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 944669 Details for
Bug 1149509
[PATCH] Apply quirk for elan touchscreens
[?]
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]
0002-HID-usbhid-enable-always-poll-quirk-for-Elan-Touchsc[016f].patch
0002-HID-usbhid-enable-always-poll-quirk-for-Elan-Touchsc.patch (text/plain), 1.65 KB, created by
Adel Gadllah
on 2014-10-07 16:47:29 UTC
(
hide
)
Description:
0002-HID-usbhid-enable-always-poll-quirk-for-Elan-Touchsc[016f].patch
Filename:
MIME Type:
Creator:
Adel Gadllah
Created:
2014-10-07 16:47:29 UTC
Size:
1.65 KB
patch
obsolete
>From 1f2b0cb8f443d277064762a54d16350d12e2d187 Mon Sep 17 00:00:00 2001 >From: Adel Gadllah <adel.gadllah@gmail.com> >Date: Tue, 7 Oct 2014 18:45:09 +0200 >Subject: [PATCH 2/2] HID: usbhid: enable always-poll quirk for Elan > Touchscreen 016f > >This device needs the quirk as well. > >Signed-off-by: Adel Gadllah <adel.gadllah@gmail.com> >--- > drivers/hid/hid-ids.h | 1 + > drivers/hid/usbhid/hid-quirks.c | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h >index 2c3c4d3..fbdef74 100644 >--- a/drivers/hid/hid-ids.h >+++ b/drivers/hid/hid-ids.h >@@ -299,6 +299,7 @@ > #define USB_VENDOR_ID_ELAN 0x04f3 > #define USB_DEVICE_ID_ELAN_TOUCHSCREEN 0x0089 > #define USB_DEVICE_ID_ELAN_TOUCHSCREEN_009B 0x009b >+#define USB_DEVICE_ID_ELAN_TOUCHSCREEN_016F 0x016f > > #define USB_VENDOR_ID_ELECOM 0x056e > #define USB_DEVICE_ID_ELECOM_BM084 0x0061 >diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c >index e72c7b0..efb0316 100644 >--- a/drivers/hid/usbhid/hid-quirks.c >+++ b/drivers/hid/usbhid/hid-quirks.c >@@ -72,6 +72,7 @@ static const struct hid_blacklist { > { USB_VENDOR_ID_DMI, USB_DEVICE_ID_DMI_ENC, HID_QUIRK_NOGET }, > { USB_VENDOR_ID_ELAN, USB_DEVICE_ID_ELAN_TOUCHSCREEN, HID_QUIRK_ALWAYS_POLL }, > { USB_VENDOR_ID_ELAN, USB_DEVICE_ID_ELAN_TOUCHSCREEN_009B, HID_QUIRK_ALWAYS_POLL }, >+ { USB_VENDOR_ID_ELAN, USB_DEVICE_ID_ELAN_TOUCHSCREEN_016F, HID_QUIRK_ALWAYS_POLL }, > { USB_VENDOR_ID_ELO, USB_DEVICE_ID_ELO_TS2700, HID_QUIRK_NOGET }, > { USB_VENDOR_ID_FORMOSA, USB_DEVICE_ID_FORMOSA_IR_RECEIVER, HID_QUIRK_NO_INIT_REPORTS }, > { USB_VENDOR_ID_FREESCALE, USB_DEVICE_ID_FREESCALE_MX28, HID_QUIRK_NOGET }, >-- >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 1149509
:
944048
|
944049
|
944050
|
944268
|
944269
|
944270
|
944663
|
944664
|
944665
|
944666
| 944669