#!/bin/sh
#
   if
   lsmod | grep -q bq27x00_battery
   then
   bnf-bq27x00
   else
   bnf-i2c
   fi
