diff options
author | David King <amigadave@amigadave.com> | 2013-04-20 15:13:52 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-04-20 19:17:26 -0400 |
commit | cdfee4ff4158361239e67ae2fab8c1e5d8a4ec05 (patch) | |
tree | 51ebcb869cd85bbc2186246c08442170d4cbf025 /drivers/hid/Kconfig | |
parent | 3a7f134f3061c242659a92fd8ddcfe53aaeaec22 (diff) |
HID: clarify Magic Mouse Kconfig description
The Magic Mouse driver also supports the Magic Trackpad, so mention it
in the KConfig description for the driver.
Signed-off-by: David King <amigadave@amigadave.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 49e29391cb98..edb15c8741d0 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -373,13 +373,13 @@ config LOGIWHEELS_FF | |||
373 | - Logitech Formula Force EX | 373 | - Logitech Formula Force EX |
374 | 374 | ||
375 | config HID_MAGICMOUSE | 375 | config HID_MAGICMOUSE |
376 | tristate "Apple MagicMouse multi-touch support" | 376 | tristate "Apple Magic Mouse/Trackpad multi-touch support" |
377 | depends on BT_HIDP | 377 | depends on BT_HIDP |
378 | ---help--- | 378 | ---help--- |
379 | Support for the Apple Magic Mouse multi-touch. | 379 | Support for the Apple Magic Mouse/Trackpad multi-touch. |
380 | 380 | ||
381 | Say Y here if you want support for the multi-touch features of the | 381 | Say Y here if you want support for the multi-touch features of the |
382 | Apple Wireless "Magic" Mouse. | 382 | Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad. |
383 | 383 | ||
384 | config HID_MICROSOFT | 384 | config HID_MICROSOFT |
385 | tristate "Microsoft non-fully HID-compliant devices" if EXPERT | 385 | tristate "Microsoft non-fully HID-compliant devices" if EXPERT |