changeset 226:339f289c4508

almost there
author Louis Opter <kalessin@kalessin.fr>
date Sat, 08 Aug 2015 02:27:33 -0700
parents b9be1fdb2f6b
children 0f355a601f13
files fix_crash_in_get_light_state_when_tag_does_not_exist.patch fix_targeting_on_big_endian_architectures.patch ignore_pcaps.patch update_readme.patch
diffstat 4 files changed, 10 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/fix_crash_in_get_light_state_when_tag_does_not_exist.patch	Sat Aug 08 01:57:57 2015 -0700
+++ b/fix_crash_in_get_light_state_when_tag_does_not_exist.patch	Sat Aug 08 02:27:33 2015 -0700
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent  7b0e8adfc825726be69cea48e7cf3883dbbe7d12
+# Parent  97f7fd10087f08547f48c20644461f2356e7399b
 Handle bulbs with bugged tags bitfields
 
 I'm getting that on the LIFX White 800 for tag and untag I'm afraid
--- a/fix_targeting_on_big_endian_architectures.patch	Sat Aug 08 01:57:57 2015 -0700
+++ b/fix_targeting_on_big_endian_architectures.patch	Sat Aug 08 02:27:33 2015 -0700
@@ -1,8 +1,9 @@
 # HG changeset patch
-# Parent  19383f32944eded3babc54cd9a7fc623e8f74462
+# Parent  75b032c23f91d4ddf3b4842bb0f1b7839fdf7ecf
 Fix tag targeting on big endian platforms
 
-:\
+I think that was the last issue on big endian platforms. I can't wait to
+setup a buildbot for it.
 
 diff --git a/lifx/wire_proto.c b/lifx/wire_proto.c
 --- a/lifx/wire_proto.c
--- a/ignore_pcaps.patch	Sat Aug 08 01:57:57 2015 -0700
+++ b/ignore_pcaps.patch	Sat Aug 08 02:27:33 2015 -0700
@@ -1,9 +1,9 @@
 # HG changeset patch
-# Parent  a0c1768fb594da51951048f6b167ab5a9499d734
-Ignore my packet captures directories
+# Parent  3c1187a6876d8ff634acc7f75b5d8ae23feda534
+Ignore my packet captures directory
 
-I never found myself looking for an older pcap, what we really need is a bulb
-simulator and test scenarios.
+I never found myself looking for an older pcap, what we really need is a
+bulb simulator and test scenarios.
 
 diff --git a/.hgignore b/.hgignore
 --- a/.hgignore
--- a/update_readme.patch	Sat Aug 08 01:57:57 2015 -0700
+++ b/update_readme.patch	Sat Aug 08 02:27:33 2015 -0700
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent  a660cf68b39b944f49e40116ea2668631c399cda
+# Parent  f4870e0a3ea73f505d404cb84b496614a3db2af2
 Reword the README a bit
 
 diff --git a/README.rst b/README.rst
@@ -27,17 +27,7 @@
  - set_light_from_hsbk;
  - set_waveform (change the light according to a function like SAW or SINE);
  - get_light_state;
-@@ -68,7 +68,8 @@
- ``setproctitle`` (pretty much any non-BSD system, including Mac OS X).
- 
- lightsd is actively developed and tested from Arch Linux, Debian and Mac OS X;
--both for 32/64 bits and little/big endian architectures.
-+both for 32/64 bits, little endian with big endian (mips32) support being worked
-+on.
- 
- Build instructions
- ------------------
-@@ -103,4 +104,22 @@
+@@ -103,4 +103,22 @@
  
  Use the ``-f`` option to run lightsd in the foreground.