summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/samsungypr0.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h
index ba56c096a6..53b9285ac4 100644
--- a/firmware/export/config/samsungypr0.h
+++ b/firmware/export/config/samsungypr0.h
@@ -20,9 +20,6 @@
20/*TODO: implement USB data transfer management -> see safe mode script and think a way to implemtent it in the code */ 20/*TODO: implement USB data transfer management -> see safe mode script and think a way to implemtent it in the code */
21#define USB_NONE 21#define USB_NONE
22 22
23/* Hardware controlled charging with monitoring */
24#define CONFIG_CHARGING CHARGING_MONITOR
25
26/* There is only USB charging */ 23/* There is only USB charging */
27//#define HAVE_USB_POWER 24//#define HAVE_USB_POWER
28 25
@@ -135,9 +132,8 @@
135#define CURRENT_NORMAL 24 /* ~25h, on 600mAh that's about 24mA */ 132#define CURRENT_NORMAL 24 /* ~25h, on 600mAh that's about 24mA */
136#define CURRENT_BACKLIGHT 62 /* ~6,5h -> 92mA. Minus 24mA normal that gives us 68mA */ 133#define CURRENT_BACKLIGHT 62 /* ~6,5h -> 92mA. Minus 24mA normal that gives us 68mA */
137 134
138/* TODO: We possibly can only watch linux charging */ 135/* Linux controlls charging, we can monitor */
139//#define CONFIG_CHARGING CHARGING_TARGET 136#define CONFIG_CHARGING CHARGING_MONITOR
140//#define HAVE_RESET_BATTERY_FILTER
141 137
142/* same dimensions as gigabeats */ 138/* same dimensions as gigabeats */
143#define CONFIG_LCD LCD_YPR0 139#define CONFIG_LCD LCD_YPR0