ramips: mark toggle input on EX6150 as a switch
The Netgear EX6150 has an Access Point/Extender switch. Set it as an EV_SW. Otherwise when it's set to Access Point, it will trigger failsafe mode during boot. Fixes: FS#3590 Signed-off-by: Kurt Roeckx <kurt@roeckx.be>
This commit is contained in:
		
				
					committed by
					
						
						Adrian Schmutzler
					
				
			
			
				
	
			
			
			
						parent
						
							0fde111702
						
					
				
				
					commit
					539966554d
				
			@@ -86,6 +86,7 @@
 | 
				
			|||||||
			label = "AP/Extender toggle";
 | 
								label = "AP/Extender toggle";
 | 
				
			||||||
			gpios = <&gpio 48 GPIO_ACTIVE_LOW>;
 | 
								gpios = <&gpio 48 GPIO_ACTIVE_LOW>;
 | 
				
			||||||
			linux,code = <BTN_0>;
 | 
								linux,code = <BTN_0>;
 | 
				
			||||||
 | 
								linux,input-type = <EV_SW>;
 | 
				
			||||||
			/* Active when switch is set to "Access Point" */
 | 
								/* Active when switch is set to "Access Point" */
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user