Changelog for
tp_smapi-kmp-pae-0.41~git20140506_k3.11.6_4-21.2.i586.rpm :
Sun Nov 11 13:00:00 2012 munix9AATTgooglemail.com
- update to version 0.41
* prepare 0.41
* git-archive -> git archive
* remove stupid check for kernel >= 2.6.19
* fix compiler warning, our parameter is an unsigned long actually
* chargecontrol fix by AATTginkel
* fix a typo
* x220 needs HDAPS_ORIENT_SWAP
* just load on EVERY lenovo branded thinkpad
this fixes the problem there is no embedded controller in the dmi
on the sandy bridge thinkpads
* add a bunch of newer (T400/410/500, X200/201) ThinkPads to hdaps quirks
* use DEFINE_SEMAPHORE in 2.6.37+
Building tp_smapi against 2.6.37 fails because \'DECLARE_MUTEX\'
has been removed in 4882720
in torvalds/linux-2.6.git. Use DEFINE_SEMAPHORE instead.
* directly include thinkpad_ec.h
playing around with a virtual include dir is useless
Sun Jun 10 14:00:00 2012 munix9AATTgooglemail.com
- initial package for version 0.40
* thinkpad_ec: Added a \"force_io=1\" module parameter, to let it load on
recent ThinkPad models (e.g., T400 and T500). This is a kludge to work
around an ACPI DSDT which claims the ports we need.
* tp_smapi: Don\'t restore battery charging thresholds when resuming from
suspend-to-RAM.
* When building, use /lib/modules/
*/build instead of /lib/modules/
*/src
and give a clearer error message if that\'s missing.