diff options
author | Richard Nauber <richard.nauber@googlemail.com> | 2010-06-28 18:54:25 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-06-28 19:02:47 +0200 |
commit | 64b386ea16112564e0b93473e2c347125effb6b2 (patch) | |
tree | f09a8f9e93c267c4f9039f9f246bea95cf2347a6 /drivers/hid/Kconfig | |
parent | 83efb8fe671af3c7b5613868aadc93ce973b6c3d (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/Kconfig | 6 |
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 ---help--- Support for the eGalax dual-touch panel. +config HID_ELECOM + tristate "ELECOM" + depends on BT_HIDP + ---help--- + Support for the ELECOM BM084 (bluetooth mouse). + config HID_EZKEY tristate "Ezkey" if EMBEDDED depends on USB_HID |