Skip to content

Commit

Permalink
Add control for DSS gamma settings
Browse files Browse the repository at this point in the history
Imoseyon discovered that patch from ti. With this setting
we can also control this new kernel feature alredy commited

Change-Id: Ie863edf1c45f73024ac4a0eab8ccfd048062e262
  • Loading branch information
KalimochoAz authored and jdkoreclipse committed May 11, 2012
1 parent f6d6de2 commit 2ebcb6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions GNexusParts/res/values/strings.xml
Expand Up @@ -23,6 +23,7 @@
<string name="color_default_title">Default</string>
<string name="color_CM_title">CM Sett.</string>
<string name="color_dark_title">Dark Sett.</string>
<string name="gamma_dss_title">DSS Gamma Set.</string>

<string name="gamma_dss_title">DSS Gamma Set.</string>

Expand Down
3 changes: 3 additions & 0 deletions init.tuna.rc
Expand Up @@ -71,6 +71,9 @@ on fs
chmod 0777 /dev/tiler
chmod 0777 /dev/dmm

# change permissions for gamma settings
chmod 0666 /sys/devices/platform/omapdss/manager0/gamma

# change permissions for ION driver
chmod 0777 /dev/ion

Expand Down

0 comments on commit 2ebcb6c

Please sign in to comment.