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 944665 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]
HID-usbhid-enable-always-poll-quirk-for-Elan-Touchsc[9b].patch
0003-HID-usbhid-enable-always-poll-quirk-for-Elan-Touchsc.patch (text/plain), 1.53 KB, created by
Adel Gadllah
on 2014-10-07 16:35:13 UTC
(
hide
)
Description:
HID-usbhid-enable-always-poll-quirk-for-Elan-Touchsc[9b].patch
Filename:
MIME Type:
Creator:
Adel Gadllah
Created:
2014-10-07 16:35:13 UTC
Size:
1.53 KB
patch
obsolete
>From 992b247a06e44b4ad2afa53b8d24d666861f386c Mon Sep 17 00:00:00 2001 >From: Adel Gadllah <adel.gadllah@gmail.com> >Date: Mon, 6 Oct 2014 15:32:01 +0200 >Subject: [PATCH 3/3] HID: usbhid: enable always-poll quirk for Elan > Touchscreen 009b > >This device needs the quirk as well. >--- > 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 79b966d..2c3c4d3 100644 >--- a/drivers/hid/hid-ids.h >+++ b/drivers/hid/hid-ids.h >@@ -298,6 +298,7 @@ > > #define USB_VENDOR_ID_ELAN 0x04f3 > #define USB_DEVICE_ID_ELAN_TOUCHSCREEN 0x0089 >+#define USB_DEVICE_ID_ELAN_TOUCHSCREEN_009B 0x009b > > #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 72da083..e72c7b0 100644 >--- a/drivers/hid/usbhid/hid-quirks.c >+++ b/drivers/hid/usbhid/hid-quirks.c >@@ -71,6 +71,7 @@ static const struct hid_blacklist { > { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_AXIS_295, HID_QUIRK_NOGET }, > { 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_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