1
0
Fork 0
forked from len0rd/rockbox

HDD1630: enable headphones detection.

Change-Id: I329b12a8e90b4721b644ac326dfe75e52ce6c2b8
This commit is contained in:
Szymon Dziok 2014-01-14 00:45:34 +01:00
parent 518d9ecb35
commit a43cce24b3

View file

@ -1,5 +1,5 @@
/* /*
* This config file is for the Philips GoGear HDD16x0/HDD18x0 * This config file is for the Philips GoGear HDD14x0/HDD16x0/HDD18x0
*/ */
/* For Rolo and boot loader */ /* For Rolo and boot loader */
@ -130,6 +130,9 @@
#define HAVE_BUTTON_LIGHT #define HAVE_BUTTON_LIGHT
#define HAVE_BUTTONLIGHT_BRIGHTNESS #define HAVE_BUTTONLIGHT_BRIGHTNESS
/* Define this if you can detect headphones */
#define HAVE_HEADPHONE_DETECTION
#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */ #define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */
#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */ #define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */
#define BATTERY_CAPACITY_MAX 630 /* max. capacity selectable */ #define BATTERY_CAPACITY_MAX 630 /* max. capacity selectable */