From 88b1efd92579248c4d17d1edf7a7b02041c0e003 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Sat, 17 Oct 2009 15:20:23 +0000 Subject: USB HID: Add mouse mode to h10 - Also fix bug where all other modes were not functional - Hopefully fixes FS#10651 - H10 USB HID keymap problem git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23228 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h10.h | 1 + firmware/export/config-h10_5gb.h | 1 + 2 files changed, 2 insertions(+) (limited to 'firmware') diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index 0dc845c23b..5ac12af3fc 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -173,6 +173,7 @@ #define USE_ROCKBOX_USB #define USB_VENDOR_ID 0x0B70 #define USB_PRODUCT_ID 0x00BA +#define HAVE_USB_HID_MOUSE /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index 8275e50dc6..e39c6a6bbf 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -153,6 +153,7 @@ #define USE_ROCKBOX_USB #define USB_VENDOR_ID 0x0B70 #define USB_PRODUCT_ID 0x00BA +#define HAVE_USB_HID_MOUSE /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ -- cgit v1.2.3