SuccessChanges

Summary

  1. tklock.c: add and reformat debug prints (details)
  2. tklock.c: enable visual even if display is already on to avoid race with display.c (details)
  3. Add iio-als module to provide ambient light level on a mce datapipe. (details)
  4. iio-als: change als value from uint to int to allow -1 to be used as "not available" value (details)
  5. iio-als: read initial value when connecting to iio-sensor-proxy (details)
  6. Remove modules included in makefile by accident (details)
  7. iio-als: whitespace formating changes (details)
  8. iio-als: change to milli lux, allow a callibration scale from mce.ini to be used (details)
  9. iio-als: fix small memory leak on exit (details)
  10. modules/iio-als: clarify TODO comment (details)
  11. Add new refactored -dev variants of display.c and inactivity.c, ment to replace the originals later (details)
  12. display-dev: fix invalid log statment (details)
  13. Add display brightness filter that uses iio-als (details)
  14. Add modules to makefile (details)
  15. fix als but in button-backlight.c (details)
  16. button-backlight: avoid memory leak on exit, add info print that informs the user when non existing backlights are configured (details)
  17. filter-brightness-als-iio: remove droid 4 specific workaround (details)
  18. mce-conf: allow overides in an override directory (mce.ini.d) (details)
  19. mce-conf: reverse override conf file priority (details)
  20. mce-conf: add 99-user.ini to default instalation (details)
  21. mce-conf: only load conf file if the final extension is .ini (details)
  22. evdevvibrator: config: change vibrator patterns group to generic group (details)
  23. evdevvibrator: Make priority mecanisum work in absence of ff fedback kernel support (details)
  24. evdevvibrator: improve some debug prints (details)
  25. evdevvibrator: avoid int overflow (details)
  26. evdevvibrator: cleanup, also solves module loading problems on partial builds. (details)
  27. Makefile: remove evdevff.* (details)
  28. iio-als: fix a compiler warning (details)
  29. event-input: fix compiler warning (details)
  30. mce-conf: fix compiler warning (details)
  31. mce-io: fix compiler warning (details)
  32. button-backlight: small formating changes (details)
  33. debian/changelog: bump for 1.8.128.19 (details)
