Skip to content

Commit

Permalink
charge_current: set defauts to 650mA
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokhan Moral committed Sep 4, 2012
1 parent ce3f2ac commit 04a4a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/power/charge_current.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#define MAX_CURRENT_MISC 950
#define MAX_CURRENT_USB 950
int charge_current_ac = 650;
int charge_current_misc = 550;
int charge_current_usb = 450;
int charge_current_misc = 650;
int charge_current_usb = 650;


static ssize_t charge_current_show(struct device *dev, struct device_attribute *attr, char *buf) {
Expand Down

0 comments on commit 04a4a66

Please sign in to comment.