summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.h')
-rw-r--r--firmware/powermgmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/powermgmt.h b/firmware/powermgmt.h
index b9686119c0..f4c772e221 100644
--- a/firmware/powermgmt.h
+++ b/firmware/powermgmt.h
@@ -66,6 +66,7 @@ extern int charge_state; /* tells what the charger is doing (for info di
66#endif /* HAVE_CHARGE_CTRL */ 66#endif /* HAVE_CHARGE_CTRL */
67 67
68#define CURRENT_NORMAL 145 /* usual current in mA when using the AJB including some disk/backlight/... activity */ 68#define CURRENT_NORMAL 145 /* usual current in mA when using the AJB including some disk/backlight/... activity */
69#define CURRENT_USB 500 /* usual current in mA in USB mode */
69#define CURRENT_BACKLIGHT 30 /* additional current when backlight is always on */ 70#define CURRENT_BACKLIGHT 30 /* additional current when backlight is always on */
70#define CURRENT_CHARGING 300 /* charging current */ 71#define CURRENT_CHARGING 300 /* charging current */
71 72