Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1281127

[PATCH v5 0/2] Fixes for ELAN touchscreens

From Adrien Vergé <adrienverge@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v5 0/2] Fixes for ELAN touchscreens
Date 2015-12-01 20:00 +0100
Message-ID <qAYjE-4To-7@gated-at.bofh.it> (permalink)
References <qxu8p-6TL-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This is the fifth version of a patchset which originally aimed to fix a buggy
touchscreen from ELAN Microelectronics.

Changes since v4:
- Cast HID_ANY_ID to an __u16 so to keep gcc happy on AVR32 arch.

Changes since v3:
- Use HID_ANY_ID to define a vendor-ID-global quirk, as suggested by
  Benjamin Tissoires.

Changes since v2:
- Apply ALWAYS_POLL quirk to all ELAN devices by default, as suggested by
  Jiri Kosina and Oliver Neukum.

Adrien Vergé (2):
  USB: quirks: Fix another ELAN touchscreen
  USB: quirks: Apply ALWAYS_POLL to all ELAN devices

 drivers/hid/hid-ids.h           | 5 -----
 drivers/hid/usbhid/hid-quirks.c | 9 +++------
 drivers/usb/core/quirks.c       | 3 +++
 3 files changed, 6 insertions(+), 11 deletions(-)

-- 
2.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v5 0/2] Fixes for ELAN touchscreens Adrien Vergé <adrienverge@gmail.com> - 2015-12-01 20:00 +0100
  [PATCH v5 2/2] USB: quirks: Apply ALWAYS_POLL to all ELAN devices Adrien Vergé <adrienverge@gmail.com> - 2015-12-01 20:00 +0100
    Re: [PATCH v5 2/2] USB: quirks: Apply ALWAYS_POLL to all ELAN  devices Jiri Kosina <jikos@kernel.org> - 2015-12-01 23:10 +0100
      Re: [PATCH v5 2/2] USB: quirks: Apply ALWAYS_POLL to all ELAN devices Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-01 23:20 +0100
        Re: [PATCH v5 2/2] USB: quirks: Apply ALWAYS_POLL to all ELAN devices Adrien Vergé <adrienverge@gmail.com> - 2015-12-02 10:00 +0100

csiph-web