[ltp] [ANN] tp_smapi 0.28

Shem Multinymous linux-thinkpad@linux-thinkpad.org
Wed, 16 Aug 2006 01:42:07 +0300


Hi,

Here's a new version of tp_smapi, fixing a hang-on-resume bug that
affects all versions newer than 0.22.

It also includes all the comments made on LKML about the
hdaps+thinkpad_ec patch series, so if those patches are accepted then
this version is what you'll see in future Linux kernels.

Note that the tp_smapi module itself was not submitted to mainline yet.

  Shem


https://sourceforge.net/project/showfiles.php?group_id=1212&package_id=171579
http://thinkwiki.org/wiki/tp_smapi

0.28  2006-08-16
---------------------
Visible changes:
- thinkpad_ec: Removed 'debug' module parameter, it no longer affected much.
- tp_smapi: Remove optical drive speed control (formerly #ifdefed out).

Internal changes:
- hdaps: Removed __init from hdaps_check_ec(). This fixes crashes on resume
  (Thanks, Igor!).
- hdaps: Moved axis transformation to dedicated function transform_axes().
- tp_smapi: Cleaned up printk() output, changed macros.
- tp_smapi: Added "E" to SMAPI parameter names (BX->EBX) - they're 32-bit.
- tp_Smapi: Removed verbose printks()s on bad sysfs args.
- A lot of small cleanups.