diff options
author | Richard Nauber <richard.nauber@googlemail.com> | 2010-06-28 20:54:25 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-06-28 21:02:47 +0400 |
commit | 64b386ea16112564e0b93473e2c347125effb6b2 (patch) | |
tree | f09a8f9e93c267c4f9039f9f246bea95cf2347a6 /drivers/hid/Makefile | |
parent | 83efb8fe671af3c7b5613868aadc93ce973b6c3d (diff) | |
download | linux-64b386ea16112564e0b93473e2c347125effb6b2.tar.xz |
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/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 22e47eaeea32..3a6eb7ec42e2 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -32,6 +32,7 @@ obj-$(CONFIG_HID_CHICONY) += hid-chicony.o obj-$(CONFIG_HID_CYPRESS) += hid-cypress.o obj-$(CONFIG_HID_DRAGONRISE) += hid-drff.o obj-$(CONFIG_HID_EGALAX) += hid-egalax.o +obj-$(CONFIG_HID_ELECOM) += hid-elecom.o obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o obj-$(CONFIG_HID_GYRATION) += hid-gyration.o obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o |