From a5f99f2a51d9064fe86a68bfb634d1898f761ee7 Mon Sep 17 00:00:00 2001 From: Marc Guay Date: Fri, 4 Jul 2008 18:12:01 +0000 Subject: Bring the H300 charging-only button in line with the other targets. Hold the AB button on connect for this feature. To discuss a greater reworking of the function, see FS#8702. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17940 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/usb.h | 2 +- manual/platform/h300.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/export/usb.h b/firmware/export/usb.h index 04cb3ea43b..9952a074bb 100644 --- a/firmware/export/usb.h +++ b/firmware/export/usb.h @@ -49,7 +49,7 @@ enum { #define USBPOWER_BUTTON BUTTON_MENU #define USBPOWER_BTN_IGNORE BUTTON_PLAY #elif CONFIG_KEYPAD == IRIVER_H300_PAD -#define USBPOWER_BUTTON BUTTON_REC +#define USBPOWER_BUTTON BUTTON_MODE #define USBPOWER_BTN_IGNORE BUTTON_ON #elif CONFIG_KEYPAD == GIGABEAT_PAD #define USBPOWER_BUTTON BUTTON_MENU diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex index 39502b2704..78ab41b008 100644 --- a/manual/platform/h300.tex +++ b/manual/platform/h300.tex @@ -43,7 +43,7 @@ \newcommand{\ActionQuickScreenExit}{\ButtonMode} \newcommand{\ActionStdMenu}{\ButtonMode} \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} -\newcommand{\ActionStdUsbCharge}{\ButtonRec} +\newcommand{\ActionStdUsbCharge}{\ButtonMode} \newcommand{\ActionStdRec}{Long \ButtonRec} %Button actions, wps context -- cgit v1.2.3