summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-08-24 15:19:14 +0000
committerNils Wallménius <nils@rockbox.org>2009-08-24 15:19:14 +0000
commitaf68987d5cbe538a738ce7be0c99d83792fc7269 (patch)
treedeb28492168fdffe6c4c120ef056bebad9c6dc05
parent3460ef3596e18cdb2f036d9bac7620dcbbc1bdd6 (diff)
downloadrockbox-af68987d5cbe538a738ce7be0c99d83792fc7269.tar.gz
rockbox-af68987d5cbe538a738ce7be0c99d83792fc7269.zip
Fix FS#10556 so that we now include the wps tags for the hold switch and remote hold switch for other targets than the iriver h100 and h300, introduce a new feature for remote_button_hold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22498 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/features.txt4
-rw-r--r--manual/appendix/wps_tags.tex29
2 files changed, 25 insertions, 8 deletions
diff --git a/apps/features.txt b/apps/features.txt
index a9df26ba48..5dd7fd8720 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -62,6 +62,10 @@ headphone_detection
62hold_button 62hold_button
63#endif 63#endif
64 64
65#if defined(HAS_REMOTE_BUTTON_HOLD)
66remote_button_hold
67#endif
68
65#if defined(HAVE_LCD_BITMAP) 69#if defined(HAVE_LCD_BITMAP)
66lcd_bitmap 70lcd_bitmap
67#endif 71#endif
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index a7c1822c50..9be085d01a 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -142,14 +142,27 @@ produce the information for the next file to be played.
142 \end{tagmap} 142 \end{tagmap}
143\end{table} 143\end{table}
144} 144}
145\opt{h100,h300}{ 145
146\section{Hold Switches} 146% this will not include the "remote hold switch" tag for targets lacking
147\begin{table} 147% a main unit hold switch
148 \begin{tagmap}{}{} 148\opt{hold_button}{
149 \config{\%mh} & ``h'' if the main unit hold switch is on\\ 149 \opt{remote_button_hold}{
150 \config{\%mr} & ``r'' if the remote hold switch is on\\ 150 \section{Hold Switches}
151 \end{tagmap} 151 \begin{table}
152\end{table} 152 \begin{tagmap}{}{}
153 \config{\%mh} & ``h'' if the main unit hold switch is on\\
154 \config{\%mr} & ``r'' if the remote hold switch is on\\
155 \end{tagmap}
156 \end{table}
157 }
158 \nopt{remote_button_hold}{
159 \section{Hold Switch}
160 \begin{table}
161 \begin{tagmap}{}{}
162 \config{\%mh} & ``h'' if the hold switch is on\\
163 \end{tagmap}
164 \end{table}
165 }
153} 166}
154 167
155\section{Virtual LED} 168\section{Virtual LED}