]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Input: elan_i2c - export the device id whitelist
authorJeffrey Hugo <jeffrey.l.hugo@gmail.com>
Thu, 21 Nov 2019 06:40:00 +0000 (07:40 +0100)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 2 Dec 2019 11:48:50 +0000 (12:48 +0100)
commit4c5b6d78880aa0a35ef13cc1213b6fd10a903678
treee2e0a6bd03f2c2ec9738d4b36bde0ece7179d0a5
parent108fd54097cc268a9b504d8c7717c179ec142554
Input: elan_i2c - export the device id whitelist

BugLink: https://bugs.launchpad.net/bugs/1853246
Elan_i2c and hid-quirks work in conjunction to decide which devices each
driver will handle.  Elan_i2c has a whitelist of devices that should be
consumed by hid-quirks so that there is one master list of devices to
handoff between the drivers.  Put the ids in a header file so that
hid-quirks can consume it instead of duplicating the list.

Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
keep commit (0c043d70d04).
(backported from commit 0828c1001399d5c5fcab547ef7b0a29c78d4bdf6)
Signed-off-by: Aaron Ma <aaron.ma@canonical.com>
Acked-by: You-Sheng Yang <vicamo.yang@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/input/mouse/elan_i2c_core.c
include/linux/input/elan-i2c-ids.h [new file with mode: 0644]