Searched refs:_usb_2_adb_keymap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDKeyboard.cpp92 bcopy(hid_usb_2_adb_keymap, _usb_2_adb_keymap, sizeof(unsigned int ) * ADB_CONVERTER_LEN);
127 temp = _usb_2_adb_keymap[0x39]; //Caps lock
128 _usb_2_adb_keymap[0x39] = _usb_2_adb_keymap[0xe0]; //Left CONTROL modifier
129 _usb_2_adb_keymap[0xe0] = temp;
141 temp = _usb_2_adb_keymap[0xe2]; //left alt
142 _usb_2_adb_keymap[0xe2] = _usb_2_adb_keymap[0xe3]; //Left command modifier
143 _usb_2_adb_keymap[0xe3] = temp;
145 temp = _usb_2_adb_keymap[
[all...]
H A DIOHIDKeyboard.h58 unsigned int _usb_2_adb_keymap[ADB_CONVERTER_LEN + 1]; member in class:IOHIDKeyboard

Completed in 106 milliseconds