Change-Id: Ib2aecbaf34e69af1c670b64ec22e4966fa69fde3 Signed-off-by: Jens Reidel <adrian@travitia.xyz>
		
			
				
	
	
		
			29 lines
		
	
	
		
			723 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			723 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# FPC1020 Touch sensor driver
 | 
						|
#
 | 
						|
# Copyright (c) 2013,2014 Fingerprint Cards AB <tech@fingerprints.com>
 | 
						|
#
 | 
						|
# This program is free software; you can redistribute it and/or
 | 
						|
# modify it under the terms of the GNU General Public License Version 2
 | 
						|
# as published by the Free Software Foundation.
 | 
						|
#
 | 
						|
 | 
						|
#key  304   DPAD_CENTER  VIRTUAL
 | 
						|
#key  102   HOME         VIRTUAL
 | 
						|
#key  108   SYSTEM_NAVIGATION_DOWN
 | 
						|
#key  103   SYSTEM_NAVIGATION_DOWN
 | 
						|
# Swipe Up
 | 
						|
#key 103   DPAD_UP VIRTUAL
 | 
						|
 | 
						|
# Swipe Down
 | 
						|
#key 108   DPAD_DOWN VIRTUAL
 | 
						|
 | 
						|
# Single Tap
 | 
						|
#key 105   DPAD_CENTER VIRTUAL
 | 
						|
 | 
						|
# Double Tap
 | 
						|
key 106   BUTTON_C VIRTUAL
 | 
						|
 | 
						|
# Keymap between kernel and framework.
 | 
						|
# Refer to input-event-codes.h(kernel) and KeyEvent.java(framework) for more details.
 |