Changeset 18866


Ignore:
Timestamp:
03/29/12 21:50:45 (15 months ago)
Author:
BrainSlayer
Message:

gpio polarity change for 2.4 ghz wireless

Location:
src/linux/universal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/linux/universal/linux-3.2/arch/mips/ar7240/gpio_driver.c

    r18747 r18866  
    241241                .active_low     = 0, 
    242242        },  
     243#if defined(CONFIG_DIR825C1) 
    243244        { 
    244245                .name           = "generic_13", 
    245246                .gpio           = 13, 
    246                 .active_low     = 0, 
    247         },  
     247                .active_low     = 1, 
     248        },  
     249#else 
     250        { 
     251                .name           = "generic_13", 
     252                .gpio           = 13, 
     253                .active_low     = 0, 
     254        },  
     255#endif 
    248256        { 
    249257                .name           = "generic_14", 
  • src/linux/universal/linux-3.3/arch/mips/ar7240/gpio_driver.c

    r18778 r18866  
    241241                .active_low     = 0, 
    242242        },  
     243#if defined(CONFIG_DIR825C1) 
    243244        { 
    244245                .name           = "generic_13", 
    245246                .gpio           = 13, 
    246                 .active_low     = 0, 
    247         },  
     247                .active_low     = 1, 
     248        },  
     249#else 
     250        { 
     251                .name           = "generic_13", 
     252                .gpio           = 13, 
     253                .active_low     = 0, 
     254        },  
     255#endif 
    248256        { 
    249257                .name           = "generic_14", 
Note: See TracChangeset for help on using the changeset viewer.