diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-11-17 08:12:10 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-22 17:10:26 -0500 |
commit | 43e5e7c60ee7039f538ccfaaa4e99829719d9bea (patch) | |
tree | c97a33352738f583e8f0c563af733914e02b147a /drivers/hid/Makefile | |
parent | 5906215bab9fccf7aa2c4305accf0716c4634d69 (diff) |
HID: wiimote: Add debugfs support stubs
Add initializer and deinitializer for debugfs support. This will later allow raw
eeprom access and direct DRM modifications to debug wiimote behaviour and
further protocol reverse-engineerings.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 5fab4e632eab..15c1a84537eb 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -29,6 +29,9 @@ hid-wiimote-y := hid-wiimote-core.o | |||
29 | ifdef CONFIG_HID_WIIMOTE_EXT | 29 | ifdef CONFIG_HID_WIIMOTE_EXT |
30 | hid-wiimote-y += hid-wiimote-ext.o | 30 | hid-wiimote-y += hid-wiimote-ext.o |
31 | endif | 31 | endif |
32 | ifdef CONFIG_DEBUG_FS | ||
33 | hid-wiimote-y += hid-wiimote-debug.o | ||
34 | endif | ||
32 | 35 | ||
33 | obj-$(CONFIG_HID_A4TECH) += hid-a4tech.o | 36 | obj-$(CONFIG_HID_A4TECH) += hid-a4tech.o |
34 | obj-$(CONFIG_HID_ACRUX) += hid-axff.o | 37 | obj-$(CONFIG_HID_ACRUX) += hid-axff.o |