From a43cce24b322d66ef9dc1f586f9e36a03662b105 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Tue, 14 Jan 2014 00:45:34 +0100 Subject: [PATCH] HDD1630: enable headphones detection. Change-Id: I329b12a8e90b4721b644ac326dfe75e52ce6c2b8 --- firmware/export/config/gogearhdd1630.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firmware/export/config/gogearhdd1630.h b/firmware/export/config/gogearhdd1630.h index 9abf90acb9..39aa01ea51 100644 --- a/firmware/export/config/gogearhdd1630.h +++ b/firmware/export/config/gogearhdd1630.h @@ -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 */ @@ -130,6 +130,9 @@ #define HAVE_BUTTON_LIGHT #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_MIN 630 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 630 /* max. capacity selectable */