aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJD Cole <jd@jdc.me>2014-10-31 20:34:42 -0400
committerJiri Kosina <jkosina@suse.cz>2014-11-03 08:18:49 -0500
commit1a3f83f6493f9d78aa0fe31401fd530b0fe296da (patch)
treeaa225e5c3a11750eb702ee85f261000a387c44bd /drivers/hid/Kconfig
parent7f474df0a7b7dadfc01ba778460a91f554ca1481 (diff)
HID: plantronics: fix errant mouse events
This version of the driver prevents Telephony pages which are not mapped as Consumer Control applications AND are not on the Consumer Page from being registered by the hid-input driver. Signed-off-by: JD Cole <jd.cole@plantronics.com> Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index f42df4dd58d2..bf1c74e19c75 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -613,6 +613,13 @@ config HID_PICOLCD_CIR
613 ---help--- 613 ---help---
614 Provide access to PicoLCD's CIR interface via remote control (LIRC). 614 Provide access to PicoLCD's CIR interface via remote control (LIRC).
615 615
616config HID_PLANTRONICS
617 tristate "Plantronics USB HID Driver"
618 default !EXPERT
619 depends on HID
620 ---help---
621 Provides HID support for Plantronics telephony devices.
622
616config HID_PRIMAX 623config HID_PRIMAX
617 tristate "Primax non-fully HID-compliant devices" 624 tristate "Primax non-fully HID-compliant devices"
618 depends on HID 625 depends on HID