Changeset 126

Show
Ignore:
Timestamp:
06/13/07 21:29:22 (2 years ago)
Author:
dsmith
Message:

added delay hack to fix wiimote find issue

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r125 r126  
     12007-06-14 L. Donnie Smith <cwiid@abstrakraft.org> 
     2        * added sleep after cwiid_find_wiimote call 
     3 
    142007-06-05 L. Donnie Smith <cwiid@abstrakraft.org> 
    25        python 
  • trunk/libcwiid/connect.c

    r116 r126  
    1616 * 
    1717 *  ChangeLog: 
     18 *  2007-06-14 L. Donnie Smith <cwiid@abstrakraft.org> 
     19 *  * added sleep after cwiid_find_wiimote call 
     20 * 
    1821 *  2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org> 
    1922 *  * remove error_pipe init and destruct 
     
    97100                        goto ERR_HND; 
    98101                } 
     102                sleep(1); 
    99103        } 
    100104