search for: strok

Displaying 2 results from an estimated 2 matches for "strok".

Did you mean: stroke
2010 Apr 10
2
Liebert GXT2 NUT driver - patch, multiple fixes
based on r2432, i took this with "svn diff --revision HEAD liebert-esp2.c" fixes: 1) new way to initialize model, firmware etc. variables, the strok way failed because some vars had spaces. (e.g. model "Liebert NX") 2) new multipliers for: frequency, nominal power. I get correct readings now, before I had 500 Hz, and 200VA and now it's ok for me. Test with your models. 3) added battery temperature 4) removed battery.charge. BATTER...
2007 Apr 16
0
7 commits - libswfdec/swfdec_codec_gst.c libswfdec/swfdec_font.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_pattern.c libswfdec/swfdec_pattern.h libswfdec/swfdec_shape.c libswfdec/swfdec_shape.h libswfdec/swfdec_sprite.c
..._movie.c | 18 ++-- libswfdec/swfdec_pattern.c | 130 +++++++++++++++++++------------ libswfdec/swfdec_pattern.h | 16 ++- libswfdec/swfdec_shape.c | 99 +++++++++++++----------- libswfdec/swfdec_shape.h | 11 +- libswfdec/swfdec_sprite.c | 8 + libswfdec/swfdec_stroke.c | 167 +++++++++++++++++++++++++++++++++-------- libswfdec/swfdec_stroke.h | 39 ++++++--- libswfdec/swfdec_tag.c | 2 test/dump.c | 23 +++-- 13 files changed, 380 insertions(+), 178 deletions(-) New commits: diff-tree c396c1d9b1488becf71c3ab32ea5b...