diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2014-09-30 13:18:28 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-29 05:51:39 -0400 |
commit | ab94e562ed45c99914fe874b7feaf75b80ceea84 (patch) | |
tree | 7f37f16362d583a83c386483b608209d335758f9 /drivers/hid/Kconfig | |
parent | 2f31c52529103d8f0e1485272064f982d14ce54a (diff) |
HID: logitech: move dj devices to the HID++ module
Devices connected through the Logitech Wireless Receiver are HID++ devices.
We can handle them here to benefit from this new module and activate
enhaced support of the various wireless touchpad or mice with touch
sensors on them.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Tested-by: Andrew de los Reyes <adlr@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 6f299cd54e6d..dd49a9b14b9c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -371,6 +371,7 @@ config HID_LOGITECH_DJ | |||
371 | tristate "Logitech Unifying receivers full support" | 371 | tristate "Logitech Unifying receivers full support" |
372 | depends on HIDRAW | 372 | depends on HIDRAW |
373 | depends on HID_LOGITECH | 373 | depends on HID_LOGITECH |
374 | select HID_LOGITECH_HIDPP | ||
374 | ---help--- | 375 | ---help--- |
375 | Say Y if you want support for Logitech Unifying receivers and devices. | 376 | Say Y if you want support for Logitech Unifying receivers and devices. |
376 | Unifying receivers are capable of pairing up to 6 Logitech compliant | 377 | Unifying receivers are capable of pairing up to 6 Logitech compliant |