Changeset 19327


Ignore:
Timestamp:
06/05/12 22:55:10 (12 months ago)
Author:
BrainSlayer
Message:

final gpio mapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/libutils/utils.c

    r19326 r19327  
    42224222                break; 
    42234223        case ROUTER_BOARD_DIR615D: 
     4224#ifdef HAVE_DIR615H 
     4225                diag_gpio = 0x007; 
     4226                connected_gpio = 0x10d; 
     4227                disconnected_gpio = 0x10c; 
     4228                ses_gpio = 0x10e; 
     4229                power_gpio = 0x009; 
     4230#else 
    42244231                diag_gpio = 0x108; 
    42254232                connected_gpio = 0x10c; 
     
    42274234                ses_gpio = 0x10b; 
    42284235                power_gpio = 0x109; 
     4236#endif 
    42294237                break; 
    42304238        case ROUTER_BOARD_W502U: 
Note: See TracChangeset for help on using the changeset viewer.