Skip to content
Snippets Groups Projects
Forked from firmware / FFS Gluon
Source project has a limited visibility.
  • David Bauer's avatar
    faddb3d1
    ar71xx: flag FritzBox 4020 buttons as active low (#1544) · faddb3d1
    David Bauer authored
    Buttons of AVM FritzBox 4020 are incorrectly flagged as active high.
    
    This was an oversight as RFKill button was working as expected even
    with incorrectly flagged GPIO.
    
    Config mode is still accessable but will start on any button press, not
    only for the ones >= 10 seconds.
    
    This commit corrects this behavior to the expected one (10 second long
    press necessary to enter config mode).
    faddb3d1
    History
    ar71xx: flag FritzBox 4020 buttons as active low (#1544)
    David Bauer authored
    Buttons of AVM FritzBox 4020 are incorrectly flagged as active high.
    
    This was an oversight as RFKill button was working as expected even
    with incorrectly flagged GPIO.
    
    Config mode is still accessable but will start on any button press, not
    only for the ones >= 10 seconds.
    
    This commit corrects this behavior to the expected one (10 second long
    press necessary to enter config mode).