From: don.hong Date: Fri, 16 Mar 2012 09:58:17 +0000 (+0900) Subject: [Title] Fixed usb usage id table to support CapsLock & Hanja&Hnagul X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1803^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=175f07e6aaf865179bf572b631fb56e575fd7cdc;p=sdk%2Femulator%2Fqemu.git [Title] Fixed usb usage id table to support CapsLock & Hanja&Hnagul [Type] BugFix [Module] [Priority] [Jira#] [Redmine#] [Problem] This is QEMU bug [Cause] [Solution] [TestCase] Change-Id: I965ee7ada72be05bcac496e39d5357233930ff4a --- diff --git a/hw/hid.c b/hw/hid.c index 03761ab8b8..2ba716a4d3 100644 --- a/hw/hid.c +++ b/hw/hid.c @@ -41,7 +41,7 @@ static const uint8_t hid_usage_keys[0x100] = { 0x07, 0x09, 0x0a, 0x0b, 0x0d, 0x0e, 0x0f, 0x33, 0x34, 0x35, 0xe1, 0x31, 0x1d, 0x1b, 0x06, 0x19, 0x05, 0x11, 0x10, 0x36, 0x37, 0x38, 0xe5, 0x55, - 0xe2, 0x2c, 0x32, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, + 0xe2, 0x2c, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f, 0x40, 0x41, 0x42, 0x43, 0x53, 0x47, 0x5f, 0x60, 0x61, 0x56, 0x5c, 0x5d, 0x5e, 0x57, 0x59, 0x5a, 0x5b, 0x62, 0x63, 0x00, 0x00, 0x00, 0x44, @@ -65,7 +65,7 @@ static const uint8_t hid_usage_keys[0x100] = { 0x00, 0x00, 0x00, 0xe3, 0xe7, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x91, 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };