diff options
author | JD Cole <jd@jdc.me> | 2014-10-31 17:34:42 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-11-03 14:18:49 +0100 |
commit | 1a3f83f6493f9d78aa0fe31401fd530b0fe296da (patch) | |
tree | aa225e5c3a11750eb702ee85f261000a387c44bd /drivers/hid/Kconfig | |
parent | 7f474df0a7b7dadfc01ba778460a91f554ca1481 (diff) | |
download | talos-op-linux-1a3f83f6493f9d78aa0fe31401fd530b0fe296da.tar.gz talos-op-linux-1a3f83f6493f9d78aa0fe31401fd530b0fe296da.zip |
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/Kconfig | 7 |
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 ---help--- Provide access to PicoLCD's CIR interface via remote control (LIRC). +config HID_PLANTRONICS + tristate "Plantronics USB HID Driver" + default !EXPERT + depends on HID + ---help--- + Provides HID support for Plantronics telephony devices. + config HID_PRIMAX tristate "Primax non-fully HID-compliant devices" depends on HID |