aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorRichard Nauber <richard.nauber@googlemail.com>2010-06-28 12:54:25 -0400
committerJiri Kosina <jkosina@suse.cz>2010-06-28 13:02:47 -0400
commit64b386ea16112564e0b93473e2c347125effb6b2 (patch)
treef09a8f9e93c267c4f9039f9f246bea95cf2347a6 /drivers/hid/Kconfig
parent83efb8fe671af3c7b5613868aadc93ce973b6c3d (diff)
HID: add proper support for Elecom BM084 bluetooth mouse
This patch removes the annoying feature of Elecoms BM084 to constantly scroll to the right. The device can be found at: http://www.dealextreme.com/details.dx/sku.15402 Signed-off-by: Richard Nauber <Richard.Nauber@gmail.com> [jkosina@suse.cz: fix build error] Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 76ba59b9fea..ecc11405922 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -148,6 +148,12 @@ config HID_EGALAX
148 ---help--- 148 ---help---
149 Support for the eGalax dual-touch panel. 149 Support for the eGalax dual-touch panel.
150 150
151config HID_ELECOM
152 tristate "ELECOM"
153 depends on BT_HIDP
154 ---help---
155 Support for the ELECOM BM084 (bluetooth mouse).
156
151config HID_EZKEY 157config HID_EZKEY
152 tristate "Ezkey" if EMBEDDED 158 tristate "Ezkey" if EMBEDDED
153 depends on USB_HID 159 depends on USB_HID