File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ public static bool IsVivoZenPro()
422422
423423    public  static bool  IsHardwareFnLock ( ) 
424424    { 
425-         return  IsVivoZenPro ( )  ||  ContainsModel ( "GZ302EA" )   ||   ContainsModel ( "FA401K" ) ; 
425+         return  IsVivoZenPro ( )  ||  ContainsModel ( "GZ302EA" ) ; 
426426    } 
427427
428428    // Devices with bugged bios command to change brightness 
@@ -485,7 +485,7 @@ public static bool IsInputBacklight()
485485
486486    public  static bool  IsInvertedFNLock ( ) 
487487    { 
488-         return  ContainsModel ( "M140" )  ||  ContainsModel ( "S550" )  ||  ContainsModel ( "P540" ) ; 
488+         return  ContainsModel ( "M140" )  ||  ContainsModel ( "S550" )  ||  ContainsModel ( "P540" )   ||   ContainsModel ( "FA401KM" ) ; 
489489    } 
490490
491491    public  static bool  IsOLED ( ) 
Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ public static bool IsHardwareFnLock()
728728            { 
729729                var  fnLockStatus  =  Program . acpi . DeviceGet ( AsusACPI . FnLock ) ; 
730730                Logger . WriteLine ( "FnLock Support: "  +  fnLockStatus ) ; 
731-                 _fnLock  =  fnLockStatus  >  0 ; 
731+                 _fnLock  =  fnLockStatus  >=   0 ; 
732732            } 
733733            return  ( bool ) _fnLock ; 
734734        } 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments