Ignore:
Timestamp:
07/05/10 21:12:42 (3 years ago)
Author:
fe50
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/a570/kbd.c

    r515 r911  
    1717static KeyMap keymap[]; 
    1818static long last_kbd_key = 0; 
     19static long alt_mode_key_mask = 0x00000800; 
    1920static int usb_power=0; 
    2021static int remote_key, remote_count; 
     
    234235        physw_status[1] = kbd_new_state[1]; 
    235236        physw_status[2] = kbd_new_state[2]; 
    236         //physw_status[1] |= alt_mode_key_mask; 
     237        physw_status[1] |= alt_mode_key_mask; 
    237238 
    238239    } else { 
     
    279280} 
    280281 
    281 /* void kbd_set_alt_mode_key_mask(long key) 
     282void kbd_set_alt_mode_key_mask(long key) 
    282283{ 
    283284    int i; 
     
    288289        } 
    289290    } 
    290 } */ 
     291} 
    291292 
    292293void kbd_key_press(long key) 
Note: See TracChangeset for help on using the changeset viewer.