[gnome-bluetooth] wizard: Make iCade PIN gathering work on variants



commit 91515942070c5986a7a120ace5ca14bb83622936
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jul 27 10:25:56 2012 +0200

    wizard: Make iCade PIN gathering work on variants
    
    The code should work on:
    - iCade Mobile
    - iCade Core
    - iCade Jr.
    
    (as we try and avoid using the changing buttons, and use the stable
     arrow definitions).

 wizard/pin-code-database.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wizard/pin-code-database.xml b/wizard/pin-code-database.xml
index 3f2a06d..6c2766d 100644
--- a/wizard/pin-code-database.xml
+++ b/wizard/pin-code-database.xml
@@ -80,7 +80,7 @@
 	<device oui="00:08:1B:" name="lenovo_RC" pin="0000"/>
 
 	<!-- ION iCade Game Controller -->
-	<device oui="00:12:A1:" name="ION iCade Game Controller" type="keyboard" pin="ICADE"/>
+	<device name="iCade" type="keyboard" pin="ICADE"/>
 
 <!-- GPS devices -->
 	<device oui="00:0D:B5:" name="TomTom Wireless GPS MkII" pin="0000"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]