pandora-version: update to v1.76 sz_176
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 7 Jan 2017 18:42:15 +0000 (20:42 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 7 Jan 2017 18:43:47 +0000 (20:43 +0200)
recipes/pandora-system/pandora-version.bb
recipes/pandora-system/pandora-version/changelog

index 4061db4..873efed 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Installs /etc/op-version file."
 LICENSE = "Public Domain"
 
 # a reminder: update the changelog!
-PR = "r38"
+PR = "r39"
 
 SRC_URI = " \
   file://changelog \
@@ -20,8 +20,8 @@ do_install() {
   echo "Tag Name: `git describe`" > ${opvf}
   echo "GIT-VERSION: `git log -n1 --pretty=oneline|awk '{print $1}'`" >> ${opvf}
   echo "Branch: `git branch | awk '/*/{print $2}'`" >> ${opvf}
-  echo "Version: 1.9.7.5 - R1.75 Codename Super Zaxxon" >> ${opvf}
-  echo "Display Ver: SuperZaxxon 1.75${updv}" >> ${opvf}
+  echo "Version: 1.9.7.6 - R1.76 Codename Super Zaxxon" >> ${opvf}
+  echo "Display Ver: SuperZaxxon 1.76${updv}" >> ${opvf}
   echo "Image Builder: ${LOGNAME}@`cat /etc/hostname`" >> ${opvf}
   echo "Time Stamp: `date -R`" >> ${opvf}
 
index b71842c..2eed508 100644 (file)
@@ -1,5 +1,8 @@
 Changes since SuperZaxxon 1.75
 
+    2017-01-07 (SZ 1.76):
+    * kernel: reduced USB charge current to ~530mA, older value was too high for some hosts and would trigger overcurrent protection
+
     2016-12-23 (SZ 1.75 update 7):
     * kernel: updated to 3.2.84
     * kernel: /sys/class/power_supply/twl4030_*/charge_current is now expressed in uA (Grond)