Author: titmuss
Date: Fri Apr  4 08:50:20 2008
New Revision: 2171

URL: http://svn.slimdevices.com?rev=2171&root=Jive&view=rev
Log:
Bug: 7535
Description:
Fix France and Japan wireless region codes on the Controller.


Modified:
    trunk/squeezeplay/src/squeezeplay_jive/share/jive/net/Wireless.lua

Modified: trunk/squeezeplay/src/squeezeplay_jive/share/jive/net/Wireless.lua
URL: 
http://svn.slimdevices.com/trunk/squeezeplay/src/squeezeplay_jive/share/jive/net/Wireless.lua?rev=2171&root=Jive&r1=2170&r2=2171&view=diff
==============================================================================
--- trunk/squeezeplay/src/squeezeplay_jive/share/jive/net/Wireless.lua 
(original)
+++ trunk/squeezeplay/src/squeezeplay_jive/share/jive/net/Wireless.lua Fri Apr  
4 08:50:20 2008
@@ -46,11 +46,11 @@
        [ "US" ] = { 0x10, 4  }, -- ch 1-11
        [ "CA" ] = { 0x20, 6  }, -- ch 1-11
        [ "EU" ] = { 0x30, 14 }, -- ch 1-13
-       [ "FR" ] = { 0x32, 13 }, -- ch 10-13
+       [ "FR" ] = { 0x30, 13 }, -- ch 1-13
        [ "CH" ] = { 0x30, 23 }, -- ch 1-13
        [ "TW" ] = { 0x30, 21 }, -- ch 1-13
        [ "AU" ] = { 0x10, 7  }, -- ch 1-11
-       [ "JP" ] = { 0x40, 16 }, -- ch 1-13
+       [ "JP" ] = { 0x41, 16 }, -- ch 1-13
 }
 
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to