Bluetooth/Nintendo Wii Remote Plus

From OLPC
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
From 49ef79e7f5809680af094b36e8eb6c919b07ae8c Mon Sep 17 00:00:00 2001
From: James Cameron <quozl@laptop.org>
Date: Fri, 23 Aug 2013 17:48:28 +1000
Subject: [PATCH] enable wiimote

---
 arch/arm/configs/xo_4_defconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/xo_4_defconfig b/arch/arm/configs/xo_4_defconfig
index 7d7f979..afc3f07 100644
--- a/arch/arm/configs/xo_4_defconfig
+++ b/arch/arm/configs/xo_4_defconfig
@@ -1914,7 +1914,7 @@ CONFIG_SND_SOC_RT5631=y
 #
 CONFIG_HID=y
 # CONFIG_HID_BATTERY_STRENGTH is not set
-# CONFIG_HIDRAW is not set
+CONFIG_HIDRAW=y
 CONFIG_HID_GENERIC=y
 
 #
@@ -1965,7 +1965,8 @@ CONFIG_HID_MULTITOUCH=y
 # CONFIG_HID_TOPSEED is not set
 # CONFIG_HID_THRUSTMASTER is not set
 # CONFIG_HID_WACOM is not set
-# CONFIG_HID_WIIMOTE is not set
+CONFIG_HID_WIIMOTE=m
+CONFIG_HID_WIIMOTE_EXT=y
 # CONFIG_HID_ZEROPLUS is not set
 # CONFIG_HID_ZYDACRON is not set
 
-- 
1.8.1.2
  • build the kernel,
  • install the kernel, reboot,
  • install the gnome-bluetooth package:
sudo yum install -y gnome-bluetooth
  • switch to the Gnome desktop,
  • (unfinished)