mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 08:08: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
				
			
		|  | @ -0,0 +1,19 @@ | |||
| * EETI eGalax Multiple Touch Controller | ||||
| 
 | ||||
| Required properties: | ||||
| - compatible: must be "eeti,egalax_ts" | ||||
| - reg: i2c slave address | ||||
| - interrupt-parent: the phandle for the interrupt controller | ||||
| - interrupts: touch controller interrupt | ||||
| - wakeup-gpios: the gpio pin to be used for waking up the controller | ||||
|   and also used as irq pin | ||||
| 
 | ||||
| Example: | ||||
| 
 | ||||
| 	egalax_ts@04 { | ||||
| 		compatible = "eeti,egalax_ts"; | ||||
| 		reg = <0x04>; | ||||
| 		interrupt-parent = <&gpio1>; | ||||
| 		interrupts = <9 2>; | ||||
| 		wakeup-gpios = <&gpio1 9 0>; | ||||
| 	}; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228