File tp_smapi-kmp.changes of Package tp_smapi-kmp
-------------------------------------------------------------------
Sun Feb 25 13:09:18 UTC 2018 - seife+obs@b1-systems.com
- update to 0.43
- reenable hdaps module
-------------------------------------------------------------------
Tue Oct 31 19:22:31 UTC 2017 - seife+obs@b1-systems.com
- add libelf-devel buildrequires to fix Factory build
-------------------------------------------------------------------
Sun Apr 10 20:41:12 UTC 2016 - seife+obs@b1-systems.com
- add 0013-change-type-of-force_io-to-bool.patch to fix 4.6+ build
-------------------------------------------------------------------
Tue Mar 3 19:53:48 UTC 2015 - seife+obs@b1-systems.com
- run spec-cleaner
-------------------------------------------------------------------
Sun Apr 13 11:17:43 UTC 2014 - seife+obs@b1-systems.com
- disable pesign since it seems broken right now in OBS
-------------------------------------------------------------------
Sun Apr 13 11:12:19 UTC 2014 - seife+obs@b1-systems.com
- add patches to current git version
- add preamble to fix rpmlint warning
-------------------------------------------------------------------
Mon Apr 8 11:51:43 UTC 2013 - seife+obs@b1-systems.com
- disable xen to fix build
-------------------------------------------------------------------
Sun Nov 11 12:14:40 UTC 2012 - munix9@googlemail.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 @ginkel
* 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 09:17:46 UTC 2012 - munix9@googlemail.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.