]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Input: synaptics - support min/max board id in min_max_pnpid_table
authorDaniel Martin <daniel.martin@secunet.com>
Mon, 9 Mar 2015 05:29:15 +0000 (22:29 -0700)
committerSasha Levin <sasha.levin@oracle.com>
Fri, 17 Apr 2015 00:11:33 +0000 (20:11 -0400)
commitc22c859798916c27244a053e0050d9a06deead97
treeca57cc07c50af4c751beb940e6e38f1b76ed67ba
parent2f7681566721ef02e389d92966911b9bbb2a4290
Input: synaptics - support min/max board id in min_max_pnpid_table

[ Upstream commit 5b3089ddb540401c1ad2e385a03d7e89ff954585 ]

Add a min/max range for board ids to the min/max coordinates quirk. This
makes it possible to restrict quirks to specific models based upon their
board id. The define ANY_BOARD_ID (0) serves as a wild card.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=91541

Cc: stable@vger.kernel.org
Signed-off-by: Daniel Martin <daniel.martin@secunet.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/input/mouse/synaptics.c