From 758bb3bc628705ff8e5c677b3b2d87720c726c13 Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Mon, 25 May 2009 21:10:45 +0000 Subject: 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio working on 820 & 925 (untested on the 920). No battery readings. No recording. No plugins. Keymap needs work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21083 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/usb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/usb.h') diff --git a/firmware/export/usb.h b/firmware/export/usb.h index 42893c3468..557639c622 100644 --- a/firmware/export/usb.h +++ b/firmware/export/usb.h @@ -84,6 +84,9 @@ enum { #elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD #define USBPOWER_BUTTON BUTTON_PLAYLIST #define USBPOWER_BTN_IGNORE BUTTON_POWER +#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD +#define USBPOWER_BUTTON BUTTON_RIGHT +#define USBPOWER_BTN_IGNORE BUTTON_LEFT #endif #endif /* HAVE_USB_POWER */ -- cgit v1.2.3