Change termination current in bq2415x board code to 100 mA
authorPali Rohár <pali.rohar@gmail.com>
Wed, 9 Jan 2013 01:43:36 +0000 (02:43 +0100)
committerPali Rohár <pali.rohar@gmail.com>
Wed, 9 Jan 2013 01:43:36 +0000 (02:43 +0100)
kernel-power-2.6.28/debian/patches/bq2415x_rx51.patch

index d4b44dd..5dfeda6 100644 (file)
 +      .weak_battery_voltage = 3400,           /* mV */
 +      .battery_regulation_voltage = 4200,     /* mV */
 +      .charge_current = 950, /*1200*/         /* mA */
-+      .termination_current = 150, /*400*/     /* mA */
++      .termination_current = 100, /*400*/     /* mA */
 +      .resistor_sense = 68,                   /* m ohm */
 +      .set_mode_hook = &rx51_charger_set_hook,
 +};