Commit f85411b1c574409f1909e91d53f5932d21c8c385 by Carl Klemm
tklock.c: add and reformat debug prints
The file was modifiedtklock.c (diff)
Commit f703f8dd71c625cfc205ac186e394b1e45074def by Carl Klemm
tklock.c: enable visual even if display is already on to avoid race with display.c
The file was modifiedtklock.c (diff)
Commit e8c46031e570291e63e718f6f16131b48316ed66 by Merlijn Boris Wolf Wajer
Add iio-als module to provide ambient light level on a mce datapipe.
not used right now
The file was modifiedmce.h (diff)
The file was modifiedmce.ini (diff)
The file was addedmodules/iio-als.c
The file was modifiedMakefile (diff)
The file was modifiedmce.c (diff)
Commit bdd00e9de05779686cdc9c8ed1314a0a1d0b7908 by Merlijn Boris Wolf Wajer
iio-als: change als value from uint to int to allow -1 to be used as "not available" value
The file was modifiedmce.c (diff)
The file was modifiedmodules/iio-als.c (diff)
Commit 382a7ea436620f556ee8ecb6ea01f1a3f613bd8d by Merlijn Boris Wolf Wajer
iio-als: read initial value when connecting to iio-sensor-proxy
The file was modifiedMakefile (diff)
The file was modifiedmodules/iio-als.c (diff)
Commit 3a5e23663a93ace6f7d14b445126000e8b9ccd1f by Merlijn Boris Wolf Wajer
Remove modules included in makefile by accident
The file was modifiedMakefile (diff)
Commit bde473750f7786e449714c039db74f2df9ede5b5 by Merlijn Boris Wolf Wajer
iio-als: whitespace formating changes
The file was modifiedmodules/iio-als.c (diff)
Commit 94be16f8d9f911c208595517e01798855078273a by Merlijn Boris Wolf Wajer
iio-als: change to milli lux, allow a callibration scale from mce.ini to be used
The file was modifiedmce.ini (diff)
The file was modifiedmodules/iio-als.c (diff)
The file was modifiedmce.h (diff)
Commit fc9f1b55abbd081287f6f8ff20232ccb7b7de991 by Merlijn Boris Wolf Wajer
iio-als: fix small memory leak on exit
The file was modifiedmodules/iio-als.c (diff)
Commit bccfbc0ad13ce91cc0d4c5aa7c0efc9c7fca0caf by Merlijn Boris Wolf Wajer
modules/iio-als: clarify TODO comment
The file was modifiedmodules/iio-als.c (diff)
Commit d28e8606f4f69baacd43554f4c30f4d2c5fbefdd by Merlijn Boris Wolf Wajer
Add new refactored -dev variants of display.c and inactivity.c, ment to replace the originals later
The file was addedmodules/inactivity-dev.c
The file was modifiedMakefile (diff)
The file was addedmodules/display-dev.c
The file was addedmodules/display-dev.h
Commit a63fd60b6b90bff8bd058b3b4aceddfcd73067f9 by Merlijn Boris Wolf Wajer
display-dev: fix invalid log statment
The file was modifiedmodules/display-dev.c (diff)
Commit 14afd211762259af832a226e8b81e62335805be1 by Merlijn Boris Wolf Wajer
Add display brightness filter that uses iio-als
add button-backlight module that uses iio-als to light up buttons (replaces keybpad.c)
The file was addedmodules/filter-brightness-als-iio.h
The file was addedmodules/button-backlight.c
The file was addedmodules/button-backlight.h
The file was modifiedmce.ini (diff)
The file was addedmodules/filter-brightness-als-iio.c
The file was modifiedMakefile (diff)
Commit cb7e9fc38d8a1ccc9f2a7ae9b7e2b507b6d6491c by Merlijn Boris Wolf Wajer
fix als but in button-backlight.c
The file was modifiedmodules/button-backlight.c (diff)
The file was modifiedMakefile (diff)
Commit e69b9edd95214488c3e4e0bde54c948ed1d5935f by Merlijn Boris Wolf Wajer
button-backlight: avoid memory leak on exit, add info print that informs the user when non existing backlights are configured
The file was modifiedmodules/button-backlight.c (diff)
Commit d5306c41e372d7683405beed5384b7eeaaed8af1 by Merlijn Boris Wolf Wajer
filter-brightness-als-iio: remove droid 4 specific workaround
button-backligt: remove droid 4 specific workaround
The file was modifiedmodules/button-backlight.h (diff)
The file was modifiedmodules/filter-brightness-als-iio.h (diff)
Commit 122883487545843032dd7d6edc73dd1587017678 by Merlijn Boris Wolf Wajer
mce-conf: allow overides in an override directory (mce.ini.d)
The file was modifiedMakefile (diff)
The file was modifiedmce-conf.h (diff)
The file was modifiedmce-conf.c (diff)
Commit c4deed9d7972c6132969a7273110870de2e172c5 by Merlijn Boris Wolf Wajer
mce-conf: reverse override conf file priority
The file was modifiedmce-conf.c (diff)
Commit c58e928fd4ff7265e7499c49babf9b47c738f6d3 by Merlijn Boris Wolf Wajer
mce-conf: add 99-user.ini to default instalation
The file was modifiedmce.ini (diff)
The file was modifiedMakefile (diff)
The file was modifiedmce-conf.c (diff)
The file was added99-user.ini
Commit eda32ea125305b070612dd01c513f0988e2f2983 by Merlijn Boris Wolf Wajer
mce-conf: only load conf file if the final extension is .ini
The file was modifiedmce-conf.c (diff)
Commit 873720d9db3f6c753a3bf89c34b3ac96ce8a0d23 by Merlijn Boris Wolf Wajer
evdevvibrator: config: change vibrator patterns group to generic group
The file was modifiedmodules/evdevvibrator.c (diff)
The file was modifiedmce.ini (diff)
The file was modifiedmodules/evdevvibrator.h (diff)
Commit 0f3b1ff40ea4203b0ebaca4d088f860b92c3d1b3 by Merlijn Boris Wolf Wajer
evdevvibrator: Make priority mecanisum work in absence of ff fedback kernel support
The file was modifiedmodules/evdevvibrator.c (diff)
Commit 7deb807d226cebb223f5cd4a3135f67c8469cf7a by Merlijn Boris Wolf Wajer
evdevvibrator: improve some debug prints
The file was modifiedmodules/evdevvibrator.c (diff)
Commit f88de595206d8977e2028a150495f294f6a50de4 by Merlijn Boris Wolf Wajer
evdevvibrator: avoid int overflow
The file was modifiedmodules/evdevvibrator.c (diff)
Commit 6972b5f2bffe724e7f6c1b9a07f7b96771d15412 by Merlijn Boris Wolf Wajer
evdevvibrator: cleanup, also solves module loading problems on partial builds.
The file was removedevdevff.c
The file was removedevdevff.h
The file was removedmodules/evdevvibrator.h
The file was modifiedmodules/evdevvibrator.c (diff)
The file was modifiedMakefile (diff)
Commit 9c02ea0b865087e25809c803514c247c9ffdbd1b by Carl Klemm
iio-als: fix a compiler warning
The file was modifiedmodules/iio-als.c (diff)
Commit 1b819da133e1a39bc42f18dd006ddd2615c9ed2d by Carl Klemm
event-input: fix compiler warning
The file was modifiedevent-input.c (diff)
Commit b2d34720f7ebee36ed62a594005927f5f9baa259 by Carl Klemm
mce-conf: fix compiler warning
The file was modifiedmce-conf.c (diff)
Commit 0f1342de8b4d21d46ae9bf383bd99d956d3b3f0e by Carl Klemm
mce-io: fix compiler warning
The file was modifiedmce-io.c (diff)
Commit e8abb0f95d55c7f089d6e42c249818f7f88faace by Carl Klemm
button-backlight: small formating changes
The file was modifiedmodules/button-backlight.c (diff)
Commit b049a693ebd885baae7afb1698282b7a7a8e7662 by Merlijn Boris Wolf Wajer
debian/changelog: bump for 1.8.128.19
The file was modifieddebian/changelog (diff)