From e25c1c6e43aafbbe6de077f142776da2e00c75cd Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 11 Nov 2008 14:46:13 +0000 Subject: Add more driver stubs to make the Fuze and e200v2 main builds compile; Correct the memory definition for the Fuze (8MB) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19090 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/usb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/usb.h') diff --git a/firmware/export/usb.h b/firmware/export/usb.h index 4275fa9c6a..00517b2475 100644 --- a/firmware/export/usb.h +++ b/firmware/export/usb.h @@ -64,6 +64,7 @@ enum { #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ (CONFIG_KEYPAD == SANSA_C200_PAD) || \ (CONFIG_KEYPAD == SANSA_CLIP_PAD) || \ + (CONFIG_KEYPAD == SANSA_FUZE_PAD) || \ (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) #define USBPOWER_BUTTON BUTTON_SELECT #define USBPOWER_BTN_IGNORE BUTTON_POWER -- cgit v1.2.3