Bluetooth/Nintendo Wii Remote Plus: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created page with '* clone the arm-3.5 branch of the kernel, * apply this patch: From 49ef79e7f5809680af094b36e8eb6c919b07ae8c Mon Sep 17 00:00:00 2001 From: James Cameron <qu…')
 
No edit summary
 
Line 37: Line 37:


*[[Kernel_Building|build the kernel]],
*[[Kernel_Building|build the kernel]],
*install the kernel,
*install the kernel, reboot,
*install the ''gnome-bluetooth'' package:
*install the ''gnome-bluetooth'' package:
sudo yum install -y gnome-bluetooth
sudo yum install -y gnome-bluetooth
*switch to the Gnome desktop,
*switch to the Gnome desktop,
*(unfinished)

Latest revision as of 05:50, 30 October 2013

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)