Changeset 2100f14c612471084434b364501e3818c7f4144e
- Timestamp:
- 09/29/09 05:15:47 (3 years ago)
- Parents:
- 331e73f7872ff08582bfab9fc7d7a34ec029c515
- Children:
- 6af678616531eb1f3d3d0a052313ef9d8125bac7
- git-committer:
- L. Donnie Smith <donnie.smith@gatech.edu> / 2009-09-29T01:15:47Z-0400
- Files:
-
- 39 modified
-
AUTHORS (modified) (1 diff)
-
ChangeLog (modified) (29 diffs)
-
README (modified) (3 diffs)
-
configure.ac (modified) (1 diff)
-
libcwiid/bluetooth.c (modified) (2 diffs)
-
libcwiid/command.c (modified) (2 diffs)
-
libcwiid/connect.c (modified) (2 diffs)
-
libcwiid/cwiid.h (modified) (2 diffs)
-
libcwiid/cwiid_internal.h (modified) (2 diffs)
-
libcwiid/interface.c (modified) (2 diffs)
-
libcwiid/process.c (modified) (2 diffs)
-
libcwiid/state.c (modified) (2 diffs)
-
libcwiid/thread.c (modified) (2 diffs)
-
libcwiid/util.c (modified) (2 diffs)
-
lswm/lswm.c (modified) (2 diffs)
-
man/man1/wmgui.1 (modified) (1 diff)
-
man/man1/wminput.1 (modified) (1 diff)
-
python/Wiimote.c (modified) (2 diffs)
-
python/cwiidmodule.c (modified) (2 diffs)
-
wmgui/main.c (modified) (3 diffs)
-
wminput/README (modified) (1 diff)
-
wminput/c_plugin.c (modified) (2 diffs)
-
wminput/c_plugin.h (modified) (2 diffs)
-
wminput/conf.c (modified) (2 diffs)
-
wminput/conf.h (modified) (2 diffs)
-
wminput/configs/nunchuk_stick2btn (modified) (1 diff)
-
wminput/lexer.l (modified) (2 diffs)
-
wminput/main.c (modified) (2 diffs)
-
wminput/parser.y (modified) (2 diffs)
-
wminput/plugins/acc/acc.c (modified) (2 diffs)
-
wminput/plugins/ir_ptr/ir_ptr.c (modified) (2 diffs)
-
wminput/plugins/nunchuk_acc/nunchuk_acc.c (modified) (2 diffs)
-
wminput/plugins/nunchuk_stick2btn/nunchuk_stick2btn.c (modified) (1 diff)
-
wminput/py_plugin.c (modified) (2 diffs)
-
wminput/py_plugin.h (modified) (2 diffs)
-
wminput/uinput.c (modified) (2 diffs)
-
wminput/util.c (modified) (2 diffs)
-
wminput/util.h (modified) (2 diffs)
-
wminput/wmplugin.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
AUTHORS
rc033b7a r2100f14 1 L. Donnie Smith < cwiid@abstrakraft.org>1 L. Donnie Smith <donnie.smith@gatech.edu> -
ChangeLog
rc429ed4 r2100f14 1 2007-08-26 L. Donnie Smith < cwiid@abstrakraft.org>1 2007-08-26 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 docs 3 3 * updated wminput man page 4 4 5 2007-08-23 L. Donnie Smith < cwiid@abstrakraft.org>5 2007-08-23 L. Donnie Smith <donnie.smith@gatech.edu> 6 6 python 7 7 * fixed libdir install bug 8 8 9 2007-08-14 L. Donnie Smith < cwiid@abstrakraft.org>9 2007-08-14 L. Donnie Smith <donnie.smith@gatech.edu> 10 10 libcwiid 11 11 * make cwiid_err_default public … … 15 15 * added daemon, quiet, and reconnect options 16 16 17 2007-07-29 L. Donnie Smith < cwiid@abstrakraft.org>17 2007-07-29 L. Donnie Smith <donnie.smith@gatech.edu> 18 18 wminput 19 19 * fixed wait forever logic 20 20 21 2007-07-28 L. Donnie Smith < cwiid@abstrakraft.org>21 2007-07-28 L. Donnie Smith <donnie.smith@gatech.edu> 22 22 configure.ac 23 23 * added config.h header … … 34 34 * added HAVE_PYTHON tests around all python code 35 35 36 2007-06-28 L. Donnie Smith < cwiid@abstrakraft.org>36 2007-06-28 L. Donnie Smith <donnie.smith@gatech.edu> 37 37 libcwiid 38 38 * changed version … … 45 45 * supress error for nonexistent python plugins 46 46 47 2007-06-18 L. Donnie Smith < cwiid@abstrakraft.org>47 2007-06-18 L. Donnie Smith <donnie.smith@gatech.edu> 48 48 wminput 49 49 * revised error messages … … 52 52 * revised error messages and doc strings 53 53 54 2007-06-14 L. Donnie Smith < cwiid@abstrakraft.org>54 2007-06-14 L. Donnie Smith <donnie.smith@gatech.edu> 55 55 libcwiid 56 56 * added sleep after cwiid_find_wiimote call … … 59 59 * added --prefix option to install script 60 60 61 2007-06-05 L. Donnie Smith < cwiid@abstrakraft.org>61 2007-06-05 L. Donnie Smith <donnie.smith@gatech.edu> 62 62 python 63 63 * removed Wiimote_FromC function … … 77 77 * reworked command-line options (added standard options, long options) 78 78 79 2007-06-01 L. Donnie Smith < cwiid@abstrakraft.org>79 2007-06-01 L. Donnie Smith <donnie.smith@gatech.edu> 80 80 python 81 81 * added Wiimote_FromC … … 89 89 * added python plugin support (experimental) 90 90 91 2007-05-30 L. Donnie Smith < cwiid@abstrakraft.org>91 2007-05-30 L. Donnie Smith <donnie.smith@gatech.edu> 92 92 configure.ac 93 93 * added python/Makefile and PYTHON_VERSION variable … … 103 103 * removed set_mesg_callback from methods table 104 104 105 2007-05-16 L. Donnie Smith < cwiid@abstrakraft.org>105 2007-05-16 L. Donnie Smith <donnie.smith@gatech.edu> 106 106 libcwiid 107 107 * removed error_pipe … … 122 122 * updated for function name changes 123 123 124 2007-05-14 L. Donnie Smith < cwiid@abstrakraft.org>124 2007-05-14 L. Donnie Smith <donnie.smith@gatech.edu> 125 125 libcwiid 126 126 * added timestamp to message interfaces … … 138 138 * use cwiid_get_acc_cal to get acc calibration values (acc plugins) 139 139 140 2007-04-24 L. Donnie Smith < cwiid@abstrakraft.org>140 2007-04-24 L. Donnie Smith <donnie.smith@gatech.edu> 141 141 libcwiid 142 142 * rewrite (API overhaul) … … 155 155 * fixed classic controller configuration bug 156 156 157 2007-04-12 L. Donnie Smith < cwiid@abstrakraft.org>157 2007-04-12 L. Donnie Smith <donnie.smith@gatech.edu> 158 158 libcwiid 159 159 * streamlined wiimote filter … … 163 163 * added command-line WIIMOTE_BDADDR 164 164 165 2007-04-09 L. Donnie Smith < cwiid@abstrakraft.org>165 2007-04-09 L. Donnie Smith <donnie.smith@gatech.edu> 166 166 libcwiid 167 167 * renamed from libwiimote … … 185 185 * added low-pass filter to acc plugin 186 186 187 2007-04-08 L. Donnie Smith < cwiid@abstrakraft.org>187 2007-04-08 L. Donnie Smith <donnie.smith@gatech.edu> 188 188 defs.mak 189 189 * added DEBUGFLAGS variable … … 214 214 exec_write_seq 215 215 216 2007-04-07 L. Donnie Smith < cwiid@abstrakraft.org>216 2007-04-07 L. Donnie Smith <donnie.smith@gatech.edu> 217 217 wiimote 218 218 * changed wiimote_info.class to btclass 219 219 220 2007-04-03 L. Donnie Smith < cwiid@abstrakraft.org>220 2007-04-03 L. Donnie Smith <donnie.smith@gatech.edu> 221 221 configure.ac 222 222 * removed --noyywrap from lex … … 242 242 * exit on wiimote_mesg_error 243 243 244 2007-04-03 L. Donnie Smith < cwiid@abstrakraft.org>244 2007-04-03 L. Donnie Smith <donnie.smith@gatech.edu> 245 245 wiimote 246 246 * fixed wiimote_find_wiimote seg fault … … 252 252 * added stdio.h include to conf.h 253 253 254 2007-04-02 L. Donnie Smith < cwiid@abstrakraft.org>254 2007-04-02 L. Donnie Smith <donnie.smith@gatech.edu> 255 255 wiimote 256 256 * fixed exception handling bugs in bluetooth.c … … 259 259 * added wait option 260 260 261 2007-04-01 L. Donnie Smith < cwiid@abstrakraft.org>261 2007-04-01 L. Donnie Smith <donnie.smith@gatech.edu> 262 262 * Moved defs.mak.in to top level directory 263 263 * Added directories to defs.mak.in … … 287 287 * wiimote_connect now takes a pointer to bdaddr_t 288 288 289 2007-03-27 L. Donnie Smith < cwiid@abstrakraft.org>289 2007-03-27 L. Donnie Smith <donnie.smith@gatech.edu> 290 290 * Added DESTDIR variable to make system 291 291 292 2007-03-23 L. Donnie Smith < cwiid@abstrakraft.org>292 2007-03-23 L. Donnie Smith <donnie.smith@gatech.edu> 293 293 * Corrected installation directory creation logic 294 294 * Added .NOTPARALLEL to top level Makefile 295 295 296 2007-03-19 L. Donnie Smith < cwiid@abstrakraft.org>296 2007-03-19 L. Donnie Smith <donnie.smith@gatech.edu> 297 297 * Added --disable-ldconfig option to configure 298 298 * Makefiles - append to rather than set compiler options 299 299 300 2007-03-15 L. Donnie Smith < cwiid@abstrakraft.org>300 2007-03-15 L. Donnie Smith <donnie.smith@gatech.edu> 301 301 wminput 302 302 * action_enum.awk - explicitly call awk rather than #! /usr/bin/awk 303 303 304 2007-03-14 L. Donnie Smith < cwiid@abstrakraft.org>304 2007-03-14 L. Donnie Smith <donnie.smith@gatech.edu> 305 305 wiimote 306 306 * audited error checking (coda and error handler sections) … … 311 311 * wiimote_connect - changed memcpy to bacmp 312 312 313 2007-03-08 L. Donnie Smith < cwiid@abstrakraft.org>313 2007-03-08 L. Donnie Smith <donnie.smith@gatech.edu> 314 314 * added explicit creation of installation directories to prevent 315 315 installation errors … … 323 323 * added implementation of wiimote_err_t, wiimote_set_err 324 324 325 2007-03-05 L. Donnie Smith < cwiid@abstrakraft.org>325 2007-03-05 L. Donnie Smith <donnie.smith@gatech.edu> 326 326 * Type audit - boolean ints, const strings where appropriate, stdint.h 327 327 wiimote types 328 * Changed email addresses to cwiid@abstrakraft.org328 * Changed email addresses to donnie.smith@gatech.edu 329 329 * Added file ChangeLogs 330 330 * Fixed GTK_{CFLAGS,LIBS} in configure.ac and wmgui/Makefile.in 331 331 332 2007-03-01 L. Donnie Smith < cwiid@abstrakraft.org>332 2007-03-01 L. Donnie Smith <donnie.smith@gatech.edu> 333 333 * configure.ac - check for stdint.h 334 334 335 2007-02-26 L. Donnie Smith < cwiid@abstrakraft.org>335 2007-02-26 L. Donnie Smith <donnie.smith@gatech.edu> 336 336 * Changed installation directories to comply with FHS standard 337 337 * Added check for yypop_buffer_state in flex … … 350 350 * fixed help message 351 351 352 2007-02-18 L. Donnie Smith < cwiid@abstrakraft.org>352 2007-02-18 L. Donnie Smith <donnie.smith@gatech.edu> 353 353 wiimote 354 354 * fixed wiimote_status_mesg allocation size … … 368 368 * rewrite: new configuration syntax, plugin architecture 369 369 370 2007-01-25 L. Donnie Smith < cwiid@abstrakraft.org>370 2007-01-25 L. Donnie Smith <donnie.smith@gatech.edu> 371 371 wiimote 372 372 * added rpt_mode_flag lock to prevent race condition … … 376 376 * added status request at connect to populate status boxes 377 377 378 2007-01-24 L. Donnie Smith < cwiid@abstrakraft.org>378 2007-01-24 L. Donnie Smith <donnie.smith@gatech.edu> 379 379 Added uninstall make target 380 380 … … 394 394 * added LED indicators to default (IR) tracking 395 395 396 2007-01-16 L. Donnie Smith < cwiid@abstrakraft.org>396 2007-01-16 L. Donnie Smith <donnie.smith@gatech.edu> 397 397 wminput 398 398 * fixed build error in plugins directory 399 399 400 2007-01-15 L. Donnie Smith < cwiid@abstrakraft.org>400 2007-01-15 L. Donnie Smith <donnie.smith@gatech.edu> 401 401 reworked build system, now using autoconf 402 402 … … 425 425 * created plugin architecture and acc plugin 426 426 427 2007-01-09 L. Donnie Smith < cwiid@abstrakraft.org>427 2007-01-09 L. Donnie Smith <donnie.smith@gatech.edu> 428 428 reworked top-level Makefile 429 429 bins install to /usr/local/bin on make install … … 443 443 * added #ifdef tests around KEY_ macros in key_enum.{c,awk} 444 444 445 2007-01-04 L. Donnie Smith < cwiid@abstrakraft.org>445 2007-01-04 L. Donnie Smith <donnie.smith@gatech.edu> 446 446 wiimote 447 447 * put mesg callback data in a union … … 463 463 * added to package 464 464 465 2006-12-31 L. Donnie Smith < cwiid@abstrakraft.org>465 2006-12-31 L. Donnie Smith <donnie.smith@gatech.edu> 466 466 wiimote 467 467 * changed various macro names and parameter types (mostly signed to unsigned) … … 482 482 * added IR data widgets (not yet enabled) 483 483 484 2006-12-28 L. Donnie Smith < cwiid@abstrakraft.org>484 2006-12-28 L. Donnie Smith <donnie.smith@gatech.edu> 485 485 Initial release -
README
r08e1f0f r2100f14 1 Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 3 3 This program is free software; you can redistribute it and/or modify … … 36 36 INSTALLATION 37 37 ------------------------------------------------------------------------------------------------ 38 If installing from SVN or Git, run the following commands. Otherwise, or if you aren't sure, ignore them. 39 aclocal 40 autoconf 41 42 All users should then run: 38 43 ./configure 39 44 make … … 50 55 I prefer the second method since it keeps local software in the local directory where it should be, and it fixes the problem for every package using /usr/local/lib, not just CWiid. Until someone offers a convincing argument for the omission of /usr/local/lib from /etc/ld.so.conf, I consider this to be a distribution bug, and method #2 above is the fix. 51 56 52 Please report any compilation errors at http:// www.abstrakraft.org/cwiid or to <cwiid@abstrakraft.org>, with preference for the former.57 Please report any compilation errors at http://cwiid.org. 53 58 54 59 EXECUTION -
configure.ac
r531904b r2100f14 1 # ChangeLog: 2 # 2007-07-28 L. Donnie Smith <cwiid@abstrakraft.org> 3 # * added config.h header 4 # * added with-python argument and associated logic 5 # 6 # 2007-05-30 L. Donnie Smith <cwiid@abstrakraft.org> 7 # * added python/Makefile 8 # * added PYTHON_VERSION variable 9 # 10 # 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org> 11 # * updated for libcwiid rename 12 # 13 # 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org> 14 # * removed --noyywrap from lex 15 # 16 # 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org> 17 # * added lswm/Makefile 18 # * moved defs.mak 19 # 20 # 2007-03-19 L. Donnie Smith <cwiid@abstrakraft.org> 21 # * added --disable-ldconfig 22 # 23 # 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org> 24 # * Initial ChangeLog 25 # * Check for stdint.h 26 27 AC_INIT(CWiid,0.6.00,cwiid@abstrakraft.org) 1 AC_INIT(CWiid,0.6.00,donnie.smith@gatech.edu) 28 2 AC_CONFIG_HEADER(common/include/config.h) 29 3 -
libcwiid/bluetooth.c
r2174214 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-04-24 L. Donnie Smith (cwiid@abstrakraft.org>19 * * revised error messages20 *21 * 2007-04-12 L. Donnie Smith <cwiid@abstrakraft.org>22 * * streamlined wiimote filter23 *24 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>25 * * renamed wiimote to libcwiid, renamed structures accordingly26 *27 * 2007-04-07 L. Donnie Smith <cwiid@abstrakraft.org>28 * * changed cwiid_info.class to btclass29 *30 * 2007-04-03 L. Donnie Smith <cwiid@abstrakraft.org>31 * * fixed cwiid_find_wiimote seg fault32 *33 * 2007-04-02 L. Donnie Smith <cwiid@abstrakraft.org>34 * * exception handling bugs35 *36 * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org>37 * * created file38 17 */ 39 18 -
libcwiid/command.c
r65c1474 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added cwiid_request_status, cwiid_set_let, cwiid_set_rumble,20 * cwiid_set_rpt_mode21 *22 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>23 * * rewrite for API overhaul24 * * added rw and beep functions from rw.c25 *26 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>27 * * renamed wiimote to libcwiid, renamed structures accordingly28 *29 * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org>30 * * updated cwiid_read and cwiid_write to trigger and detect rw_error31 *32 * 2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org>33 * * audited error checking (coda and error handler sections)34 * * updated comments35 * * cwiid_read - changed to obey decode flag only for register read36 *37 * 2007-03-06 L. Donnie Smith <cwiid@abstrakraft.org>38 * * added wiimote parameter to cwiid_err calls39 *40 * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>41 * * Initial ChangeLog42 * * type audit (stdint, const, char booleans)43 17 */ 44 18 -
libcwiid/connect.c
r65c1474 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2009-06-13 L. Donnie Smith <cwiid@abstrakraft.org>19 * * add cwiid_open_timeout function, call it with default from cwiid_open20 *21 * 2007-06-14 L. Donnie Smith <cwiid@abstrakraft.org>22 * * added sleep after cwiid_find_wiimote call23 *24 * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>25 * * remove error_pipe init and destruct26 * * renamed connect and disconnect to open and close27 *28 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>29 * * rewrite for API overhaul30 *31 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>32 * * renamed wiimote to libcwiid, renamed structures accordingly33 *34 * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org>35 * * cancel rw operations from cwiid_disconnect36 *37 * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org>38 * * cwiid_connect now takes a pointer to bdaddr_t39 * * changed cwiid_findfirst to cwiid_find_wiimote40 *41 * 2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org>42 * * changed memcpy to bacmp43 * * audited error checking (coda and error handler sections)44 * * updated comments45 *46 * 2007-03-06 L. Donnie Smith <cwiid@abstrakraft.org>47 * * added wiimote parameter to cwiid_err calls48 *49 * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>50 * * Initial ChangeLog51 17 */ 52 18 -
libcwiid/cwiid.h
rc12d0e1 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org>19 * * make cwiid_err_default public20 *21 * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>22 * * changed cwiid_connect, cwiid_disconnect to cwiid_open, cwiid_close23 * * added cwiid_request_status, cwiid_set_let, cwiid_set_rumble,24 * cwiid_set_rpt_mode25 *26 * 2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>27 * * added timestamp to message functions28 * * added cwiid_get_acc_cal29 *30 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>31 * * rewrite for API overhaul32 *33 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>34 * * renamed wiimote to libcwiid, renamed structures accordingly35 *36 * 2007-04-07 L. Donnie Smith <cwiid@abstrakraft.org>37 * * changed cwiid_info.class to btclass38 *39 * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org>40 * * added cwiid_mesg_error message type41 *42 * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org>43 * * cwiid_connect now takes a pointer to bdaddr_t44 * * added cwiid_info definition and macros45 * * added cwiid_get_info_array prototype46 * * changed cwiid_findfirst to cwiid_find_wiimote47 *48 * 2007-03-05 L. Donnie Smith <cwiid@abstrakraft.org>49 * * added cwiid_err_t definition50 * * added cwiid_set_err prototype51 *52 * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>53 * * Initial ChangeLog54 * * type audit (stdint, const, char booleans)55 17 */ 56 18 -
libcwiid/cwiid_internal.h
rc12d0e1 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>19 * * remove error_pipe20 * * add struct mesg_array to process_error21 *22 * 2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>23 * * added timestamp to mesg_array24 *25 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>26 * * rewrite for API overhaul27 *28 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>29 * * renamed wiimote to libcwiid, renamed structures accordingly30 *31 * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org>32 * * moved RW error state to separate member33 *34 * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org>35 * * removed CWIID_CMP_LEN macro and cwiid_findfirst prototype36 *37 * 2007-03-05 L. Donnie Smith <cwiid@abstrakraft.org>38 * * added wiimote parameter to cwiid_err prototype39 *40 * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>41 * * Initial ChangeLog42 * * type audit (stdint, const, char booleans)43 17 */ 44 18 -
libcwiid/interface.c
rc12d0e1 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added timestamp to cwiid_get_mesg20 * * added cwiid_get_acc_cal21 *22 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>23 * * created for API overhaul24 17 */ 25 18 -
libcwiid/process.c
r1674277 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>19 * * process_err adds error_mesg to mesg_array20 *21 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>22 * * created for API overhaul (moved from old event.c)23 17 */ 24 18 -
libcwiid/state.c
rc12d0e1 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>19 * * created for API overhaul (update_rpt_mode moved from command.c)20 17 */ 21 18 -
libcwiid/thread.c
rc12d0e1 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>19 * * send error_mesg from process_error20 *21 * 2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>22 * * added timestamp to message array23 *24 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>25 * * rewrite for API overhaul (renamed from event.c)26 *27 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>28 * * renamed wiimote to libcwiid, renamed structures accordingly29 *30 * 2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org>31 * * fixed incompatible pointer warning in process_error32 *33 * 2007-04-08 Petter Reinholdtsen <pere@hungry.com>34 * * fixed signed/unsigned comparison error in int_listen35 *36 * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org>37 * * implemented process_error to handle socket read errors38 * * added rw_status triggers to read and write handlers39 *40 * 2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org>41 * * audit error checking42 * * reorganized file43 * * moved int_listen read/write code to process_read and process_write44 * * updated (some/a few) comments45 *46 * 2007-03-06 L. Donnie Smith <cwiid@abstrakraft.org>47 * * added wiimote parameter to cwiid_err calls48 *49 * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>50 * * Initial ChangeLog51 * * type audit (stdint, const, char booleans)52 17 */ 53 18 -
libcwiid/util.c
r65c1474 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2008-08-14 L. Donnie Smith <cwiid@abstrakraft.org>19 * * make cwiid_err_default public20 * * clean up cwiid_err21 *22 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>23 * * rewrite for API overhaul24 *25 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>26 * * renamed wiimote to libcwiid, renamed structures accordingly27 *28 * 2007-04-08 Petter Reinholdtsen <pere@hungry.com>29 * * fixed signed/unsigned comparison warning in send_report and30 * exec_write_seq31 *32 * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org>33 * * removed cwiid_findfirst (moved to bluetooth.c)34 *35 * 2007-03-27 L. Donnie Smith <cwiid@abstrakraft.org>36 * * moved cwiid_findfirst to bluetooth.c37 *38 * 2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org>39 * * audited error checking (coda and error handler sections)40 *41 * 2007-03-05 L. Donnie Smith <cwiid@abstrakraft.org>42 * * created cwiid_err_func variable43 * * created cwiid_err_default44 * * added wiimote parameter to cwiid_err definition and calls45 *46 * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>47 * * Initial ChangeLog48 * * type audit (stdint, const, char booleans)49 17 */ 50 18 -
lswm/lswm.c
r8dfafdd r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-07-28 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added config.h include20 * * use PACKAGE_VERSION from config.h instead of CWIID_VERSION21 *22 * 2007-06-01 Nick <nickishappy@gmail.com>23 * * reworked command-line options (added standard options, long options)24 *25 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>26 * * updated for libcwiid rename27 *28 * 2007-04-07 L. Donnie Smith <cwiid@abstrakraft.org>29 * * changed cwiid_info.class to btclass30 *31 * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org>32 * * created file33 17 */ 34 18 -
man/man1/wmgui.1
r3a8a3e9 r2100f14 42 42 .br 43 43 .SH AUTHOR 44 wmgui was written by L. Donnie Smith < cwiid@abstrakraft.org>44 wmgui was written by L. Donnie Smith <donnie.smith@gatech.edu> 45 45 .PP 46 46 This manual page was written by Romain Beauxis <toots@rastageeks.org>, -
man/man1/wminput.1
rc429ed4 r2100f14 87 87 .br 88 88 .SH AUTHOR 89 wminput was written by L. Donnie Smith < cwiid@abstrakraft.org>89 wminput was written by L. Donnie Smith <donnie.smith@gatech.edu> 90 90 .PP 91 91 This manual page was written by Romain Beauxis <toots@rastageeks.org>, -
python/Wiimote.c
rc12d0e1 r2100f14 1 1 /* 2 * Copyright (C) 2007 Justin M. Tulloss <jmtulloss@gmail.com> 2 * Copyright (C) 2007 Justin M. Tulloss <jmtulloss@gmail.com>, L. Donnie Smith <donnie.smith@gatech.edu> 3 3 * 4 4 * Interface from Python to libcwiid … … 19 19 * Boston, MA 02110-1301 USA 20 20 * 21 * ChangeLog:22 * 2008-01-19 L. Donnie Smith <cwiid@abstrakraft.org>23 * * print callback error tracebacks24 *25 * 2007-06-18 L. Donnie Smith <cwiid@abstrakraft.org>26 * * revised error messages and doc strings27 *28 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>29 * * removed Wiimote_FromC function30 * * added bdaddr argument to Wiimote.init31 * * overloaded Wiimote.init to accept CObject (existing wiimote),32 * and logic to avoid closing it on dealloc33 *34 * 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>35 * * added Wiimote_FromC36 * * added get_acc_cal37 *38 * 2007-05-27 Arthur Peters <amp@singingwizard.org>39 * * removed set_mesg_callback from methods table40 *41 * 2007-05-22 L. Donnie Smith <cwiid@abstrakraft.org>42 * * changed disconnect to close43 * * replaced command with attributes for rpt_mode, rumble, led,44 * added request_status method45 * * fixed memory leak in get_mesg46 * * added function names to argument parsing errors47 * * changed to processMesg to ConvertMesgArray with global visibility48 *49 * 2007-05-15 L. Donnie Smith <cwiid@abstrakraft.org>50 * * revised message types51 * * revised argument/keylist parsing52 *53 * 2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>54 * * moved Wiimote class to separate file55 21 */ 56 22 -
python/cwiidmodule.c
rc12d0e1 r2100f14 1 1 /* 2 * Copyright (C) 2007 Justin M. Tulloss <jmtulloss@gmail.com> 2 * Copyright (C) 2007 Justin M. Tulloss <jmtulloss@gmail.com>, L. Donnie Smith <donnie.smith@gatech.edu> 3 3 * 4 4 * Interface from Python to libcwiid … … 19 19 * Boston, MA 02110-1301 USA 20 20 * 21 * ChangeLog:22 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>23 * * removed Wiimote_FromC function24 *25 * 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>26 * * added CObjects for Wiimote_FromC and ConvertMesgArray27 *28 * 2007-05-22 L. Donnie Smith <cwiid@abstrakraft.org>29 * * clarified variable names30 *31 * 2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>32 * * moved Wiimote class to separate files33 *34 * 2007-05-12 L. Donnie Smith <cwiid@abstrakraft.org>35 * * added keywords to read36 * * finished get_mesg37 * * cleaned up types in get_state38 * * finished processMesgs39 *40 * 2007-05-09 L. Donnie Smith <cwiid@abstrakraft.org>41 * * finished get_state42 * * fixed read buffer issue43 * * implemented write44 * * cleaned up types45 * * removed notImplemented (no longer needed)46 *47 * 2007-05-07 L. Donnie Smith <cwiid@abstrakraft.org>48 * * C-style comments49 * * changed struct name to Wiimote50 * * removed dlopen, unused includes51 * * spaces to tabs, misc stylistic changes to match CWiid code52 * * changed self types to Wiimote53 * * made bdaddr local54 * * improved error checking in Wiimote_init55 * * implemented disconnect, enable, disable56 * * partially implemented get_state57 *58 * 2007-05-07 Justin M. Tulloss <jmtulloss@gmail.com>59 * * Refactored according to dsmith's wishes, removed unnecessary locks60 * * implemented read61 *62 * 2007-04-26 Justin M. Tulloss <jmtulloss@gmail.com>63 * * Updated for new libcwiid API64 *65 * 2007-04-24 Justin M. Tulloss <jmtulloss@gmail.com>66 * * Initial Changelog67 21 */ 68 22 -
wmgui/main.c
rc12d0e1 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-07-28 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added config.h include20 * * use PACKAGE_VERSION from config.h instead of CWIID_VERSION21 *22 * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>23 * * changed cwiid_{connect,disconnect,command} to24 * cwiid_{open,close,request_status|set_led|set_rumble|set_rpt_mode}25 *26 * 2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>27 * * added timestamp to message callback28 * * use cwiid_get_acc_cal to get acc calibration values29 *30 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>31 * * updated for API overhaul32 *33 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>34 * * updated for libcwiid rename35 *36 * 2007-04-08 L. Donnie Smith <cwiid@anstrakraft.org>37 * * fixed signed/unsigned comparison warning in btnRead_clicked38 *39 * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org>40 * * disconnect on cwiid_mesg_error41 *42 * 2007-04-03 L. Donnie Smith <cwiid@abstrakraft.org>43 * * commented custom cwiid_err (causing Xlib errors)44 *45 * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>46 * * Initial Changelog47 * * type audit (stdint, const, char booleans)48 17 */ 49 18 … … 55 24 #define APP_VERSION PACKAGE_VERSION 56 25 #define APP_COPYRIGHT "Copyright (C) 2007 L. Donnie Smith " \ 57 "< cwiid@abstrakraft.org>"26 "<donnie.smith@gatech.edu>" 58 27 #define APP_COMMENTS "Wiimote GUI" 59 28 -
wminput/README
rcfb368e r2100f14 1 Copyright (C) 2007 L. Donnie Smith < wiimote@abstrakraft.org>1 Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 3 3 This program is free software; you can redistribute it and/or modify -
wminput/c_plugin.c
r7e5f213 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added c_wiimote_deinit20 *21 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>22 * * Initial ChangeLog23 17 */ 24 18 -
wminput/c_plugin.h
r7e5f213 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added c_wiimote_deinit20 *21 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>22 * * Initial ChangeLog23 17 */ 24 18 -
wminput/conf.c
r8dfafdd r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-07-28 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added config.h include20 * * added HAVE_PYTHON tests around all python code21 *22 * 2007-06-18 L. Donnie Smith <cwiid@abstrakraft.org>23 * * revised error messages24 *25 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>26 * * refactored to isolate plugin logic27 *28 * 2007-06-03 L. Donnie Smith <cwiid@abstrakraft.org>29 * * fixed plugin->data malloc bug30 *31 * 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>32 * * added python plugin support33 * * changed param interface (pass pointers)34 *35 * 2007-04-15 <work.eric@gmail.com>36 * * fixed classic controller configuration bug37 *38 * 2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org>39 * * fixed pointer qualifier warning in get_plugin40 * * created conf_plugin_param_{int,float} functions41 *42 * 2007-03-03 L. Donnie Smith <cwiid@abstrakraft.org>43 * * Initial ChangeLog44 * * type audit (stdint, const, char booleans)45 17 */ 46 18 -
wminput/conf.h
r8dfafdd r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < wiimote@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-07-28 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added config.h include20 * * added HAVE_PYTHON tests around all python code21 *22 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>23 * * refactored to isolate plugin logic24 *25 * 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>26 * * added python plugin support27 *28 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>29 * * updated for libcwiid rename30 *31 * 2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org>32 * * added conf_plugin_param_{int,float} prototypes33 *34 * 2007-04-03 L. Donnie Smith <cwiid@abstrakraft.org>35 * * added stdio.h include36 *37 * 2007-03-02 L. Donnie Smith <cwiid@abstrakraft.org>38 * * Initial ChangeLog39 * * type audit (stdint, const, char booleans)40 17 */ 41 18 -
wminput/configs/nunchuk_stick2btn
r531904b r2100f14 2 2 # needs plugins ir_fps and nunchuk_kb 3 3 # available from http://kyrlian.free.fr/binaries/cwiid/latest/ 4 # wminput source and info at http:// abstrakraft.org/cwiid/4 # wminput source and info at http://cwiid.org 5 5 6 6 include buttons -
wminput/lexer.l
r8df4b19 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < wiimote@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added param rules20 *21 * 2007-03-04 L. Donnie Smith <cwiid@abstrakraft.org>22 * * Initial ChangeLog23 17 */ 24 18 -
wminput/main.c
rc429ed4 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < wiimote@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added daemon, quiet, and reconnect options20 *21 * 2007-07-29 L. Donnie Smith <cwiid@abstrakraft.org>22 * * fixed wait forever logic23 *24 * 2007-07-28 L. Donnie Smith <cwiid@abstrakraft.org>25 * * added config.h include26 * * use PACKAGE_VERSION from config.h instead of CWIID_VERSION27 * * added HAVE_PYTHON tests around all python code28 *29 * 2007-06-18 L. Donnie Smith <cwiid@abstrakraft.org>30 * * revised error messages31 *32 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>33 * * refactored to isolate plugin logic34 *35 * 2007-06-01 Nick <nickishappy@gmail.com>36 * * reworked command-line options (added standard options, long options)37 *38 * 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>39 * * added python plugin support40 * * pass mesg instead of &mesg to wmplugin_exec41 *42 * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>43 * * changed cwiid_{connect,disconnect,command} to44 * cwiid_{open,close,request_status|set_led|set_rumble|set_rpt_mode}45 *46 * 2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>47 * * added timestamp to message callback48 *49 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>50 * * update for API overhaul51 *52 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>53 * * updated for libcwiid rename54 *55 * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org>56 * * exit on cwiid_error57 *58 * 2007-03-03 L. Donnie Smith <cwiid@abstrakraft.org>59 * * Initial ChangeLog60 * * type audit (stdint, const, char booleans)61 17 */ 62 18 -
wminput/parser.y
rf200a0f r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < wiimote@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added param rules20 *21 * 2007-03-04 L. Donnie Smith <cwiid@abstrakraft.org>22 * * Initial ChangeLog23 17 */ 24 18 -
wminput/plugins/acc/acc.c
r49e0132 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>19 * * updated for wmplugin_exec prototype change (&mesg->mesg)20 * * updated for param interface change (pass pointers)21 *22 * 2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>23 * * use cwiid_get_acc_cal to get acc calibration values24 *25 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>26 * * updated for API overhaul27 *28 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>29 * * updated for libcwiid rename30 *31 * 2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org>32 * * initialized params33 * * added Scale params34 *35 * 2007-04-08 Arthur Peters <amp@singingwizard.org>36 * * added low-pass filter37 *38 * 2007-03-04 L. Donnie Smith <cwiid@abstrakraft.org>39 * * type audit (stdint, const, char booleans)40 *41 * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>42 * * Initial ChangeLog43 * * made global variables static44 17 */ 45 18 -
wminput/plugins/ir_ptr/ir_ptr.c
r6f6c678 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiidabstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-06-28 L. Donnie Smith <cwiid@abstrakraft.org>19 * * Converted to single source20 * * Added deadspace at edges21 *22 * 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>23 * * updated for wmplugin_exec prototype change (&mesg->mesg)24 *25 * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>26 * * changed cwiid_{connect,disconnect,command} to27 * cwiid_{open,close,request_status|set_led|set_rumble|set_rpt_mode}28 *29 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>30 * * updated for API overhaul31 *32 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>33 * * updated for libcwiid rename34 *35 * 2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org>36 * * initialized param array37 *38 * 2007-04-08 Arthur Peters <amp@singingwizard.org>39 * * added debounce and low pass filter40 *41 * 2007-03-04 L. Donnie Smith <cwiid@abstrakraft.org>42 * * type audit (stdint, const, char booleans)43 *44 * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>45 * * Initial ChangeLog46 * * made global variables static47 17 */ 48 18 -
wminput/plugins/nunchuk_acc/nunchuk_acc.c
r49e0132 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>19 * * updated for wmplugin_exec prototype change (&mesg->mesg)20 * * updated for param interface change (pass pointers)21 *22 * 2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>23 * * use cwiid_get_acc_cal to get acc calibration values24 *25 * 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>26 * * updated for API overhaul27 *28 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>29 * * updated for libcwiid rename30 *31 * 2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org>32 * * copied low-pass filter from acc plugin33 * * initialized params34 * * added Scale params35 *36 * 2007-03-04 L. Donnie Smith <cwiid@abstrakraft.org>37 * * type audit (stdint, const, char booleans)38 *39 * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>40 * * Initial ChangeLog41 * * made global variables static42 17 */ 43 18 -
wminput/plugins/nunchuk_stick2btn/nunchuk_stick2btn.c
r531904b r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify -
wminput/py_plugin.c
r7e5f213 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added py_wiimote_deinit20 *21 * 2007-06-28 L. Donnie Smith <cwiid@abstrakraft.org>22 * * supress error for nonexistent python plugins23 *24 * 2007-06-18 L. Donnie Smith <cwiid@abstrakraft.org>25 * * revised error messages26 *27 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>28 * * relocated all python plugin logic here29 * * now imports plugins without changing directories30 *31 * 2007-06-03 L. Donnie Smith <cwiid@abstrakraft.org>32 * * added WMPLUGIN_ABS and WMPLUGIN_REL constants33 *34 * 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>35 * * Initial ChangeLog36 17 */ 37 18 -
wminput/py_plugin.h
r7e5f213 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < cwiid@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org>19 * * added py_wiimote_deinit20 *21 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>22 * * refactored to isolate plugin logic23 *24 * 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>25 * * Initial ChangeLog26 17 */ 27 18 -
wminput/uinput.c
r49e0132 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < wiimote@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>19 * * changed cwiid_{connect,disconnect,command} to20 * cwiid_{open,close,request_status|set_led|set_rumble|set_rpt_mode}21 *22 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>23 * * updated for libcwiid rename24 *25 * 2007-04-08 L. Donnie Smith <cwiid@anstrakraft.org>26 * * fixed signed/unsigned comparison warning in uinput_open27 *28 * 2007-03-04 L. Donnie Smith <cwiid@abstrakraft.org>29 * * Initial ChangeLog30 * * type audit (stdint, const, char booleans)31 17 */ 32 18 -
wminput/util.c
r49e0132 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < wiimote@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>19 * * refactored to isolate plugin logic20 *21 * 2007-03-04 L. Donnie Smith <cwiid@abstrakraft.org>22 * * Initial ChangeLog23 17 */ 24 18 -
wminput/util.h
re39b37a r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < wiimote@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-03-04 L. Donnie Smith <cwiid@abstrakraft.org>19 * * Initial ChangeLog20 17 */ 21 18 -
wminput/wmplugin.h
r49e0132 r2100f14 1 /* Copyright (C) 2007 L. Donnie Smith < wiimote@abstrakraft.org>1 /* Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu> 2 2 * 3 3 * This program is free software; you can redistribute it and/or modify … … 15 15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 16 * 17 * ChangeLog:18 * 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>19 * * changed wmplugin_exec prototype (pass mesg instead of &mesg)20 * * changed param interface (pass pointers)21 *22 * 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>23 * * updated for libcwiid rename24 *25 * 2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org>26 * * added param structs27 *28 * 2007-03-04 L. Donnie Smith <cwiid@abstrakraft.org>29 * * Initial ChangeLog30 * * type audit (stdint, const, char booleans)31 17 */ 32 18
