pwrtray: Major bugfixes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23178 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-10-02 16:32:01 +00:00
parent d6ff4849bb
commit ba51e7e27b
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pwrtray
PKG_REV:=d1fe8e88857461af033e81124ca3e3091241832a
PKG_REV:=bf85a6f4c26a225709deceec718aa76d727020d2
PKG_VERSION:=$(PKG_REV)
PKG_RELEASE:=1

View File

@ -4,9 +4,9 @@
# List of auto-dimming steps.
# idle-seconds/brightness-percent idle-seconds/brightness-percent ...
# idle-seconds value must be growing.
autodim_steps=10/70 20/50 25/25 30/10 35/0
# Maximum brightness value set by the autodimmer
autodim_max=80
autodim_steps=15/65 20/50 25/25 30/10 35/0
# Default maximum brightness value for the autodimmer, in percent.
autodim_default_max=75
# Enable auto-dimming by default?
autodim_default_on=1