summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/config_file_options.tex5
-rw-r--r--manual/configure_rockbox/system_options.tex8
-rw-r--r--manual/rockbox_interface/main.tex5
3 files changed, 18 insertions, 0 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index f6c95652a9..43f6aea203 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -95,6 +95,11 @@
95 \opt{accessory_supply}{ 95 \opt{accessory_supply}{
96 accessory power supply & on, off & N/A\\ 96 accessory power supply & on, off & N/A\\
97 } 97 }
98 \opt{usb_hid}{
99 usb hid & on, off & N/A\\
100 usb keypad mode
101 & multimedia, presentation, browser\opt{usb_hid_mouse}{, mouse}& N/A\\
102 }
98 idle poweroff & off, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 30, 45, 60 103 idle poweroff & off, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 30, 45, 60
99 & minutes\\ 104 & minutes\\
100 max files in playlist & 1000 - 32000 & N/A\\ 105 max files in playlist & 1000 - 32000 & N/A\\
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 6a98b32a20..0651d61f7d 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -183,6 +183,14 @@ this option \setting{On}. If it is not required, then turning this setting
183 } 183 }
184} 184}
185\opt{usb_hid}{ 185\opt{usb_hid}{
186 \subsection{USB HID}
187 \label{ref:USB_HID}
188 This option turns the USB HID feature \setting{On} and \setting{Off}.
189 When this feature is enabled, the \dap{} enumerates as a Human Interface
190 Device (HID), composed of several HID sub devices.
191 Since the \dap{} also enumerates as a Mass Storage Device, it becomes a USB
192 Composite Device, which contains both these devices.
193
186 \subsection{USB Keypad Mode} 194 \subsection{USB Keypad Mode}
187 This setting control the keypad mode when the \dap{} is attached to a 195 This setting control the keypad mode when the \dap{} is attached to a
188 computer through USB. Pressing a key on the \dap{} sends a keystroke the 196 computer through USB. Pressing a key on the \dap{} sends a keystroke the
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index d992fdea97..834a039053 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -580,6 +580,11 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
580 } 580 }
581\subsection{Putting music on your \dap{}} 581\subsection{Putting music on your \dap{}}
582 582
583\note{Due to a bug in some OS X versions, the \dap{} can not be mounted, unless
584 the USB HID feature is disabled. See \reference{ref:USB_HID} for more
585 information.\newline
586}
587
583With the \dap{} connected to the computer as an MSC/UMS device (like a 588With the \dap{} connected to the computer as an MSC/UMS device (like a
584USB Drive), music files can be put on the player via any standard file 589USB Drive), music files can be put on the player via any standard file
585transfer method that you would use to copy files between drives (e.g. Drag 'n' Drop). 590transfer method that you would use to copy files between drives (e.g. Drag 'n' Drop).