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
				
			
		
							
								
								
									
										18
									
								
								arch/cris/include/uapi/asm/rs485.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								arch/cris/include/uapi/asm/rs485.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| /* RS-485 structures */ | ||||
| 
 | ||||
| /* Used with ioctl() TIOCSERSETRS485 for backward compatibility!
 | ||||
|  * XXX: Do not use it for new code! | ||||
|  */ | ||||
| struct rs485_control { | ||||
|         unsigned short rts_on_send; | ||||
|         unsigned short rts_after_sent; | ||||
|         unsigned long delay_rts_before_send; | ||||
|         unsigned short enabled; | ||||
| }; | ||||
| 
 | ||||
| /* Used with ioctl() TIOCSERWRRS485 */ | ||||
| struct rs485_write { | ||||
|         unsigned short outc_size; | ||||
|         unsigned char *outc; | ||||
| }; | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228