Changeset 911 for trunk/platform/a570/kbd.c
- Timestamp:
- 07/05/10 21:12:42 (3 years ago)
- File:
-
- 1 edited
-
trunk/platform/a570/kbd.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/a570/kbd.c
r515 r911 17 17 static KeyMap keymap[]; 18 18 static long last_kbd_key = 0; 19 static long alt_mode_key_mask = 0x00000800; 19 20 static int usb_power=0; 20 21 static int remote_key, remote_count; … … 234 235 physw_status[1] = kbd_new_state[1]; 235 236 physw_status[2] = kbd_new_state[2]; 236 //physw_status[1] |= alt_mode_key_mask;237 physw_status[1] |= alt_mode_key_mask; 237 238 238 239 } else { … … 279 280 } 280 281 281 /*void kbd_set_alt_mode_key_mask(long key)282 void kbd_set_alt_mode_key_mask(long key) 282 283 { 283 284 int i; … … 288 289 } 289 290 } 290 } */291 } 291 292 292 293 void kbd_key_press(long key)
Note: See TracChangeset
for help on using the changeset viewer.