Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86d6cda6 authored by Chanwoo Choi's avatar Chanwoo Choi
Browse files

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: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 3c5f0e07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */