diff options
author | Michael Wright <michaelwr@google.com> | 2013-12-04 15:23:41 -0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-21 22:35:32 -0500 |
commit | 63af56789a42be11b85e141489454ef068fe90cb (patch) | |
tree | 1be8b37d06ce6de4d867da49ee06f42a9495669d /android | |
parent | ab525bfbb0b19e993074f539a2fda9cd77a0d6ac (diff) |
android: configs: Add HIDRAW to recommended set
The Logitech unifying driver depends on hidraw being available.
Recommending one without the other will cause the Logitech driver to
silently fail when connecting Logitech devices.
Change-Id: I92ed2b6803537d9da6eed7fcada8f329cb4469a2
Signed-off-by: Michael Wright <michaelwr@google.com>
Diffstat (limited to 'android')
-rw-r--r-- | android/configs/android-recommended.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/configs/android-recommended.cfg b/android/configs/android-recommended.cfg index 1bd9f6f4b959..32596bc2e199 100644 --- a/android/configs/android-recommended.cfg +++ b/android/configs/android-recommended.cfg @@ -18,6 +18,7 @@ CONFIG_EXT4_FS=y CONFIG_EXT4_FS_SECURITY=y CONFIG_FUSE_FS=y CONFIG_GREENASIA_FF=y +CONFIG_HIDRAW=y CONFIG_HID_A4TECH=y CONFIG_HID_ACRUX=y CONFIG_HID_ACRUX_FF=y |