From 193ea0909d05607466ba8fb6448a0e21c322bf14 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Fri, 3 Oct 2014 00:20:09 +0200 Subject: Samsung yh820/yh92x: add HID keymaps. Change-Id: I575e0e858aef0090d6864837d40a7b51e996ab43 --- firmware/export/config/samsungyh820.h | 2 +- firmware/export/config/samsungyh920.h | 1 + firmware/export/config/samsungyh925.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config/samsungyh820.h b/firmware/export/config/samsungyh820.h index 08bba1a910..74b5a77004 100644 --- a/firmware/export/config/samsungyh820.h +++ b/firmware/export/config/samsungyh820.h @@ -163,9 +163,9 @@ /* enable these for the experimental usb stack */ #define HAVE_USBSTACK #define USE_ROCKBOX_USB -/* todo - check */ #define USB_VENDOR_ID 0x04e8 #define USB_PRODUCT_ID 0x5023 +#define HAVE_USB_HID_MOUSE /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h index f9d47008fb..9b378c8ffe 100644 --- a/firmware/export/config/samsungyh920.h +++ b/firmware/export/config/samsungyh920.h @@ -181,6 +181,7 @@ #define USE_ROCKBOX_USB #define USB_VENDOR_ID 0x04e8 #define USB_PRODUCT_ID 0x5022 +#define HAVE_USB_HID_MOUSE /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ diff --git a/firmware/export/config/samsungyh925.h b/firmware/export/config/samsungyh925.h index 26311cc5fb..45a2d5937e 100644 --- a/firmware/export/config/samsungyh925.h +++ b/firmware/export/config/samsungyh925.h @@ -170,9 +170,9 @@ /* enable these for the experimental usb stack */ #define HAVE_USBSTACK #define USE_ROCKBOX_USB -/* todo - check */ #define USB_VENDOR_ID 0x04e8 #define USB_PRODUCT_ID 0x5024 +#define HAVE_USB_HID_MOUSE /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ -- cgit v1.2.3