mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-30 23:58:51 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										28
									
								
								tools/perf/ui/keysyms.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								tools/perf/ui/keysyms.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,28 @@ | |||
| #ifndef _PERF_KEYSYMS_H_ | ||||
| #define _PERF_KEYSYMS_H_ 1 | ||||
| 
 | ||||
| #include "libslang.h" | ||||
| 
 | ||||
| #define K_DOWN	SL_KEY_DOWN | ||||
| #define K_END	SL_KEY_END | ||||
| #define K_ENTER	'\r' | ||||
| #define K_ESC	033 | ||||
| #define K_F1	SL_KEY_F(1) | ||||
| #define K_HOME	SL_KEY_HOME | ||||
| #define K_LEFT	SL_KEY_LEFT | ||||
| #define K_PGDN	SL_KEY_NPAGE | ||||
| #define K_PGUP	SL_KEY_PPAGE | ||||
| #define K_RIGHT	SL_KEY_RIGHT | ||||
| #define K_TAB	'\t' | ||||
| #define K_UNTAB	SL_KEY_UNTAB | ||||
| #define K_UP	SL_KEY_UP | ||||
| #define K_BKSPC 0x7f | ||||
| #define K_DEL	SL_KEY_DELETE | ||||
| 
 | ||||
| /* Not really keys */ | ||||
| #define K_TIMER	 -1 | ||||
| #define K_ERROR	 -2 | ||||
| #define K_RESIZE -3 | ||||
| #define K_SWITCH_INPUT_DATA -4 | ||||
| 
 | ||||
| #endif /* _PERF_KEYSYMS_H_ */ | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228