Changeset bd4c9bdfca9e847cf6c0bc77ce98f90785eff251

Show
Ignore:
Timestamp:
06/14/07 04:29:22 (6 years ago)
Author:
dsmith <dsmith@…>
Children:
a057af3c85bbb6ca94c77cf40675a211a1ced06c
Parents:
49e0132d6bb68b9d14ad8878d14a5f2ed17a1a93
git-author:
L. Donnie Smith <donnie.smith@…> (06/14/07 04:29:22)
git-committer:
dsmith <dsmith@…> (06/14/07 04:29:22)
Message:

added delay hack to fix wiimote find issue

git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@126 918edb2d-ff29-0410-9de2-eb38e7f22bc7

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r49e0132 rbd4c9bd  
     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 
  • libcwiid/connect.c

    ra09a4ee rbd4c9bd  
    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