mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	extcon: Modify the name of EXTCON_USB_HOST connector
This patch renames the EXTCON_USB_HOST by using '-' char because the name of all external connector use the '-' char instead of '_' char. - "USB_HOST" -> "USB-HOST" Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
This commit is contained in:
		
							parent
							
								
									3c5f0e0768
								
							
						
					
					
						commit
						86d6cda68f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -60,7 +60,7 @@ struct __extcon_info {
 | 
			
		|||
	[EXTCON_USB_HOST] = {
 | 
			
		||||
		.type = EXTCON_TYPE_USB,
 | 
			
		||||
		.id = EXTCON_USB_HOST,
 | 
			
		||||
		.name = "USB_HOST",
 | 
			
		||||
		.name = "USB-HOST",
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	/* Charging external connector */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue