From 8c8b0b37c2e0649394ba4b4c12bbbb5cd13cf23f Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Fri, 11 Jun 2010 22:45:18 +0000 Subject: Enable the IAUDIO_RC_PAD macro for the M5 and X5 too, so that tables using this instead of the platform files' actions can be filled too. Complete the table in the quick start section mentioning how to start and shut down Rockbox for the Iaudio remote while at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26805 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/iaudiom5.tex | 1 + manual/platform/iaudiox5.tex | 1 + manual/rockbox_interface/main.tex | 23 +++++++++++++++-------- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/manual/platform/iaudiom5.tex b/manual/platform/iaudiom5.tex index 2d63dc8bb1..badd96a544 100644 --- a/manual/platform/iaudiom5.tex +++ b/manual/platform/iaudiom5.tex @@ -2,6 +2,7 @@ \def\UseOption{m5} \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} \edef\UseOption{\UseOption,IAUDIO_X5_PAD} +\edef\UseOption{\UseOption,IAUDIO_RC_PAD} \edef\UseOption{\UseOption,HAVE_REMOTE_LCD} \edef\UseOption{\UseOption,HAVE_BACKLIGHT} \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} diff --git a/manual/platform/iaudiox5.tex b/manual/platform/iaudiox5.tex index 1909307d2f..3b6547cd2e 100644 --- a/manual/platform/iaudiox5.tex +++ b/manual/platform/iaudiox5.tex @@ -2,6 +2,7 @@ \def\UseOption{x5} \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} \edef\UseOption{\UseOption,IAUDIO_X5_PAD} +\edef\UseOption{\UseOption,IAUDIO_RC_PAD} \edef\UseOption{\UseOption,HAVE_REMOTE_LCD} \edef\UseOption{\UseOption,HAVE_BACKLIGHT} \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index 50d41c82ce..a58aaa2eae 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -508,10 +508,14 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS,PBELL_VIBE500_PAD% }{\ButtonPower}% \opt{COWON_D2_PAD} {\ButtonPower{}, then \ButtonHold}% - \opt{HAVEREMOTEKEYMAP}{& - \opt{IRIVER_RC_H100_PAD}{\ButtonRCOn}% - } - & Start Rockbox.\\ + & + \opt{HAVEREMOTEKEYMAP}{ + \opt{IRIVER_RC_H100_PAD}{\ButtonRCOn}% + \opt{IAUDIO_RC_PAD}{\ButtonRCPlay} + &} + Start Rockbox + \\ + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOff}% \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}% \opt{ONDIO_PAD,recorderv2fm}{Long \ButtonOff}% @@ -520,10 +524,13 @@ To turn on and off your Rockbox enabled \dap{} use the following keys: \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD% ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS,COWON_D2_PAD% ,PBELL_VIBE500_PAD}{Long \ButtonPower}% - \opt{HAVEREMOTEKEYMAP}{& - \opt{IRIVER_RC_H100_PAD}{Long \ButtonRCStop}% - } - & Shutdown Rockbox.\\ + & + \opt{HAVEREMOTEKEYMAP}{ + \opt{IRIVER_RC_H100_PAD}{Long \ButtonRCStop}% + \opt{IAUDIO_RC_PAD}{Long \ButtonRCPlay} + &} + Shutdown Rockbox + \\ \end{btnmap} \label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings. -- cgit v1.2.3