Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157185 - app-laptop/tp_smapi-0.30 version bump
Summary: app-laptop/tp_smapi-0.30 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Roy Marples (RETIRED)
URL: http://sourceforge.net/project/showfi...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-05 01:09 UTC by Anton Bolshakov
Modified: 2006-12-05 02:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Bolshakov 2006-12-05 01:09:39 UTC
The lasest version is 0.30.
Please update.
Comment 1 Anton Bolshakov 2006-12-05 01:33:20 UTC
it was a lot of changes since last version in the portage:

0.30  2006-09-03
---------------------
Visible changes:
- Makefile: now supports kernels built with separate source and build
  directories (thanks to Lenz Grimmer).
  To work against against some kernel installed under /lib/modules/
  add an appropriate KVER= parameter:
  # make patch KVER=2.6.16-rc2
  If it's not installed you'll need to set KSRC and KBUILD too:
  # make patch KVER=2.6.16-rc2 KSRC=$HOME/2.6.16-rc2 KBUILD=$HOME/2.6.16-rc2
- Changed the format of /sys/devices/platform/smapi/smapi_request
  (no more register names).

Internal changes:
- tp_smapi: the 'dump' sysfs attribute now outputs only rows 0x00 through 0x0a,
  since 0x0b causes an EC hang on some firmware (e.g., all T42 and old T43).
  Thanks to Henrique and Sukant for tracking this down!
- thinkpad_ec: Log a warning if 0x161F returns 0x80.
- thinkpad_ec: Increase TPC_REQUEST_RETRIES
- thinkpad_ec: Report row args upon data read error.
- hdaps: Apply hwmon-hdaps-handle-errors-from-input-register-device.patch
  from -mm.

0.29  2006-08-17
---------------------
Visible changes:
- Added new sysfs attributes to tp_smapi:
    /sys/devices/platform/smapi/BAT0/remaining_percent
    /sys/devices/platform/smapi/BAT0/remaining_running_time
    /sys/devices/platform/smapi/BAT0/remaining_charging_time
    /sys/devices/platform/smapi/BAT0/temperature    # milli-Celsius
  All of these are read directly from the embedded controller, so they are
  more accurate than doing your own computation.

Internal changes:
- tp_smapi: Extended and commented battery attribute show functions.

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.
Comment 2 Roy Marples (RETIRED) gentoo-dev 2006-12-05 02:45:48 UTC
In portage, thanks for the heads up :)
Comment 3 Roy Marples (RETIRED) gentoo-dev 2006-12-05 02:46:00 UTC
.