mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 5b6c26a9f6
			
		
	
	
		5b6c26a9f6
		
	
	
	
	
		
			
			This change adds support for the Power Enable Key found on MFD AXP202 and AXP209. Besides the basic support for the button, the driver adds two entries in sysfs to configure the time delay for power on/off. Signed-off-by: Carlo Caione <carlo@caione.org> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> [wens@csie.org: made axp20x_pek_remove() static; removed driver owner field; fixed path for sysfs entries] Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| What:		/sys/class/input/input(x)/device/startup
 | |
| Date:		March 2014
 | |
| Contact:	Carlo Caione <carlo@caione.org>
 | |
| Description:	Startup time in us. Board is powered on if the button is pressed
 | |
| 		for more than <startup_time>
 | |
| 
 | |
| What:		/sys/class/input/input(x)/device/shutdown
 | |
| Date:		March 2014
 | |
| Contact:	Carlo Caione <carlo@caione.org>
 | |
| Description:	Shutdown time in us. Board is powered off if the button is pressed
 | |
| 		for more than <shutdown_time>
 |