No. I just played around the repos pk48 version. I do want to test it?
-bash-2.05b# kernel-config show current kernel configuration: current frequency: 250 supported frequencies: 125 250 500 550 600 700 750 805 850 900 950 1000 1100 1150 min. frequency: 125 max. frequency: 805 avoid frequencies: 125 active frequencies: 0:30,90 250:38,180 500:48,360 550:54,400 600:60,430 700:60,430 750:60,430 805:60,430 850:60,500 900:60,500 950:60,500 1000:60,500 1100:72,520 1150:72,520 SmartReflex VDD1=1, VDD2=1 governor ondemand: ignore nice load= 0, up threshold= 70, sampling rate= 300000, powersave bias= 20 -bash-2.05b#
clear && ID=$(id -un) ; if [ ${ID} != "root" ] ; then echo "You are not 'root', please use this command line as 'root' ..." ; else echo "Ok, you are 'root' ..." ; if grep -q "blacklist bq27x00_battery" /etc/modprobe.d/blacklist 2>/dev/null ; then echo "Patch already applyed, nothing to be done ..." ; echo "" ; else echo "Applying patch now ..." ; echo "blacklist bq27x00_battery" >>/etc/modprobe.d/blacklist ; echo "" ; echo "DONE, PLEASE REBOOT YOUR DEVICE ..." ; echo "" ; fi ; fi