From 7258b5e51a78e4d990bf1225c5893dc4b78d78b7 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 22 Dec 2006 05:19:56 +0000 Subject: Make AB mode uable on the ipods. In AB mode select is used to set/reset the markers in he WPS. AB mode must be disblaed ot get into the browser. This can allow the Ondio's to have AB mode but it makes rombox too large. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11832 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipod4g.h | 1 + firmware/export/config-ipodcolor.h | 1 + firmware/export/config-ipodmini.h | 1 + firmware/export/config-ipodmini2g.h | 1 + firmware/export/config-ipodnano.h | 1 + firmware/export/config-ipodvideo.h | 1 + 6 files changed, 6 insertions(+) (limited to 'firmware') diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index 142a2ebabb..65d0df1b87 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -69,6 +69,7 @@ #define HAVE_WM8975 #define AB_REPEAT_ENABLE 1 +#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_IPOD4G /* port controlled */ diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index af2a89cf6f..36adcd22c2 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -60,6 +60,7 @@ #define HAVE_WM8975 #define AB_REPEAT_ENABLE 1 +#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_IPOD4G /* port controlled */ diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 6ffb8637ff..d51d97a073 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -63,6 +63,7 @@ #define HAVE_WM8721 /* actually WM8731 but no recording */ #define AB_REPEAT_ENABLE 1 +#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_IPODMINI /* port controlled */ diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index c0822baef4..edcf095c13 100755 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -63,6 +63,7 @@ #define HAVE_WM8721 /* actually WM8731 but no recording */ #define AB_REPEAT_ENABLE 1 +#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_IPODMINI /* port controlled */ diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index f72603a2da..e1b856eed8 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -60,6 +60,7 @@ #define HAVE_WM8975 #define AB_REPEAT_ENABLE 1 +#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_IPODNANO /* port controlled */ diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h index fa78c5c7ee..1ed7f93a69 100644 --- a/firmware/export/config-ipodvideo.h +++ b/firmware/export/config-ipodvideo.h @@ -60,6 +60,7 @@ #define HAVE_WM8758 #define AB_REPEAT_ENABLE 1 +#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_IPODNANO /* port controlled */ -- cgit v1.2.3