summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-02-03 21:57:46 +0900
committertmk <nobody@nowhere>2013-02-03 22:06:52 +0900
commit9a72c7b8a2e2f7ed2cd239ad3308c4b4dbc29ff0 (patch)
tree3e03742ea7c0055a47f6dde817dd60786e433eef /protocol
parente6836c3f6df23eb82188bacca15bb0614a0f8b45 (diff)
Support for ISO/JIS keys on ADB(Issue#22)
- ISO/JIS specific keys support.(Not tested :) - Learned how to convert ADB into HID code from: http://www.opensource.apple.com/source/IOHIDFamily/IOHIDFamily-421.18.3/IOHIDFamily/Cosmo_USB2ADB.c - Left of 1 key generates 0x0A(ADB scan code) on German layout AEKII.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/adb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/adb.c b/protocol/adb.c
index 9f52f6ce77..9e8d76832d 100644
--- a/protocol/adb.c
+++ b/protocol/adb.c
@@ -264,6 +264,7 @@ ADB Keycode
http://72.0.193.250/Documentation/macppc/adbkeycodes/
http://m0115.web.fc2.com/m0115.jpg
[Inside Macintosh volume V, pages 191-192]
+ http://www.opensource.apple.com/source/IOHIDFamily/IOHIDFamily-421.18.3/IOHIDFamily/Cosmo_USB2ADB.c
ADB Signaling
http://kbdbabel.sourceforge.net/doc/kbd_signaling_pcxt_ps2_adb.pdf
ADB Overview & History