summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Input/UsbKbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/Input/UsbKbd.cpp')
-rw-r--r--src/VBox/Devices/Input/UsbKbd.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/VBox/Devices/Input/UsbKbd.cpp b/src/VBox/Devices/Input/UsbKbd.cpp
index fe68d3aab..f2b5c4d2b 100644
--- a/src/VBox/Devices/Input/UsbKbd.cpp
+++ b/src/VBox/Devices/Input/UsbKbd.cpp
@@ -1,4 +1,4 @@
-/* $Id: UsbKbd.cpp 28909 2010-04-29 16:34:17Z vboxsync $ */
+/* $Id: UsbKbd.cpp 29749 2010-05-21 21:55:12Z vboxsync $ */
/** @file
* UsbKbd - USB Human Interface Device Emulation, Keyboard.
*/
@@ -384,8 +384,9 @@ static uint8_t aExtScan2Hid[] =
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 20-27 */
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 28-2F */
0x00, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0x46, /* 30-37 */
- 0xe6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 38-3F */
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x00, 0x4a, /* 40-47 */
+ /* Sun-specific keys. Most of the XT codes are made up */
+ 0xe6, 0x00, 0x00, 0x75, 0x76, 0x77, 0xA3, 0x78, /* 38-3F */
+ 0x80, 0x81, 0x82, 0x79, 0x00, 0x48, 0x00, 0x4a, /* 40-47 */
0x52, 0x4b, 0x00, 0x50, 0x00, 0x4f, 0x00, 0x4d, /* 48-4F */
0x51, 0x4e, 0x49, 0x4c, 0x00, 0x00, 0x00, 0x00, /* 50-57 */
0x00, 0x00, 0x00, 0xe3, 0xe7, 0x65, 0x66, 0x00, /* 58-5F */